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

  /external/icu/icu4c/source/common/
udataswp.h 157 uint8_t outCharset;
200 UBool outIsBigEndian, uint8_t outCharset,
214 UBool outIsBigEndian, uint8_t outCharset,
  /external/icu/icu4c/source/tools/icuswap/
icuswap.cpp 114 uint8_t outCharset;
147 outCharset=U_ASCII_FAMILY;
151 outCharset=U_ASCII_FAMILY;
155 outCharset=U_EBCDIC_FAMILY;
206 ds=udata_openSwapperForInputData(data, length, outIsBigEndian, outCharset, &errorCode);
474 if(ds->outCharset!=U_CHARSET_FAMILY) {
476 ds2=udata_openSwapper(TRUE, U_CHARSET_FAMILY, TRUE, ds->outCharset, pErrorCode);
553 if(ds->inCharset==ds->outCharset) {
612 if(ds->outCharset==U_CHARSET_FAMILY) {
  /external/icu/icu4c/source/tools/toolutil/
package.cpp 693 uint8_t outCharset;
722 makeTypeProps(outType, outCharset, outIsBigEndian);
729 ds[TYPE_B]= i==TYPE_B ? NULL : udata_openSwapper(TRUE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode);
730 ds[TYPE_L]= i==TYPE_L ? NULL : udata_openSwapper(FALSE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode);
732 ds[TYPE_E]= i==TYPE_E ? NULL : udata_openSwapper(TRUE, U_EBCDIC_FAMILY, outIsBigEndian, outCharset, &errorCode);
    [all...]

Completed in 450 milliseconds