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

/external/icu4c/common/
H A Ducnv_bld.h204 int8_t maxBytesPerUChar; member in struct:UConverter
H A Ducnvmbcs.c1688 int8_t maxBytesPerUChar; local
1729 /* fix maxBytesPerUChar depending on outputType and options etc. */
1731 cnv->maxBytesPerUChar=3; /* SO+DBCS */
1736 maxBytesPerUChar=(int8_t)UCNV_GET_MAX_BYTES_PER_UCHAR(extIndexes);
1738 ++maxBytesPerUChar; /* SO + multiple DBCS */
1741 if(maxBytesPerUChar>cnv->maxBytesPerUChar) {
1742 cnv->maxBytesPerUChar=maxBytesPerUChar;
H A Ducnv_bld.c1011 myUConverter->maxBytesPerUChar = mySharedConverterData->staticData->maxBytesPerChar;
H A Ducnv.c644 return converter->maxBytesPerUChar;
H A Ducnv2022.c609 cnv->maxBytesPerUChar=cnv->sharedData->staticData->maxBytesPerChar;
/external/icu4c/tools/makeconv/
H A Dgencnvex.c70 maxInBytes, maxOutBytes, maxBytesPerUChar, member in struct:CnvExtData
214 extData->maxBytesPerUChar;
645 * counted for maxOutBytes and maxBytesPerUChar in UConverterStaticData,
692 if(ratio>extData->maxBytesPerUChar) {
693 extData->maxBytesPerUChar=ratio;

Completed in 110 milliseconds