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

/external/icu/icu4c/source/common/unicode/
H A Dplatform.h531 * U_CHARSET_FAMILY is equal to this value when the platform is an ASCII based platform.
537 * U_CHARSET_FAMILY is equal to this value when the platform is an EBCDIC based platform.
543 * \def U_CHARSET_FAMILY
584 #ifdef U_CHARSET_FAMILY
587 # define U_CHARSET_FAMILY U_EBCDIC_FAMILY macro
589 # define U_CHARSET_FAMILY U_EBCDIC_FAMILY macro
591 # define U_CHARSET_FAMILY U_ASCII_FAMILY macro
768 && (U_CHARSET_FAMILY == 0 || (U_PF_OS390 <= U_PLATFORM && U_PLATFORM <= U_PF_OS400 && defined(__UCS2__)))

Completed in 157 milliseconds