HomeSort by relevance Sort by last modified time
    Searched defs:maxBytesPerUChar (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/common/
ucnv_bld.h 210 int8_t maxBytesPerUChar;
ucnvmbcs.cpp     [all...]
  /external/icu/icu4c/source/tools/makeconv/
gencnvex.c 67 maxInBytes, maxOutBytes, maxBytesPerUChar,
212 extData->maxBytesPerUChar;
643 * counted for maxOutBytes and maxBytesPerUChar in UConverterStaticData,
692 if(ratio>extData->maxBytesPerUChar) {
693 extData->maxBytesPerUChar=ratio;
    [all...]

Completed in 938 milliseconds