/external/chromium_org/third_party/icu/source/common/ |
udataswp.c | 288 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 [all...] |
udataswp.h | 157 uint8_t outCharset; 198 UBool outIsBigEndian, uint8_t outCharset, 212 UBool outIsBigEndian, uint8_t outCharset,
|
propname.cpp | 496 if(ds->inCharset==ds->outCharset) { 505 * if inCharset!=outCharset. 523 if (ds->outCharset==U_ASCII_FAMILY) {
|
uresdata.c | 811 if(pTempTable->majorFormatVersion>1 || ds->inCharset==ds->outCharset) { 824 * We need to sort tables by outCharset key strings because they [all...] |
ucnv_io.c | [all...] |
ucol_swp.cpp | 245 outHeader->charSetFamily=ds->outCharset;
|
unames.c | [all...] |
/external/icu4c/common/ |
udataswp.c | 288 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 [all...] |
udataswp.h | 157 uint8_t outCharset; 198 UBool outIsBigEndian, uint8_t outCharset, 212 UBool outIsBigEndian, uint8_t outCharset,
|
uresdata.c | 830 if(pTempTable->majorFormatVersion>1 || ds->inCharset==ds->outCharset) { 843 * We need to sort tables by outCharset key strings because they [all...] |
ucnv_io.cpp | [all...] |
ucol_swp.cpp | 243 outHeader->charSetFamily=ds->outCharset;
|
unames.cpp | [all...] |
/external/e2fsprogs/intl/ |
loadmsgcat.c | 808 const char *outcharset; local 827 outcharset = domainbinding->codeset; 830 outcharset = getenv ("OUTPUT_CHARSET"); 831 if (outcharset == NULL || outcharset[0] == '\0') 834 outcharset = _NL_CURRENT (LC_CTYPE, CODESET); 838 outcharset = locale_charset (); 846 outcharset = norm_add_slashes (outcharset, "TRANSLIT"); 848 if (__gconv_open (outcharset, charset, &domain->conv [all...] |
/external/chromium_org/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_org/third_party/icu/source/tools/toolutil/ |
package.cpp | 650 uint8_t outCharset; 679 makeTypeProps(outType, outCharset, outIsBigEndian); 686 ds[TYPE_B]= i==TYPE_B ? NULL : udata_openSwapper(TRUE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode); 687 ds[TYPE_L]= i==TYPE_L ? NULL : udata_openSwapper(FALSE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode); 689 ds[TYPE_E]= i==TYPE_E ? NULL : udata_openSwapper(TRUE, U_EBCDIC_FAMILY, outIsBigEndian, outCharset, &errorCode); [all...] |
package.h | 64 * The item names are swapped and sorted in the outCharset rather than the local one.
|
/external/icu4c/tools/toolutil/ |
package.cpp | 697 uint8_t outCharset; 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); [all...] |
package.h | 78 * The item names are swapped and sorted in the outCharset rather than the local one.
|