Home | History | Annotate | Download | only in makeconv

Lines Matching defs:maxBytesPerUChar

70         maxInBytes, maxOutBytes, maxBytesPerUChar,
215 extData->maxBytesPerUChar;
646 * counted for maxOutBytes and maxBytesPerUChar in UConverterStaticData,
695 if(ratio>extData->maxBytesPerUChar) {
696 extData->maxBytesPerUChar=ratio;