HomeSort by relevance Sort by last modified time
    Searched defs:outCharset (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/icu/source/common/
udataswp.h 157 uint8_t outCharset;
198 UBool outIsBigEndian, uint8_t outCharset,
212 UBool outIsBigEndian, uint8_t outCharset,
  /external/icu4c/common/
udataswp.h 157 uint8_t outCharset;
198 UBool outIsBigEndian, uint8_t outCharset,
212 UBool outIsBigEndian, uint8_t outCharset,
  /external/chromium/third_party/icu/source/tools/icuswap/
icuswap.cpp 115 uint8_t outCharset;
148 outCharset=U_ASCII_FAMILY;
152 outCharset=U_ASCII_FAMILY;
156 outCharset=U_EBCDIC_FAMILY;
207 ds=udata_openSwapperForInputData(data, length, outIsBigEndian, outCharset, &errorCode);
475 if(ds->outCharset!=U_CHARSET_FAMILY) {
477 ds2=udata_openSwapper(TRUE, U_CHARSET_FAMILY, TRUE, ds->outCharset, pErrorCode);
554 if(ds->inCharset==ds->outCharset) {
613 if(ds->outCharset==U_CHARSET_FAMILY) {
  /external/icu4c/tools/icuswap/
icuswap.cpp 115 uint8_t outCharset;
148 outCharset=U_ASCII_FAMILY;
152 outCharset=U_ASCII_FAMILY;
156 outCharset=U_EBCDIC_FAMILY;
207 ds=udata_openSwapperForInputData(data, length, outIsBigEndian, outCharset, &errorCode);
475 if(ds->outCharset!=U_CHARSET_FAMILY) {
477 ds2=udata_openSwapper(TRUE, U_CHARSET_FAMILY, TRUE, ds->outCharset, pErrorCode);
554 if(ds->inCharset==ds->outCharset) {
613 if(ds->outCharset==U_CHARSET_FAMILY) {
  /external/chromium/third_party/icu/source/tools/toolutil/
package.cpp 635 uint8_t outCharset;
664 makeTypeProps(outType, outCharset, outIsBigEndian);
671 ds[TYPE_B]= i==TYPE_B ? NULL : udata_openSwapper(TRUE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode);
672 ds[TYPE_L]= i==TYPE_L ? NULL : udata_openSwapper(FALSE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode);
674 ds[TYPE_E]= i==TYPE_E ? NULL : udata_openSwapper(TRUE, U_EBCDIC_FAMILY, outIsBigEndian, outCharset, &errorCode);
    [all...]
  /external/icu4c/tools/toolutil/
package.cpp 640 uint8_t outCharset;
669 makeTypeProps(outType, outCharset, outIsBigEndian);
676 ds[TYPE_B]= i==TYPE_B ? NULL : udata_openSwapper(TRUE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode);
677 ds[TYPE_L]= i==TYPE_L ? NULL : udata_openSwapper(FALSE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode);
679 ds[TYPE_E]= i==TYPE_E ? NULL : udata_openSwapper(TRUE, U_EBCDIC_FAMILY, outIsBigEndian, outCharset, &errorCode);
    [all...]

Completed in 46 milliseconds