Searched refs:U_EBCDIC_FAMILY (Results 1 - 25 of 40) sorted by relevance

12

/external/icu4c/common/
H A Duinvchar.h58 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
80 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
100 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
H A Dpropname.h59 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
H A Ducnv_io.h72 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
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 Dudataswp.c320 if(inCharset>U_EBCDIC_FAMILY || outCharset>U_EBCDIC_FAMILY) {
352 } else /* U_EBCDIC_FAMILY */ {
353 swapper->swapInvChars= outCharset==U_EBCDIC_FAMILY ? uprv_copyEbcdic : uprv_asciiFromEbcdic;
373 outCharset>U_EBCDIC_FAMILY
H A Dcstring.h83 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
H A Duinvchar.c174 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
248 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
/external/chromium_org/third_party/icu/source/common/
H A Duinvchar.h58 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
80 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
H A Ducnv_io.h72 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
H A Dudataswp.c320 if(inCharset>U_EBCDIC_FAMILY || outCharset>U_EBCDIC_FAMILY) {
352 } else /* U_EBCDIC_FAMILY */ {
353 swapper->swapInvChars= outCharset==U_EBCDIC_FAMILY ? uprv_copyEbcdic : uprv_asciiFromEbcdic;
373 outCharset>U_EBCDIC_FAMILY
H A Dcstring.c51 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
76 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
H A Dcstring.h56 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
H A Dpropname.h57 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
H A Duinvchar.c151 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
225 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
/external/icu4c/common/unicode/
H A Dplatform.h469 #define U_EBCDIC_FAMILY 1 macro
516 # define U_CHARSET_FAMILY U_EBCDIC_FAMILY
518 # define U_CHARSET_FAMILY U_EBCDIC_FAMILY
/external/icu4c/tools/icuinfo/
H A Dicuinfo.cpp97 charsetFamily=U_EBCDIC_FAMILY;
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutypes.h115 #define U_EBCDIC_FAMILY 1 macro
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcintltst.c496 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
H A Dudatatst.c1109 case U_EBCDIC_FAMILY:
1408 oppositeCharset= inCharset==U_ASCII_FAMILY ? U_EBCDIC_FAMILY : U_ASCII_FAMILY;
/external/icu4c/test/cintltst/
H A Dcintltst.c508 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
H A Dudatatst.c1112 case U_EBCDIC_FAMILY:
1416 oppositeCharset= inCharset==U_ASCII_FAMILY ? U_EBCDIC_FAMILY : U_ASCII_FAMILY;
/external/icu4c/test/intltest/
H A Dstrtest.cpp86 (U_CHARSET_FAMILY==U_EBCDIC_FAMILY && c!=0xc1)
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dstrtest.cpp86 (U_CHARSET_FAMILY==U_EBCDIC_FAMILY && c!=0xc1)
/external/chromium_org/third_party/icu/source/tools/icuswap/
H A Dicuswap.cpp156 outCharset=U_EBCDIC_FAMILY;
/external/icu4c/tools/icuswap/
H A Dicuswap.cpp156 outCharset=U_EBCDIC_FAMILY;

Completed in 976 milliseconds

12