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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dplatform.h462 * U_CHARSET_FAMILY is equal to this value when the platform is an ASCII based platform.
468 * U_CHARSET_FAMILY is equal to this value when the platform is an EBCDIC based platform.
474 * \def U_CHARSET_FAMILY
515 #ifdef U_CHARSET_FAMILY
518 # define U_CHARSET_FAMILY U_EBCDIC_FAMILY macro
520 # define U_CHARSET_FAMILY U_EBCDIC_FAMILY macro
522 # define U_CHARSET_FAMILY U_ASCII_FAMILY macro
693 && (U_CHARSET_FAMILY == 0 || (U_PF_OS390 <= U_PLATFORM && U_PLATFORM <= U_PF_OS400 && defined(__UCS2__)))
/external/icu/icu4c/source/common/unicode/
H A Dplatform.h460 * U_CHARSET_FAMILY is equal to this value when the platform is an ASCII based platform.
466 * U_CHARSET_FAMILY is equal to this value when the platform is an EBCDIC based platform.
472 * \def U_CHARSET_FAMILY
513 #ifdef U_CHARSET_FAMILY
516 # define U_CHARSET_FAMILY U_EBCDIC_FAMILY macro
518 # define U_CHARSET_FAMILY U_EBCDIC_FAMILY macro
520 # define U_CHARSET_FAMILY U_ASCII_FAMILY macro
697 && (U_CHARSET_FAMILY == 0 || (U_PF_OS390 <= U_PLATFORM && U_PLATFORM <= U_PF_OS400 && defined(__UCS2__)))

Completed in 138 milliseconds