Searched defs:maxBytesPerUChar (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
H A Ducnv_bld.h210 int8_t maxBytesPerUChar; member in struct:UConverter
H A Ducnvmbcs.cpp1897 int8_t maxBytesPerUChar; local
1947 /* fix maxBytesPerUChar depending on outputType and options etc. */
1949 cnv->maxBytesPerUChar=3; /* SO+DBCS */
1954 maxBytesPerUChar=(int8_t)UCNV_GET_MAX_BYTES_PER_UCHAR(extIndexes);
1956 ++maxBytesPerUChar; /* SO + multiple DBCS */
1959 if(maxBytesPerUChar>cnv->maxBytesPerUChar) {
1960 cnv->maxBytesPerUChar=maxBytesPerUChar;
/external/icu/icu4c/source/tools/makeconv/
H A Dgencnvex.c67 maxInBytes, maxOutBytes, maxBytesPerUChar, member in struct:CnvExtData
212 extData->maxBytesPerUChar;
643 * counted for maxOutBytes and maxBytesPerUChar in UConverterStaticData,
692 if(ratio>extData->maxBytesPerUChar) {
693 extData->maxBytesPerUChar=ratio;

Completed in 112 milliseconds