HomeSort by relevance Sort by last modified time
    Searched refs:U_CHARSET_FAMILY (Results 26 - 50 of 74) sorted by null

12 3

  /external/webkit/Source/JavaScriptCore/icu/unicode/
ustring.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ustring.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ustring.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
ustring.h     [all...]
  /external/icu4c/tools/icuswap/
icuswap.cpp 475 if(ds->outCharset!=U_CHARSET_FAMILY) {
477 ds2=udata_openSwapper(TRUE, U_CHARSET_FAMILY, TRUE, ds->outCharset, pErrorCode);
613 if(ds->outCharset==U_CHARSET_FAMILY) {
  /external/icu4c/tools/toolutil/
pkgitems.cpp 90 if(pInfo->isBigEndian==U_IS_BIG_ENDIAN && pInfo->charsetFamily==U_CHARSET_FAMILY) {
93 UDataSwapper *ds=udata_openSwapper((UBool)pInfo->isBigEndian, pInfo->charsetFamily, U_IS_BIG_ENDIAN, U_CHARSET_FAMILY, &errorCode);
604 U_IS_BIG_ENDIAN, U_CHARSET_FAMILY,
pkg_gencmn.c 68 U_CHARSET_FAMILY,
362 U_CHARSET_FAMILY,
unewdata.c 172 U_CHARSET_FAMILY,
package.cpp 53 U_CHARSET_FAMILY,
390 inCharset=U_CHARSET_FAMILY;
460 ds=udata_openSwapper(inIsBigEndian, inCharset, U_IS_BIG_ENDIAN, U_CHARSET_FAMILY, &errorCode);
701 dsLocalToOut=ds[makeTypeEnum(U_CHARSET_FAMILY, U_IS_BIG_ENDIAN)];
    [all...]
  /external/icu4c/common/unicode/
ustring.h     [all...]
  /external/icu4c/tools/gensprep/
store.c 139 U_CHARSET_FAMILY,
164 U_CHARSET_FAMILY,
  /external/icu4c/common/
ucmndata.c 243 udm->pHeader->info.charsetFamily==U_CHARSET_FAMILY)
ucnv_io.c 207 pInfo->charsetFamily==U_CHARSET_FAMILY &&
388 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
390 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
393 # error U_CHARSET_FAMILY is not valid
    [all...]
ucnvsel.cpp 246 U_CHARSET_FAMILY,
499 pHeader->info.charsetFamily != U_CHARSET_FAMILY
503 udata_openSwapperForInputData(p, length, U_IS_BIG_ENDIAN, U_CHARSET_FAMILY, status);
uresdata.c 139 pInfo->charsetFamily==U_CHARSET_FAMILY &&
216 if(formatVersion[0]==1 || U_CHARSET_FAMILY==U_ASCII_FAMILY) {
    [all...]
propname.cpp 229 info->charsetFamily == U_CHARSET_FAMILY &&
ucnv_bld.c 227 pInfo->charsetFamily==U_CHARSET_FAMILY &&
    [all...]
  /external/icu4c/tools/genprops/
store.c 217 U_CHARSET_FAMILY,
  /external/icu4c/test/intltest/
strtest.cpp 85 if( (U_CHARSET_FAMILY==U_ASCII_FAMILY && c!=0x41) ||
86 (U_CHARSET_FAMILY==U_EBCDIC_FAMILY && c!=0xc1)
88 errln("TestCharsetFamily: U_CHARSET_FAMILY needs to be fixed in platform.h");
  /external/icu4c/test/cintltst/
trie2test.c 634 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);
    [all...]
cintltst.c 496 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
  /external/icu4c/tools/genbidi/
store.c 133 U_CHARSET_FAMILY,
  /external/icu4c/tools/genuca/
genuca.cpp 55 U_CHARSET_FAMILY,
71 U_CHARSET_FAMILY,
91 U_CHARSET_FAMILY,
    [all...]
  /external/icu4c/tools/genrb/
genrb.c 365 U_IS_BIG_ENDIAN, U_CHARSET_FAMILY, &status);
  /external/icu4c/tools/makeconv/
makeconv.c 100 U_CHARSET_FAMILY,

Completed in 448 milliseconds

12 3