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 212 int8_t maxBytesPerUChar;
ucnvmbcs.cpp     [all...]
  /external/icu/icu4c/source/tools/makeconv/
gencnvex.c 69 maxInBytes, maxOutBytes, maxBytesPerUChar,
214 extData->maxBytesPerUChar;
645 * counted for maxOutBytes and maxBytesPerUChar in UConverterStaticData,
694 if(ratio>extData->maxBytesPerUChar) {
695 extData->maxBytesPerUChar=ratio;
    [all...]

Completed in 5487 milliseconds