Home
last modified time | relevance | path

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

12

/external/icu/icu4c/source/common/
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
Dudataswp.cpp396 …swapper->compareInvChars= outCharset==U_ASCII_FAMILY ? uprv_compareInvAscii : uprv_compareInvEbcdi… in udata_openSwapper()
408 if(inCharset==U_ASCII_FAMILY) { in udata_openSwapper()
409 swapper->swapInvChars= outCharset==U_ASCII_FAMILY ? uprv_copyAscii : uprv_ebcdicFromAscii; in udata_openSwapper()
Ducnv_io.h72 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
Dpropname.h59 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
Duinvchar.cpp173 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
246 #if U_CHARSET_FAMILY==U_ASCII_FAMILY in uprv_isInvariantString()
Dcstring.h83 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
Dudataswp.h328 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
Ducnv_io.cpp376 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
1263 if(ds->outCharset==U_ASCII_FAMILY) { in ucnv_swapAliases()
Ducase.cpp589 #if U_CHARSET_FAMILY==U_ASCII_FAMILY in ucase_getCaseLocale()
Ducnv_bld.cpp1257 #if (U_CHARSET_FAMILY == U_ASCII_FAMILY) in ucnv_getDefaultName()
Duresdata.cpp231 if(formatVersion[0]==1 || U_CHARSET_FAMILY==U_ASCII_FAMILY) { in res_init()
Ducurr.cpp2553 #if U_CHARSET_FAMILY==U_ASCII_FAMILY in ucurr_getKeywordValuesForLocale()
/external/icu/icu4c/source/test/cintltst/
Dudatatst.c1136 case U_ASCII_FAMILY: in TestICUDataName()
1460 oppositeCharset= inCharset==U_ASCII_FAMILY ? U_EBCDIC_FAMILY : U_ASCII_FAMILY; in TestSwapCase()
1650 ds=udata_openSwapper(U_IS_BIG_ENDIAN, U_ASCII_FAMILY, in TestSwapData()
1651 !U_IS_BIG_ENDIAN, U_ASCII_FAMILY, in TestSwapData()
1657 ds=udata_openSwapper(U_IS_BIG_ENDIAN, U_ASCII_FAMILY, in TestSwapData()
1658 !U_IS_BIG_ENDIAN, U_ASCII_FAMILY, in TestSwapData()
1669 !U_IS_BIG_ENDIAN, U_ASCII_FAMILY, in TestSwapData()
1676 !U_IS_BIG_ENDIAN, U_ASCII_FAMILY, in TestSwapData()
1684 !U_IS_BIG_ENDIAN, U_ASCII_FAMILY, in TestSwapData()
Dcldrtest.c1400 #if U_CHARSET_FAMILY == U_ASCII_FAMILY in TestCurrencyList()
Dcloctst.c1165 #if U_CHARSET_FAMILY==U_ASCII_FAMILY in TestISOFunctions()
1213 #if U_CHARSET_FAMILY==U_ASCII_FAMILY in TestISOFunctions()
/external/icu/icu4c/source/common/unicode/
Dplatform.h552 #define U_ASCII_FAMILY 0 macro
609 # define U_CHARSET_FAMILY U_ASCII_FAMILY
Dustring.h937 #elif U_SIZEOF_WCHAR_T==U_SIZEOF_UCHAR && (U_CHARSET_FAMILY==U_ASCII_FAMILY || (U_SIZEOF_UCHAR == 2…
941 #elif U_SIZEOF_UCHAR==1 && U_CHARSET_FAMILY==U_ASCII_FAMILY
/external/icu/icu4c/source/tools/icuinfo/
Dicuinfo.cpp97 charsetFamily=U_ASCII_FAMILY; in cmd_version()
/external/icu/icu4c/source/tools/icuswap/
Dicuswap.cpp149 outCharset=U_ASCII_FAMILY; in main()
153 outCharset=U_ASCII_FAMILY; in main()
/external/icu/icu4c/source/tools/toolutil/
Dpackage.cpp731 …ds[TYPE_B]= i==TYPE_B ? NULL : udata_openSwapper(TRUE, U_ASCII_FAMILY, outIsBigEndian, outCharset,… in writePackage()
732 …ds[TYPE_L]= i==TYPE_L ? NULL : udata_openSwapper(FALSE, U_ASCII_FAMILY, outIsBigEndian, outCharset… in writePackage()
/external/icu/icu4c/source/test/intltest/
Dstrtest.cpp90 if( (U_CHARSET_FAMILY==U_ASCII_FAMILY && c!=0x41) || in TestCharsetFamily()
Dbytestrietest.cpp746 #if U_CHARSET_FAMILY==U_ASCII_FAMILY in checkNext()
Dintltest.cpp1349 if(U_CHARSET_FAMILY==U_ASCII_FAMILY) { in main()
Dregextst.cpp286 #if U_CHARSET_FAMILY!=U_ASCII_FAMILY
292 #if U_CHARSET_FAMILY==U_ASCII_FAMILY in regextst_openUTF8FromInvariant()
/external/icu/icu4c/source/tools/genrb/
Dreslist.cpp207 if (gFormatVersion == 1 || U_CHARSET_FAMILY == U_ASCII_FAMILY) { in add()

12