Searched refs:U_ASCII_FAMILY (Results 1 - 25 of 26) sorted by relevance

12

/external/icu/icu4c/source/common/
H A Duinvchar.h77 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
99 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
119 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
H A Dpropname.h59 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
H A Ducnv_io.h72 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
H A Dudataswp.c396 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;
H A Dcstring.h83 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
H A Dudataswp.h328 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
H A Duinvchar.c173 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
246 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
H A Ducnv_io.cpp376 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
1263 if(ds->outCharset==U_ASCII_FAMILY) {
H A Ducnv_bld.cpp1257 #if (U_CHARSET_FAMILY == U_ASCII_FAMILY)
H A Duresdata.cpp231 if(formatVersion[0]==1 || U_CHARSET_FAMILY==U_ASCII_FAMILY) {
H A Ducurr.cpp2537 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
/external/icu/icu4c/source/common/unicode/
H A Dplatform.h562 #define U_ASCII_FAMILY 0 macro
619 # define U_CHARSET_FAMILY U_ASCII_FAMILY
H A Dustring.h947 #elif U_SIZEOF_WCHAR_T==U_SIZEOF_UCHAR && (U_CHARSET_FAMILY==U_ASCII_FAMILY || (U_SIZEOF_UCHAR == 2 && defined(U_WCHAR_IS_UTF16)))
951 #elif U_SIZEOF_UCHAR==1 && U_CHARSET_FAMILY==U_ASCII_FAMILY
H A Dunistr.h119 #elif U_SIZEOF_WCHAR_T==U_SIZEOF_UCHAR && (U_CHARSET_FAMILY==U_ASCII_FAMILY || (U_SIZEOF_UCHAR == 2 && defined(U_WCHAR_IS_UTF16)))
121 #elif U_SIZEOF_UCHAR==1 && U_CHARSET_FAMILY==U_ASCII_FAMILY
/external/icu/icu4c/source/test/cintltst/
H A Dudatatst.c1136 case U_ASCII_FAMILY:
1460 oppositeCharset= inCharset==U_ASCII_FAMILY ? U_EBCDIC_FAMILY : U_ASCII_FAMILY;
1650 ds=udata_openSwapper(U_IS_BIG_ENDIAN, U_ASCII_FAMILY,
1651 !U_IS_BIG_ENDIAN, U_ASCII_FAMILY,
1657 ds=udata_openSwapper(U_IS_BIG_ENDIAN, U_ASCII_FAMILY,
1658 !U_IS_BIG_ENDIAN, U_ASCII_FAMILY,
1669 !U_IS_BIG_ENDIAN, U_ASCII_FAMILY,
1676 !U_IS_BIG_ENDIAN, U_ASCII_FAMILY,
1684 !U_IS_BIG_ENDIAN, U_ASCII_FAMILY,
[all...]
H A Dcldrtest.c1397 #if U_CHARSET_FAMILY == U_ASCII_FAMILY
H A Dcloctst.c1163 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
1211 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
/external/icu/icu4c/source/tools/icuinfo/
H A Dicuinfo.cpp97 charsetFamily=U_ASCII_FAMILY;
/external/icu/icu4c/source/tools/icuswap/
H A Dicuswap.cpp149 outCharset=U_ASCII_FAMILY;
153 outCharset=U_ASCII_FAMILY;
/external/icu/icu4c/source/test/intltest/
H A Dstrtest.cpp88 if( (U_CHARSET_FAMILY==U_ASCII_FAMILY && c!=0x41) ||
H A Dbytestrietest.cpp746 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
H A Dintltest.cpp1336 if(U_CHARSET_FAMILY==U_ASCII_FAMILY) {
H A Dregextst.cpp348 #if U_CHARSET_FAMILY!=U_ASCII_FAMILY
354 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
/external/icu/icu4c/source/tools/toolutil/
H A Dpackage.cpp731 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);
/external/icu/icu4c/source/tools/genrb/
H A Dreslist.cpp207 if (gFormatVersion == 1 || U_CHARSET_FAMILY == U_ASCII_FAMILY) {

Completed in 384 milliseconds

12