HomeSort by relevance Sort by last modified time
    Searched refs:charsetFamily (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium/third_party/icu/public/common/unicode/
udata.h 121 uint8_t charsetFamily;
  /external/icu4c/common/unicode/
udata.h 122 uint8_t charsetFamily;
  /external/icu4c/samples/udata/
reader.c 59 pInfo->charsetFamily==U_CHARSET_FAMILY &&
  /external/chromium/third_party/icu/source/test/cintltst/
udatatst.c 514 pInfo->charsetFamily==U_CHARSET_FAMILY &&
531 name, type, pInfo->size, pInfo->isBigEndian, pInfo->charsetFamily, pInfo->formatVersion[0],
549 pInfo->charsetFamily==U_CHARSET_FAMILY &&
574 pInfo->charsetFamily==U_CHARSET_FAMILY &&
672 pInfo->charsetFamily==U_CHARSET_FAMILY &&
777 dataInfo.charsetFamily==U_CHARSET_FAMILY &&
801 dataInfo.charsetFamily==U_CHARSET_FAMILY &&
    [all...]
  /external/icu4c/test/cintltst/
udatatst.c 521 pInfo->charsetFamily==U_CHARSET_FAMILY &&
538 name, type, pInfo->size, pInfo->isBigEndian, pInfo->charsetFamily, pInfo->formatVersion[0],
556 pInfo->charsetFamily==U_CHARSET_FAMILY &&
581 pInfo->charsetFamily==U_CHARSET_FAMILY &&
679 pInfo->charsetFamily==U_CHARSET_FAMILY &&
784 dataInfo.charsetFamily==U_CHARSET_FAMILY &&
808 dataInfo.charsetFamily==U_CHARSET_FAMILY &&
    [all...]
  /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);
605 (UBool)pInfo->isBigEndian, pInfo->charsetFamily,
package.cpp 167 return makeTypeEnum(pInfo->charsetFamily, (UBool)pInfo->isBigEndian);
486 inCharset=pInfo->charsetFamily;
    [all...]
  /external/chromium/third_party/icu/source/common/
udataswp.c 288 outHeader->info.charsetFamily = ds->outCharset;
390 inCharset=pHeader->info.charsetFamily;
ucmndata.c 243 udm->pHeader->info.charsetFamily==U_CHARSET_FAMILY)
ubidi_props.c 57 pInfo->charsetFamily==U_CHARSET_FAMILY &&
propname.cpp 229 info->charsetFamily == U_CHARSET_FAMILY &&
ucase.c 58 pInfo->charsetFamily==U_CHARSET_FAMILY &&
    [all...]
uchar.c 79 pInfo->charsetFamily==U_CHARSET_FAMILY &&
ucnv_io.c 207 pInfo->charsetFamily==U_CHARSET_FAMILY &&
    [all...]
ucnvsel.cpp 502 pHeader->info.charsetFamily != U_CHARSET_FAMILY
  /external/icu4c/common/
udataswp.c 288 outHeader->info.charsetFamily = ds->outCharset;
390 inCharset=pHeader->info.charsetFamily;
ucmndata.c 243 udm->pHeader->info.charsetFamily==U_CHARSET_FAMILY)
ubidi_props.c 57 pInfo->charsetFamily==U_CHARSET_FAMILY &&
propname.cpp 229 info->charsetFamily == U_CHARSET_FAMILY &&
unorm.cpp 118 pInfo->charsetFamily==U_CHARSET_FAMILY &&
  /external/chromium/third_party/icu/source/test/intltest/
intltest.cpp 1108 const char *charsetFamily = "Unknown";
1112 charsetFamily="ASCII";
1114 charsetFamily="EBCDIC";
1119 charsetFamily);
    [all...]
  /external/icu4c/test/intltest/
intltest.cpp 1129 const char *charsetFamily = "Unknown";
1133 charsetFamily="ASCII";
1135 charsetFamily="EBCDIC";
1140 charsetFamily);
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol_imp.h 131 * uint8_t charSetFamily; - charset family of this collation binary (formatVersion 2.3)
    [all...]
  /external/chromium/third_party/icu/source/tools/toolutil/
pkgitems.cpp 636 ds=udata_openSwapper((UBool)pInfo->isBigEndian, pInfo->charsetFamily, U_IS_BIG_ENDIAN, U_CHARSET_FAMILY, &errorCode);
package.cpp 167 return makeTypeEnum(pInfo->charsetFamily, (UBool)pInfo->isBigEndian);
481 inCharset=pInfo->charsetFamily;
    [all...]

Completed in 621 milliseconds

1 2