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

  /external/icu4c/common/
ucnv_bld.h 205 int8_t maxBytesPerUChar;
ucnvmbcs.c     [all...]
  /external/icu4c/tools/makeconv/
gencnvex.c 70 maxInBytes, maxOutBytes, maxBytesPerUChar,
215 extData->maxBytesPerUChar;
646 * counted for maxOutBytes and maxBytesPerUChar in UConverterStaticData,
693 if(ratio>extData->maxBytesPerUChar) {
694 extData->maxBytesPerUChar=ratio;
    [all...]

Completed in 355 milliseconds