HomeSort by relevance Sort by last modified time
    Searched refs:U_EBCDIC_FAMILY (Results 1 - 25 of 41) 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
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/chromium/third_party/icu/source/common/
uinvchar.h 58 #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
uinvchar.c 151 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
225 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
propname.h 57 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
  /external/chromium/third_party/icu/public/common/unicode/
utypes.h 93 #define U_EBCDIC_FAMILY 1
    [all...]
  /external/icu4c/common/unicode/
utypes.h 115 #define U_EBCDIC_FAMILY 1
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
utypes.h 78 #define U_EBCDIC_FAMILY 1
  /external/webkit/JavaScriptGlue/icu/unicode/
utypes.h 78 #define U_EBCDIC_FAMILY 1
  /external/webkit/WebCore/icu/unicode/
utypes.h 78 #define U_EBCDIC_FAMILY 1
  /external/webkit/WebKit/mac/icu/unicode/
utypes.h 78 #define U_EBCDIC_FAMILY 1
  /external/chromium/third_party/icu/source/tools/toolutil/
pkgitems.cpp 304 #if (U_CHARSET_FAMILY==U_EBCDIC_FAMILY)
313 #if U_CHARSET_FAMILY!=U_ASCII_FAMILY && U_CHARSET_FAMILY!=U_EBCDIC_FAMILY
  /external/chromium/third_party/icu/source/test/cintltst/
cintltst.c 481 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
  /external/chromium/third_party/icu/source/test/intltest/
strtest.cpp 83 U_CHARSET_FAMILY==U_EBCDIC_FAMILY && c!=0xc1
  /external/icu4c/test/cintltst/
cintltst.c 495 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
  /external/icu4c/test/intltest/
strtest.cpp 83 U_CHARSET_FAMILY==U_EBCDIC_FAMILY && c!=0xc1

Completed in 947 milliseconds

1 2