ICU 77.1
77.1
|
Basic types for the platform. More...
Go to the source code of this file.
Macros | |
#define | U_PF_UNKNOWN 0 |
Unknown platform. More... | |
#define | U_PF_WINDOWS 1000 |
Windows. More... | |
#define | U_PF_MINGW 1800 |
MinGW. More... | |
#define | U_PF_CYGWIN 1900 |
Cygwin. More... | |
#define | U_PF_HPUX 2100 |
HP-UX is based on UNIX System V. More... | |
#define | U_PF_SOLARIS 2600 |
Solaris is a Unix operating system based on SVR4. More... | |
#define | U_PF_BSD 3000 |
BSD is a UNIX operating system derivative. More... | |
#define | U_PF_AIX 3100 |
AIX is based on UNIX System V Releases and 4.3 BSD. More... | |
#define | U_PF_IRIX 3200 |
IRIX is based on UNIX System V with BSD extensions. More... | |
#define | U_PF_DARWIN 3500 |
Darwin is a POSIX-compliant operating system, composed of code developed by Apple, as well as code derived from NeXTSTEP, BSD, and other projects, built around the Mach kernel. More... | |
#define | U_PF_IPHONE 3550 |
iPhone OS (iOS) is a derivative of Mac OS X. More... | |
#define | U_PF_QNX 3700 |
QNX is a commercial Unix-like real-time operating system related to BSD. More... | |
#define | U_PF_LINUX 4000 |
Linux is a Unix-like operating system. More... | |
#define |