Searched refs:U_CHARSET_FAMILY (Results 1 - 25 of 111) sorted by relevance

12345

/external/chromium_org/third_party/icu/source/stubdata/
H A Dstubdata.c43 U_CHARSET_FAMILY,
/external/chromium_org/third_party/icu/source/common/
H A Duinvchar.h56 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
58 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
78 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
80 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
98 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
100 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
H A Dpropname.h57 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
59 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
62 # error U_CHARSET_FAMILY is not valid
H A Ducnv_io.h70 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
72 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
75 # error U_CHARSET_FAMILY is not valid
H A Dcstring.h81 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
83 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
86 # error U_CHARSET_FAMILY is not valid
H A Dcstring.c51 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
62 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
87 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
H A Duinvchar.c171 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
174 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
178 # error U_CHARSET_FAMILY is not valid
244 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
248 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
254 # error U_CHARSET_FAMILY is not valid
/external/icu/icu4c/source/common/
H A Duinvchar.h56 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
58 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
78 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
80 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
98 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
100 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
H A Dpropname.h57 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
59 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
62 # error U_CHARSET_FAMILY is not valid
H A Ducnv_io.h70 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
72 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
75 # error U_CHARSET_FAMILY is not valid
H A Dcstring.h81 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
83 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
86 # error U_CHARSET_FAMILY is not valid
H A Dcstring.c51 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
62 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
87 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
H A Duinvchar.c171 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
174 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
178 # error U_CHARSET_FAMILY is not valid
244 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
248 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
254 # error U_CHARSET_FAMILY is not valid
/external/icu/icu4c/source/stubdata/
H A Dstubdata.c55 U_CHARSET_FAMILY,
/external/chromium_org/third_party/icu/source/samples/udata/
H A Dreader.c43 U_CHARSET_FAMILY,
59 pInfo->charsetFamily==U_CHARSET_FAMILY &&
H A Dwriter.c45 U_CHARSET_FAMILY,
/external/icu/icu4c/source/samples/udata/
H A Dreader.c43 U_CHARSET_FAMILY,
59 pInfo->charsetFamily==U_CHARSET_FAMILY &&
H A Dwriter.c45 U_CHARSET_FAMILY,
/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__)))
/external/chromium_org/third_party/icu/source/tools/icuinfo/
H A Dicuinfo.cpp101 if(U_CHARSET_FAMILY==charsetFamily) {
102 //printf("U_CHARSET_FAMILY: %d\n", U_CHARSET_FAMILY);
104 fprintf(stderr, " error: U_CHARSET_FAMILY=%d != %d=actual charset family\n",
105 U_CHARSET_FAMILY, charsetFamily);
/external/icu/icu4c/source/tools/icuinfo/
H A Dicuinfo.cpp101 if(U_CHARSET_FAMILY==charsetFamily) {
102 //printf("U_CHARSET_FAMILY: %d\n", U_CHARSET_FAMILY);
104 fprintf(stderr, " error: U_CHARSET_FAMILY=%d != %d=actual charset family\n",
105 U_CHARSET_FAMILY, charsetFamily);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dudatatst.c418 U_CHARSET_FAMILY,
558 pInfo->charsetFamily==U_CHARSET_FAMILY &&
593 pInfo->charsetFamily==U_CHARSET_FAMILY &&
618 pInfo->charsetFamily==U_CHARSET_FAMILY &&
717 pInfo->charsetFamily==U_CHARSET_FAMILY &&
793 U_CHARSET_FAMILY,
821 dataInfo.charsetFamily==U_CHARSET_FAMILY &&
845 dataInfo.charsetFamily==U_CHARSET_FAMILY &&
919 U_CHARSET_FAMILY,
1128 switch(U_CHARSET_FAMILY)
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dudatatst.c418 U_CHARSET_FAMILY,
558 pInfo->charsetFamily==U_CHARSET_FAMILY &&
593 pInfo->charsetFamily==U_CHARSET_FAMILY &&
618 pInfo->charsetFamily==U_CHARSET_FAMILY &&
717 pInfo->charsetFamily==U_CHARSET_FAMILY &&
793 U_CHARSET_FAMILY,
821 dataInfo.charsetFamily==U_CHARSET_FAMILY &&
845 dataInfo.charsetFamily==U_CHARSET_FAMILY &&
919 U_CHARSET_FAMILY,
1128 switch(U_CHARSET_FAMILY)
[all...]
/external/chromium_org/third_party/icu/source/tools/genbrk/
H A Dgenbrk.cpp85 U_CHARSET_FAMILY,
108 U_CHARSET_FAMILY,

Completed in 385 milliseconds

12345