Searched refs:maxBytesPerUChar (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_bld.h205 int8_t maxBytesPerUChar; member in struct:UConverter
H A Ducnvmbcs.c1760 int8_t maxBytesPerUChar; local
1810 /* fix maxBytesPerUChar depending on outputType and options etc. */
1812 cnv->maxBytesPerUChar=3; /* SO+DBCS */
1817 maxBytesPerUChar=(int8_t)UCNV_GET_MAX_BYTES_PER_UCHAR(extIndexes);
1819 ++maxBytesPerUChar; /* SO + multiple DBCS */
1822 if(maxBytesPerUChar>cnv->maxBytesPerUChar) {
1823 cnv->maxBytesPerUChar=maxBytesPerUChar;
H A Ducnv_bld.cpp1032 myUConverter->maxBytesPerUChar = mySharedConverterData->staticData->maxBytesPerChar;
H A Ducnv.c656 return converter->maxBytesPerUChar;
H A Ducnv2022.cpp627 cnv->maxBytesPerUChar=cnv->sharedData->staticData->maxBytesPerChar;
/external/icu/icu4c/source/common/
H A Ducnv_bld.h205 int8_t maxBytesPerUChar; member in struct:UConverter
H A Ducnvmbcs.c1760 int8_t maxBytesPerUChar; local
1810 /* fix maxBytesPerUChar depending on outputType and options etc. */
1812 cnv->maxBytesPerUChar=3; /* SO+DBCS */
1817 maxBytesPerUChar=(int8_t)UCNV_GET_MAX_BYTES_PER_UCHAR(extIndexes);
1819 ++maxBytesPerUChar; /* SO + multiple DBCS */
1822 if(maxBytesPerUChar>cnv->maxBytesPerUChar) {
1823 cnv->maxBytesPerUChar=maxBytesPerUChar;
H A Ducnv_bld.cpp1023 myUConverter->maxBytesPerUChar = mySharedConverterData->staticData->maxBytesPerChar;
H A Ducnv.c656 return converter->maxBytesPerUChar;
H A Ducnv2022.cpp632 cnv->maxBytesPerUChar=cnv->sharedData->staticData->maxBytesPerChar;
/external/chromium_org/third_party/icu/source/tools/makeconv/
H A Dgencnvex.c70 maxInBytes, maxOutBytes, maxBytesPerUChar, member in struct:CnvExtData
215 extData->maxBytesPerUChar;
646 * counted for maxOutBytes and maxBytesPerUChar in UConverterStaticData,
695 if(ratio>extData->maxBytesPerUChar) {
696 extData->maxBytesPerUChar=ratio;
/external/icu/icu4c/source/tools/makeconv/
H A Dgencnvex.c70 maxInBytes, maxOutBytes, maxBytesPerUChar, member in struct:CnvExtData
215 extData->maxBytesPerUChar;
646 * counted for maxOutBytes and maxBytesPerUChar in UConverterStaticData,
695 if(ratio>extData->maxBytesPerUChar) {
696 extData->maxBytesPerUChar=ratio;

Completed in 1652 milliseconds