Lines Matching defs:maxBytesPerUChar
1760 int8_t maxBytesPerUChar;
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;