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

1 2

  /external/icu4c/common/
uinvchar.h 58 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
80 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
100 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
propname.h 59 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
ucnv_io.h 72 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
cstring.c 51 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
62 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
87 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
udataswp.c 320 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
cstring.h 83 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
uinvchar.c 174 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
248 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
  /external/chromium_org/third_party/icu/source/common/
uinvchar.h 58 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
80 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
ucnv_io.h 72 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
udataswp.c 320 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
cstring.c 51 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
76 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
cstring.h 56 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
propname.h 57 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
uinvchar.c 151 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
225 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
  /external/icu4c/common/unicode/
platform.h 469 #define U_EBCDIC_FAMILY 1
516 # define U_CHARSET_FAMILY U_EBCDIC_FAMILY
518 # define U_CHARSET_FAMILY U_EBCDIC_FAMILY
  /external/icu4c/tools/icuinfo/
icuinfo.cpp 97 charsetFamily=U_EBCDIC_FAMILY;
  /external/chromium_org/third_party/icu/source/common/unicode/
utypes.h 115 #define U_EBCDIC_FAMILY 1
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cintltst.c 496 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
udatatst.c     [all...]
  /external/icu4c/test/cintltst/
cintltst.c 508 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
udatatst.c     [all...]
  /external/icu4c/test/intltest/
strtest.cpp 86 (U_CHARSET_FAMILY==U_EBCDIC_FAMILY && c!=0xc1)
  /external/chromium_org/third_party/icu/source/test/intltest/
strtest.cpp 86 (U_CHARSET_FAMILY==U_EBCDIC_FAMILY && c!=0xc1)
  /external/chromium_org/third_party/icu/source/tools/icuswap/
icuswap.cpp 156 outCharset=U_EBCDIC_FAMILY;
  /external/icu4c/tools/icuswap/
icuswap.cpp 156 outCharset=U_EBCDIC_FAMILY;

Completed in 4429 milliseconds

1 2