Searched defs:inCharset (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/common/
H A Dudataswp.h153 uint8_t inCharset; member in struct:UDataSwapper
197 udata_openSwapper(UBool inIsBigEndian, uint8_t inCharset,
H A Dudataswp.c312 udata_openSwapper(UBool inIsBigEndian, uint8_t inCharset, argument
320 if(inCharset>U_EBCDIC_FAMILY || outCharset>U_EBCDIC_FAMILY) {
335 swapper->inCharset=inCharset;
350 if(inCharset==U_ASCII_FAMILY) {
366 int8_t inCharset; local
390 inCharset=pHeader->info.charsetFamily;
409 return udata_openSwapper(inIsBigEndian, inCharset, outIsBigEndian, outCharset, pErrorCode);
/external/icu4c/tools/toolutil/
H A Dpackage.h148 uint8_t inCharset; member in class:Package
/external/icu4c/test/cintltst/
H A Dudatatst.c1370 uint8_t inCharset, oppositeCharset; local
1413 inCharset=ds->inCharset;
1416 oppositeCharset= inCharset==U_ASCII_FAMILY ? U_EBCDIC_FAMILY : U_ASCII_FAMILY;
1419 if(inEndian!=U_IS_BIG_ENDIAN || inCharset!=U_CHARSET_FAMILY) {
1421 ds=udata_openSwapper(inEndian, inCharset, oppositeEndian, inCharset, &errorCode);
1479 ds=udata_openSwapper(oppositeEndian, inCharset,
1507 inEndian, inCharset,

Completed in 5578 milliseconds