Home
last modified time | relevance | path

Searched refs:U_CHARSET_FAMILY (Results 1 – 25 of 57) sorted by relevance

123

/external/icu/icu4c/source/common/
Duinvchar.h77 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
79 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
99 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
101 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
119 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
121 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
Ducnv_io.h72 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
74 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
77 # error U_CHARSET_FAMILY is not valid
Dpropname.h59 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
61 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
64 # error U_CHARSET_FAMILY is not valid
Duinvchar.c173 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
176 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
180 # error U_CHARSET_FAMILY is not valid
246 #if U_CHARSET_FAMILY==U_ASCII_FAMILY in uprv_isInvariantString()
250 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY in uprv_isInvariantString()
256 # error U_CHARSET_FAMILY is not valid in uprv_isInvariantString()
Dcstring.h83 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
85 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
88 # error U_CHARSET_FAMILY is not valid
Dcstring.c53 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY in uprv_isASCIILetter()
64 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY in uprv_toupper()
89 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
Dudataswp.h328 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
330 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
Ducnvsel.cpp250 U_CHARSET_FAMILY,
503 pHeader->info.charsetFamily != U_CHARSET_FAMILY in ucnvsel_openFromSerialized()
507 udata_openSwapperForInputData(p, length, U_IS_BIG_ENDIAN, U_CHARSET_FAMILY, status); in ucnvsel_openFromSerialized()
Ducnv_io.cpp211 pInfo->charsetFamily==U_CHARSET_FAMILY && in isAcceptable()
376 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
378 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
381 # error U_CHARSET_FAMILY is not valid
/external/icu/icu4c/source/common/unicode/
Dplatform.h612 #ifdef U_CHARSET_FAMILY
615 # define U_CHARSET_FAMILY U_EBCDIC_FAMILY macro
617 # define U_CHARSET_FAMILY U_EBCDIC_FAMILY macro
619 # define U_CHARSET_FAMILY U_ASCII_FAMILY macro
796 …&& (U_CHARSET_FAMILY == 0 || (U_PF_OS390 <= U_PLATFORM && U_PLATFORM <= U_PF_OS400 && defined(__UC…
Dustring.h947 #elif U_SIZEOF_WCHAR_T==U_SIZEOF_UCHAR && (U_CHARSET_FAMILY==U_ASCII_FAMILY || (U_SIZEOF_UCHAR == 2…
951 #elif U_SIZEOF_UCHAR==1 && U_CHARSET_FAMILY==U_ASCII_FAMILY
/external/icu/icu4c/source/samples/udata/
Dreader.c49 U_CHARSET_FAMILY,
65 pInfo->charsetFamily==U_CHARSET_FAMILY && in isAcceptable()
Dwriter.c51 U_CHARSET_FAMILY,
/external/icu/icu4c/source/test/cintltst/
Dudatatst.c424 U_CHARSET_FAMILY,
564 pInfo->charsetFamily==U_CHARSET_FAMILY && in isAcceptable1()
599 pInfo->charsetFamily==U_CHARSET_FAMILY && in isAcceptable2()
624 pInfo->charsetFamily==U_CHARSET_FAMILY && in isAcceptable3()
723 pInfo->charsetFamily==U_CHARSET_FAMILY && in isAcceptable()
799 U_CHARSET_FAMILY, in TestUDataGetInfo()
827 dataInfo.charsetFamily==U_CHARSET_FAMILY && in TestUDataGetInfo()
851 dataInfo.charsetFamily==U_CHARSET_FAMILY && in TestUDataGetInfo()
925 U_CHARSET_FAMILY, in TestErrorConditions()
1134 switch(U_CHARSET_FAMILY) in TestICUDataName()
[all …]
Dtrie2test.c634 ds=udata_openSwapper(U_IS_BIG_ENDIAN, U_CHARSET_FAMILY, in testTrieSerialize()
635 !U_IS_BIG_ENDIAN, U_CHARSET_FAMILY, &errorCode); in testTrieSerialize()
654 ds=udata_openSwapper(!U_IS_BIG_ENDIAN, U_CHARSET_FAMILY, in testTrieSerialize()
655 U_IS_BIG_ENDIAN, U_CHARSET_FAMILY, &errorCode); in testTrieSerialize()
/external/icu/icu4c/source/tools/icuinfo/
Dicuinfo.cpp103 if(U_CHARSET_FAMILY==charsetFamily) { in cmd_version()
107 U_CHARSET_FAMILY, charsetFamily); in cmd_version()
/external/icu/icu4c/source/stubdata/
Dstubdata.c57 U_CHARSET_FAMILY,
/external/icu/icu4c/source/tools/gencfu/
Dgencfu.cpp92 U_CHARSET_FAMILY,
115 U_CHARSET_FAMILY,
/external/icu/icu4c/source/tools/genbrk/
Dgenbrk.cpp89 U_CHARSET_FAMILY,
112 U_CHARSET_FAMILY,
/external/icu/icu4c/source/tools/icuswap/
Dicuswap.cpp476 if(ds->outCharset!=U_CHARSET_FAMILY) { in udata_swapPackage()
478 ds2=udata_openSwapper(TRUE, U_CHARSET_FAMILY, TRUE, ds->outCharset, pErrorCode); in udata_swapPackage()
614 if(ds->outCharset==U_CHARSET_FAMILY) { in udata_swapPackage()
/external/icu/icu4c/source/tools/toolutil/
Dpkgitems.cpp90 if(pInfo->isBigEndian==U_IS_BIG_ENDIAN && pInfo->charsetFamily==U_CHARSET_FAMILY) { in setItem()
93 …er((UBool)pInfo->isBigEndian, pInfo->charsetFamily, U_IS_BIG_ENDIAN, U_CHARSET_FAMILY, &errorCode); in setItem()
606 U_IS_BIG_ENDIAN, U_CHARSET_FAMILY, in enumDependencies()
Dpkg_gencmn.c70 U_CHARSET_FAMILY,
385 U_CHARSET_FAMILY, in createCommonDataFile()
Dpackage.cpp53 U_CHARSET_FAMILY,
390 inCharset=U_CHARSET_FAMILY; in Package()
469 ds=udata_openSwapper(inIsBigEndian, inCharset, U_IS_BIG_ENDIAN, U_CHARSET_FAMILY, &errorCode); in readPackage()
746 dsLocalToOut=ds[makeTypeEnum(U_CHARSET_FAMILY, U_IS_BIG_ENDIAN)]; in writePackage()
/external/icu/icu4c/source/tools/gensprep/
Dstore.c142 U_CHARSET_FAMILY,
167 U_CHARSET_FAMILY,
/external/icu/icu4c/source/tools/gentest/
Dgentest.c43 U_CHARSET_FAMILY,

123