Searched defs:UNICODE_OS (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/font/
H A Dfontpath.c94 * UNICODE_OS is 0 to mean uninitialised, 1 to mean not a unicode OS,
101 static int UNICODE_OS = UC_UNKNOWN; variable
107 UNICODE_OS = UC_YES;
109 UNICODE_OS = UC_NO;
112 UNICODE_OS = UC_NO;
114 UNICODE_OS = UC_YES;
117 return UNICODE_OS;
120 #define IS_NT ((UNICODE_OS == UC_UNKNOWN) \
121 ? (GetOSVersion() == UC_YES) : (UNICODE_OS == UC_YES))

Completed in 31 milliseconds