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

/external/chromium_org/third_party/icu/source/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 Ducol_swp.cpp243 outHeader->charSetFamily=ds->outCharset;
H A Ducnv_io.cpp1223 if(ds->inCharset==ds->outCharset) {
1234 tempTable.chars=(const char *)(outTable+offsets[stringTableIndex]); /* sort by outCharset */
1250 if(ds->outCharset==U_ASCII_FAMILY) {
1259 * We need to sort the list again by outCharset strings because they
H A Dunames.cpp1773 if(ds->inCharset==ds->outCharset) {
1986 if(ds->inCharset!=ds->outCharset) {
H A Duresdata.c830 if(pTempTable->majorFormatVersion>1 || ds->inCharset==ds->outCharset) {
843 * We need to sort tables by outCharset key strings because they
1110 tempTable.keyChars=(const char *)outBundle; /* sort by outCharset */
/external/icu/icu4c/source/common/
H A Dudataswp.c337 outHeader->info.charsetFamily = ds->outCharset;
362 UBool outIsBigEndian, uint8_t outCharset,
369 if(inCharset>U_EBCDIC_FAMILY || outCharset>U_EBCDIC_FAMILY) {
386 swapper->outCharset=outCharset;
394 swapper->compareInvChars= outCharset==U_ASCII_FAMILY ? uprv_compareInvAscii : uprv_compareInvEbcdic;
407 swapper->swapInvChars= outCharset==U_ASCII_FAMILY ? uprv_copyAscii : uprv_ebcdicFromAscii;
409 swapper->swapInvChars= outCharset==U_EBCDIC_FAMILY ? uprv_copyEbcdic : uprv_asciiFromEbcdic;
417 UBool outIsBigEndian, uint8_t outCharset,
429 outCharset>U_EBCDIC_FAMIL
361 udata_openSwapper(UBool inIsBigEndian, uint8_t inCharset, UBool outIsBigEndian, uint8_t outCharset, UErrorCode *pErrorCode) argument
416 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
200 UBool outIsBigEndian, uint8_t outCharset,
214 UBool outIsBigEndian, uint8_t outCharset,
H A Ducnv_io.cpp1223 if(ds->inCharset==ds->outCharset) {
1234 tempTable.chars=(const char *)(outTable+offsets[stringTableIndex]); /* sort by outCharset */
1250 if(ds->outCharset==U_ASCII_FAMILY) {
1259 * We need to sort the list again by outCharset strings because they
H A Ducol_swp.cpp257 outHeader->charSetFamily=ds->outCharset;
H A Dunames.cpp1777 if(ds->inCharset==ds->outCharset) {
1990 if(ds->inCharset!=ds->outCharset) {
H A Duresdata.c828 if(pTempTable->majorFormatVersion>1 || ds->inCharset==ds->outCharset) {
841 * We need to sort tables by outCharset key strings because they
1108 tempTable.keyChars=(const char *)outBundle; /* sort by outCharset */
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpackage.cpp697 uint8_t outCharset; local
726 makeTypeProps(outType, outCharset, outIsBigEndian);
733 ds[TYPE_B]= i==TYPE_B ? NULL : udata_openSwapper(TRUE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode);
734 ds[TYPE_L]= i==TYPE_L ? NULL : udata_openSwapper(FALSE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode);
736 ds[TYPE_E]= i==TYPE_E ? NULL : udata_openSwapper(TRUE, U_EBCDIC_FAMILY, outIsBigEndian, outCharset, &errorCode);
1135 uint8_t itemCharset, outCharset; local
1149 makeTypeProps(outType, outCharset, outIsBigEndian);
1150 ds=udata_openSwapper(itemIsBigEndian, itemCharset, outIsBigEndian, outCharset, &errorCode);
/external/icu/icu4c/source/tools/toolutil/
H A Dpackage.cpp698 uint8_t outCharset; local
727 makeTypeProps(outType, outCharset, outIsBigEndian);
734 ds[TYPE_B]= i==TYPE_B ? NULL : udata_openSwapper(TRUE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode);
735 ds[TYPE_L]= i==TYPE_L ? NULL : udata_openSwapper(FALSE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode);
737 ds[TYPE_E]= i==TYPE_E ? NULL : udata_openSwapper(TRUE, U_EBCDIC_FAMILY, outIsBigEndian, outCharset, &errorCode);
1136 uint8_t itemCharset, outCharset; local
1150 makeTypeProps(outType, outCharset, outIsBigEndian);
1151 ds=udata_openSwapper(itemIsBigEndian, itemCharset, outIsBigEndian, outCharset, &errorCode);

Completed in 3550 milliseconds