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

1 2

  /external/icu/icu4c/source/common/
uinvchar.h 77 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
99 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
119 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
propname.h 59 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
ucnv_io.h 72 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
udataswp.cpp 396 swapper->compareInvChars= outCharset==U_ASCII_FAMILY ? uprv_compareInvAscii : uprv_compareInvEbcdic;
408 if(inCharset==U_ASCII_FAMILY) {
409 swapper->swapInvChars= outCharset==U_ASCII_FAMILY ? uprv_copyAscii : uprv_ebcdicFromAscii;
cstring.h 83 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
udataswp.h 328 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
uinvchar.cpp 173 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
246 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
ucnv_io.cpp 376 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
    [all...]
ucase.cpp 589 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
    [all...]
ucnv_bld.cpp     [all...]
uresdata.cpp 231 if(formatVersion[0]==1 || U_CHARSET_FAMILY==U_ASCII_FAMILY) {
    [all...]
ucurr.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
udatatst.c     [all...]
cldrtest.c     [all...]
cloctst.c     [all...]
  /external/icu/icu4c/source/tools/icuinfo/
icuinfo.cpp 97 charsetFamily=U_ASCII_FAMILY;
  /external/icu/icu4c/source/common/unicode/
platform.h 552 #define U_ASCII_FAMILY 0
609 # define U_CHARSET_FAMILY U_ASCII_FAMILY
ustring.h     [all...]
  /external/icu/icu4c/source/tools/icuswap/
icuswap.cpp 149 outCharset=U_ASCII_FAMILY;
153 outCharset=U_ASCII_FAMILY;
  /external/icu/icu4c/source/test/intltest/
strtest.cpp 90 if( (U_CHARSET_FAMILY==U_ASCII_FAMILY && c!=0x41) ||
bytestrietest.cpp 746 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
intltest.cpp     [all...]
regextst.cpp 286 #if U_CHARSET_FAMILY!=U_ASCII_FAMILY
292 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
package.cpp 731 ds[TYPE_B]= i==TYPE_B ? NULL : udata_openSwapper(TRUE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode);
732 ds[TYPE_L]= i==TYPE_L ? NULL : udata_openSwapper(FALSE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode);
    [all...]
  /external/icu/icu4c/source/tools/genrb/
reslist.cpp 207 if (gFormatVersion == 1 || U_CHARSET_FAMILY == U_ASCII_FAMILY) {
    [all...]

Completed in 553 milliseconds

1 2