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

1 2

  /external/icu4c/common/
uinvchar.h 56 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
78 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
98 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
propname.h 57 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
ucnv_io.h 70 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
udataswp.c 345 swapper->compareInvChars= outCharset==U_ASCII_FAMILY ? uprv_compareInvAscii : uprv_compareInvEbcdic;
350 if(inCharset==U_ASCII_FAMILY) {
351 swapper->swapInvChars= outCharset==U_ASCII_FAMILY ? uprv_copyAscii : uprv_ebcdicFromAscii;
cstring.h 81 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
uinvchar.c 171 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
244 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
ucnv_io.cpp 388 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
    [all...]
uresdata.c 223 if(formatVersion[0]==1 || U_CHARSET_FAMILY==U_ASCII_FAMILY) {
    [all...]
  /external/icu4c/common/unicode/
platform.h 463 #define U_ASCII_FAMILY 0
520 # define U_CHARSET_FAMILY U_ASCII_FAMILY
ustring.h     [all...]
unistr.h 117 #elif U_SIZEOF_WCHAR_T==U_SIZEOF_UCHAR && (U_CHARSET_FAMILY==U_ASCII_FAMILY || (U_SIZEOF_UCHAR == 2 && defined(U_WCHAR_IS_UTF16)))
119 #elif U_SIZEOF_UCHAR==1 && U_CHARSET_FAMILY==U_ASCII_FAMILY
    [all...]
  /external/icu4c/test/cintltst/
udatatst.c     [all...]
  /external/icu4c/tools/icuinfo/
icuinfo.cpp 95 charsetFamily=U_ASCII_FAMILY;
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ustring.h     [all...]
utypes.h 72 #define U_ASCII_FAMILY 0
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ustring.h     [all...]
utypes.h 72 #define U_ASCII_FAMILY 0
  /external/webkit/Source/WebCore/icu/unicode/
ustring.h     [all...]
utypes.h 72 #define U_ASCII_FAMILY 0
  /external/webkit/Source/WebKit/mac/icu/unicode/
ustring.h     [all...]
utypes.h 72 #define U_ASCII_FAMILY 0
  /external/icu4c/tools/icuswap/
icuswap.cpp 148 outCharset=U_ASCII_FAMILY;
152 outCharset=U_ASCII_FAMILY;
  /external/icu4c/test/intltest/
strtest.cpp 85 if( (U_CHARSET_FAMILY==U_ASCII_FAMILY && c!=0x41) ||
bytestrietest.cpp 734 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
  /external/icu4c/tools/toolutil/
package.cpp 687 ds[TYPE_B]= i==TYPE_B ? NULL : udata_openSwapper(TRUE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode);
688 ds[TYPE_L]= i==TYPE_L ? NULL : udata_openSwapper(FALSE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode);
    [all...]

Completed in 642 milliseconds

1 2