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

  /external/icu/icu4c/source/common/
ucnv_bld.h 210 int8_t maxBytesPerUChar;
ucnvmbcs.cpp     [all...]
ucnv_bld.cpp 1001 myUConverter->maxBytesPerUChar = mySharedConverterData->staticData->maxBytesPerChar;
    [all...]
ucnv.c 646 return converter->maxBytesPerUChar;
    [all...]
ucnv2022.cpp 666 cnv->maxBytesPerUChar=cnv->sharedData->staticData->maxBytesPerChar;
    [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...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetMBCS.java     [all...]

Completed in 397 milliseconds