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

  /external/icu4c/common/
ucnv_bld.h 204 int8_t maxBytesPerUChar;
ucnvmbcs.c     [all...]
ucnv_bld.c 1011 myUConverter->maxBytesPerUChar = mySharedConverterData->staticData->maxBytesPerChar
    [all...]
ucnv.c 646 return converter->maxBytesPerUChar;
    [all...]
ucnv2022.c 620 cnv->maxBytesPerUChar=cnv->sharedData->staticData->maxBytesPerChar;
    [all...]
  /external/icu4c/tools/makeconv/
gencnvex.c 70 maxInBytes, maxOutBytes, maxBytesPerUChar,
214 extData->maxBytesPerUChar;
645 * counted for maxOutBytes and maxBytesPerUChar in UConverterStaticData,
692 if(ratio>extData->maxBytesPerUChar) {
693 extData->maxBytesPerUChar=ratio;
    [all...]

Completed in 232 milliseconds