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

  /external/icu4c/tools/toolutil/
ucm.h 97 int32_t countStates, minCharLength, maxCharLength, countToUCodeUnits;
  /external/icu4c/tools/makeconv/
genmbcs.cpp 30 * Reduce tests for maxCharLength.
137 * Assume maxCharLength>1.
190 int32_t i, sum, maxCharLength,
215 maxCharLength=mbcsData->ucm->states.maxCharLength;
218 if(maxCharLength==1) {
222 /* allocate 1M * maxCharLength bytes for at most 1M mappings */
223 sum=0x100000*maxCharLength;
281 * MBCS: indexes need to be multiplied by 16*maxCharLength, indexes increment by 1
284 if(maxCharLength==1)
    [all...]

Completed in 57 milliseconds