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

  /external/chromium_org/third_party/icu/source/tools/makeconv/
gencnvex.c 70 maxInBytes, maxOutBytes, maxBytesPerUChar,
213 (extData->maxOutBytes<<8)|
645 * counted for maxOutBytes and maxBytesPerUChar in UConverterStaticData,
687 if(m->bLen>extData->maxOutBytes) {
688 extData->maxOutBytes=m->bLen;
    [all...]
  /external/icu4c/tools/makeconv/
gencnvex.c 70 maxInBytes, maxOutBytes, maxBytesPerUChar,
214 (extData->maxOutBytes<<8)|
646 * counted for maxOutBytes and maxBytesPerUChar in UConverterStaticData,
690 if(m->bLen>extData->maxOutBytes) {
691 extData->maxOutBytes=m->bLen;
    [all...]

Completed in 259 milliseconds