Home | History | Annotate | Download | only in makeconv

Lines Matching defs:maxBytesPerUChar

70         maxInBytes, maxOutBytes, maxBytesPerUChar,
214 extData->maxBytesPerUChar;
645 * counted for maxOutBytes and maxBytesPerUChar in UConverterStaticData,
692 if(ratio>extData->maxBytesPerUChar) {
693 extData->maxBytesPerUChar=ratio;