Searched refs:U_CHARSET_FAMILY (Results 51 - 75 of 111) sorted by relevance

12345

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dtrie2test.c634 ds=udata_openSwapper(U_IS_BIG_ENDIAN, U_CHARSET_FAMILY,
635 !U_IS_BIG_ENDIAN, U_CHARSET_FAMILY, &errorCode);
654 ds=udata_openSwapper(!U_IS_BIG_ENDIAN, U_CHARSET_FAMILY,
655 U_IS_BIG_ENDIAN, U_CHARSET_FAMILY, &errorCode);
H A Dcintltst.c503 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpackage.cpp53 U_CHARSET_FAMILY,
393 inCharset=U_CHARSET_FAMILY;
472 ds=udata_openSwapper(inIsBigEndian, inCharset, U_IS_BIG_ENDIAN, U_CHARSET_FAMILY, &errorCode);
748 dsLocalToOut=ds[makeTypeEnum(U_CHARSET_FAMILY, U_IS_BIG_ENDIAN)];
/external/icu/icu4c/source/i18n/
H A Dcollationdatawriter.cpp66 U_CHARSET_FAMILY,
H A Dcollationdatareader.cpp422 pInfo->charsetFamily == U_CHARSET_FAMILY &&
H A Ducol_res.cpp487 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
/external/icu/icu4c/source/test/cintltst/
H A Dtrie2test.c634 ds=udata_openSwapper(U_IS_BIG_ENDIAN, U_CHARSET_FAMILY,
635 !U_IS_BIG_ENDIAN, U_CHARSET_FAMILY, &errorCode);
654 ds=udata_openSwapper(!U_IS_BIG_ENDIAN, U_CHARSET_FAMILY,
655 U_IS_BIG_ENDIAN, U_CHARSET_FAMILY, &errorCode);
H A Dcintltst.c503 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
/external/icu/icu4c/source/tools/toolutil/
H A Dpackage.cpp53 U_CHARSET_FAMILY,
393 inCharset=U_CHARSET_FAMILY;
472 ds=udata_openSwapper(inIsBigEndian, inCharset, U_IS_BIG_ENDIAN, U_CHARSET_FAMILY, &errorCode);
749 dsLocalToOut=ds[makeTypeEnum(U_CHARSET_FAMILY, U_IS_BIG_ENDIAN)];
/external/chromium_org/third_party/icu/source/common/
H A Ducnvsel.cpp248 U_CHARSET_FAMILY,
501 pHeader->info.charsetFamily != U_CHARSET_FAMILY
505 udata_openSwapperForInputData(p, length, U_IS_BIG_ENDIAN, U_CHARSET_FAMILY, status);
H A Duresdata.c146 pInfo->charsetFamily==U_CHARSET_FAMILY &&
223 if(formatVersion[0]==1 || U_CHARSET_FAMILY==U_ASCII_FAMILY) {
H A Ducnv_bld.cpp246 pInfo->charsetFamily==U_CHARSET_FAMILY &&
1286 #if (U_CHARSET_FAMILY == U_ASCII_FAMILY)
/external/icu/icu4c/source/common/
H A Ducnvsel.cpp248 U_CHARSET_FAMILY,
501 pHeader->info.charsetFamily != U_CHARSET_FAMILY
505 udata_openSwapperForInputData(p, length, U_IS_BIG_ENDIAN, U_CHARSET_FAMILY, status);
H A Duresdata.c144 pInfo->charsetFamily==U_CHARSET_FAMILY &&
221 if(formatVersion[0]==1 || U_CHARSET_FAMILY==U_ASCII_FAMILY) {
H A Ducnv_bld.cpp237 pInfo->charsetFamily==U_CHARSET_FAMILY &&
1277 #if (U_CHARSET_FAMILY == U_ASCII_FAMILY)
/external/chromium_org/third_party/icu/source/tools/gendict/
H A Dgendict.cpp135 U_CHARSET_FAMILY,
/external/icu/icu4c/source/tools/gendict/
H A Dgendict.cpp135 U_CHARSET_FAMILY,
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dbytestrietest.cpp734 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
737 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
/external/icu/icu4c/source/test/intltest/
H A Dbytestrietest.cpp734 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
737 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dgenrb.c360 U_IS_BIG_ENDIAN, U_CHARSET_FAMILY, &status);
/external/chromium_org/third_party/icu/source/tools/makeconv/
H A Dmakeconv.c100 U_CHARSET_FAMILY,
/external/icu/icu4c/source/tools/genrb/
H A Dgenrb.c375 U_IS_BIG_ENDIAN, U_CHARSET_FAMILY, &status);
/external/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.c100 U_CHARSET_FAMILY,
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_res.cpp86 pInfo->charsetFamily==U_CHARSET_FAMILY &&
859 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunistr.h116 #elif U_SIZEOF_WCHAR_T==U_SIZEOF_UCHAR && (U_CHARSET_FAMILY==U_ASCII_FAMILY || (U_SIZEOF_UCHAR == 2 && defined(U_WCHAR_IS_UTF16)))
118 #elif U_SIZEOF_UCHAR==1 && U_CHARSET_FAMILY==U_ASCII_FAMILY

Completed in 510 milliseconds

12345