Searched refs:outCharset (Results 1 - 8 of 8) sorted by relevance

/external/icu4c/common/
H A Dudataswp.c288 outHeader->info.charsetFamily = ds->outCharset;
313 UBool outIsBigEndian, uint8_t outCharset,
320 if(inCharset>U_EBCDIC_FAMILY || outCharset>U_EBCDIC_FAMILY) {
337 swapper->outCharset=outCharset;
345 swapper->compareInvChars= outCharset==U_ASCII_FAMILY ? uprv_compareInvAscii : uprv_compareInvEbcdic;
351 swapper->swapInvChars= outCharset==U_ASCII_FAMILY ? uprv_copyAscii : uprv_ebcdicFromAscii;
353 swapper->swapInvChars= outCharset==U_EBCDIC_FAMILY ? uprv_copyEbcdic : uprv_asciiFromEbcdic;
361 UBool outIsBigEndian, uint8_t outCharset,
373 outCharset>U_EBCDIC_FAMIL
312 udata_openSwapper(UBool inIsBigEndian, uint8_t inCharset, UBool outIsBigEndian, uint8_t outCharset, UErrorCode *pErrorCode) argument
360 udata_openSwapperForInputData(const void *data, int32_t length, UBool outIsBigEndian, uint8_t outCharset, UErrorCode *pErrorCode) argument
[all...]
H A Dudataswp.h157 uint8_t outCharset; member in struct:UDataSwapper
198 UBool outIsBigEndian, uint8_t outCharset,
212 UBool outIsBigEndian, uint8_t outCharset,
H A Ducnv_io.c1218 if(ds->inCharset==ds->outCharset) {
1229 tempTable.chars=(const char *)(outTable+offsets[stringTableIndex]); /* sort by outCharset */
1245 if(ds->outCharset==U_ASCII_FAMILY) {
1254 * We need to sort the list again by outCharset strings because they
H A Ducol_swp.cpp245 outHeader->charSetFamily=ds->outCharset;
H A Dunames.c1790 if(ds->inCharset==ds->outCharset) {
2003 if(ds->inCharset!=ds->outCharset) {
H A Duresdata.c811 if(pTempTable->majorFormatVersion>1 || ds->inCharset==ds->outCharset) {
824 * We need to sort tables by outCharset key strings because they
1091 tempTable.keyChars=(const char *)outBundle; /* sort by outCharset */
/external/icu4c/tools/icuswap/
H A Dicuswap.cpp115 uint8_t outCharset; local
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/toolutil/
H A Dpackage.cpp651 uint8_t outCharset; local
680 makeTypeProps(outType, outCharset, outIsBigEndian);
687 ds[TYPE_B]= i==TYPE_B ? NULL : udata_openSwapper(TRUE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode);
688 ds[TYPE_L]= i==TYPE_L ? NULL : udata_openSwapper(FALSE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode);
690 ds[TYPE_E]= i==TYPE_E ? NULL : udata_openSwapper(TRUE, U_EBCDIC_FAMILY, outIsBigEndian, outCharset, &errorCode);
1080 uint8_t itemCharset, outCharset; local
1094 makeTypeProps(outType, outCharset, outIsBigEndian);
1095 ds=udata_openSwapper(itemIsBigEndian, itemCharset, outIsBigEndian, outCharset, &errorCode);

Completed in 103 milliseconds