HomeSort by relevance Sort by last modified time
    Searched refs:U_CHARSET_FAMILY (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/icu/icu4c/source/common/
uinvchar.h 77 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
79 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
99 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
101 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
119 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
121 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
propname.h 59 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
61 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
64 # error U_CHARSET_FAMILY is not valid
ucnv_io.h 72 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
74 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
77 # error U_CHARSET_FAMILY is not valid
cstring.h 83 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
85 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
88 # error U_CHARSET_FAMILY is not valid
udataswp.h 154 /** Input charset family. @see U_CHARSET_FAMILY @internal ICU 2.8 */
158 /** Output charset family. @see U_CHARSET_FAMILY @internal ICU 2.8 */
328 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
330 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
cstring.c 53 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
64 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
89 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
uinvchar.c 173 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
176 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
180 # error U_CHARSET_FAMILY is not valid
246 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
250 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
256 # error U_CHARSET_FAMILY is not valid
ucmndata.c 327 udm->pHeader->info.charsetFamily==U_CHARSET_FAMILY)
ucnv_io.cpp 211 pInfo->charsetFamily==U_CHARSET_FAMILY &&
376 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
378 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
381 # error U_CHARSET_FAMILY is not valid
    [all...]
  /external/icu/icu4c/source/stubdata/
stubdata.c 57 U_CHARSET_FAMILY,
  /external/icu/icu4c/source/samples/udata/
reader.c 49 U_CHARSET_FAMILY,
65 pInfo->charsetFamily==U_CHARSET_FAMILY &&
writer.c 51 U_CHARSET_FAMILY,
  /external/icu/icu4c/source/common/unicode/
platform.h 559 * U_CHARSET_FAMILY is equal to this value when the platform is an ASCII based platform.
565 * U_CHARSET_FAMILY is equal to this value when the platform is an EBCDIC based platform.
571 * \def U_CHARSET_FAMILY
612 #ifdef U_CHARSET_FAMILY
615 # define U_CHARSET_FAMILY U_EBCDIC_FAMILY
617 # define U_CHARSET_FAMILY U_EBCDIC_FAMILY
619 # define U_CHARSET_FAMILY U_ASCII_FAMILY
796 && (U_CHARSET_FAMILY == 0 || (U_PF_OS390 <= U_PLATFORM && U_PLATFORM <= U_PF_OS400 && defined(__UCS2__)))
ustring.h     [all...]
utypes.h 112 #if U_CHARSET_FAMILY
  /external/icu/icu4c/source/tools/icuinfo/
icuinfo.cpp 103 if(U_CHARSET_FAMILY==charsetFamily) {
104 //printf("U_CHARSET_FAMILY: %d\n", U_CHARSET_FAMILY);
106 fprintf(stderr, " error: U_CHARSET_FAMILY=%d != %d=actual charset family\n",
107 U_CHARSET_FAMILY, charsetFamily);
  /external/icu/icu4c/source/test/cintltst/
udatatst.c 424 U_CHARSET_FAMILY,
564 pInfo->charsetFamily==U_CHARSET_FAMILY &&
599 pInfo->charsetFamily==U_CHARSET_FAMILY &&
624 pInfo->charsetFamily==U_CHARSET_FAMILY &&
723 pInfo->charsetFamily==U_CHARSET_FAMILY &&
799 U_CHARSET_FAMILY,
827 dataInfo.charsetFamily==U_CHARSET_FAMILY &&
851 dataInfo.charsetFamily==U_CHARSET_FAMILY &&
    [all...]
  /external/icu/icu4c/source/tools/genbrk/
genbrk.cpp 89 U_CHARSET_FAMILY,
112 U_CHARSET_FAMILY,
  /external/icu/icu4c/source/tools/gencfu/
gencfu.cpp 92 U_CHARSET_FAMILY,
115 U_CHARSET_FAMILY,
  /external/icu/icu4c/source/tools/gentest/
gentest.c 43 U_CHARSET_FAMILY,
  /external/icu/icu4c/source/tools/icuswap/
icuswap.cpp 476 if(ds->outCharset!=U_CHARSET_FAMILY) {
478 ds2=udata_openSwapper(TRUE, U_CHARSET_FAMILY, TRUE, ds->outCharset, pErrorCode);
614 if(ds->outCharset==U_CHARSET_FAMILY) {
  /external/icu/icu4c/source/tools/toolutil/
pkgitems.cpp 90 if(pInfo->isBigEndian==U_IS_BIG_ENDIAN && pInfo->charsetFamily==U_CHARSET_FAMILY) {
93 UDataSwapper *ds=udata_openSwapper((UBool)pInfo->isBigEndian, pInfo->charsetFamily, U_IS_BIG_ENDIAN, U_CHARSET_FAMILY, &errorCode);
606 U_IS_BIG_ENDIAN, U_CHARSET_FAMILY,
pkg_gencmn.c 70 U_CHARSET_FAMILY,
385 U_CHARSET_FAMILY,
unewdata.c 174 U_CHARSET_FAMILY,
  /external/icu/icu4c/source/tools/gensprep/
store.c 142 U_CHARSET_FAMILY,
167 U_CHARSET_FAMILY,

Completed in 351 milliseconds

1 2 3