Searched refs:inCharset (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
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);
H A Dudataswp.h153 uint8_t inCharset; member in struct:UDataSwapper
197 udata_openSwapper(UBool inIsBigEndian, uint8_t inCharset,
H A Ducol_swp.cpp140 if(inHeader->isBigEndian!=ds->inIsBigEndian || inHeader->charSetFamily!=ds->inCharset) {
205 if(inHeader->isBigEndian!=ds->inIsBigEndian || inHeader->charSetFamily!=ds->inCharset) {
H A Dunames.cpp1773 if(ds->inCharset==ds->outCharset) {
1794 i, ds->inCharset);
1986 if(ds->inCharset!=ds->outCharset) {
H A Ducnv_io.cpp1223 if(ds->inCharset==ds->outCharset) {
H A Duresdata.c830 if(pTempTable->majorFormatVersion>1 || ds->inCharset==ds->outCharset) {
/external/icu/icu4c/source/common/
H A Dudataswp.c361 udata_openSwapper(UBool inIsBigEndian, uint8_t inCharset, argument
369 if(inCharset>U_EBCDIC_FAMILY || outCharset>U_EBCDIC_FAMILY) {
384 swapper->inCharset=inCharset;
406 if(inCharset==U_ASCII_FAMILY) {
422 int8_t inCharset; local
446 inCharset=pHeader->info.charsetFamily;
465 return udata_openSwapper(inIsBigEndian, inCharset, outIsBigEndian, outCharset, pErrorCode);
H A Dudataswp.h153 uint8_t inCharset; member in struct:UDataSwapper
199 udata_openSwapper(UBool inIsBigEndian, uint8_t inCharset,
H A Ducol_swp.cpp152 if(inHeader->isBigEndian!=ds->inIsBigEndian || inHeader->charSetFamily!=ds->inCharset) {
219 if(inHeader->isBigEndian!=ds->inIsBigEndian || inHeader->charSetFamily!=ds->inCharset) {
H A Dunames.cpp1777 if(ds->inCharset==ds->outCharset) {
1798 i, ds->inCharset);
1990 if(ds->inCharset!=ds->outCharset) {
H A Ducnv_io.cpp1223 if(ds->inCharset==ds->outCharset) {
H A Duresdata.c828 if(pTempTable->majorFormatVersion>1 || ds->inCharset==ds->outCharset) {
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpackage.h163 uint8_t inCharset; member in class:Package
H A Dpackage.cpp393 inCharset=U_CHARSET_FAMILY;
471 makeTypeProps(type, inCharset, inIsBigEndian);
472 ds=udata_openSwapper(inIsBigEndian, inCharset, U_IS_BIG_ENDIAN, U_CHARSET_FAMILY, &errorCode);
507 inCharset=pInfo->charsetFamily;
684 return makeTypeLetter(inCharset, inIsBigEndian);
/external/icu/icu4c/source/tools/toolutil/
H A Dpackage.h163 uint8_t inCharset; member in class:Package
H A Dpackage.cpp393 inCharset=U_CHARSET_FAMILY;
471 makeTypeProps(type, inCharset, inIsBigEndian);
472 ds=udata_openSwapper(inIsBigEndian, inCharset, U_IS_BIG_ENDIAN, U_CHARSET_FAMILY, &errorCode);
507 inCharset=pInfo->charsetFamily;
685 return makeTypeLetter(inCharset, inIsBigEndian);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dudatatst.c1402 uint8_t inCharset, oppositeCharset; local
1445 inCharset=ds->inCharset;
1448 oppositeCharset= inCharset==U_ASCII_FAMILY ? U_EBCDIC_FAMILY : U_ASCII_FAMILY;
1451 if(inEndian!=U_IS_BIG_ENDIAN || inCharset!=U_CHARSET_FAMILY) {
1453 ds=udata_openSwapper(inEndian, inCharset, oppositeEndian, inCharset, &errorCode);
1511 ds=udata_openSwapper(oppositeEndian, inCharset,
1539 inEndian, inCharset,
/external/icu/icu4c/source/test/cintltst/
H A Dudatatst.c1405 uint8_t inCharset, oppositeCharset; local
1448 inCharset=ds->inCharset;
1451 oppositeCharset= inCharset==U_ASCII_FAMILY ? U_EBCDIC_FAMILY : U_ASCII_FAMILY;
1454 if(inEndian!=U_IS_BIG_ENDIAN || inCharset!=U_CHARSET_FAMILY) {
1456 ds=udata_openSwapper(inEndian, inCharset, oppositeEndian, inCharset, &errorCode);
1514 ds=udata_openSwapper(oppositeEndian, inCharset,
1542 inEndian, inCharset,
/external/chromium_org/third_party/icu/source/tools/icuswap/
H A Dicuswap.cpp554 if(ds->inCharset==ds->outCharset) {
/external/icu/icu4c/source/tools/icuswap/
H A Dicuswap.cpp554 if(ds->inCharset==ds->outCharset) {
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 370 milliseconds