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

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

Completed in 810 milliseconds