Searched defs:maxCharLength (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Ducm.h98 int32_t countStates, minCharLength, maxCharLength, countToUCodeUnits; member in struct:UCMStates
/external/icu/icu4c/source/tools/toolutil/
H A Ducm.h98 int32_t countStates, minCharLength, maxCharLength, countToUCodeUnits; member in struct:UCMStates
/external/chromium_org/third_party/icu/source/tools/makeconv/
H A Dgenmbcs.cpp30 * Reduce tests for maxCharLength.
137 * Assume maxCharLength>1.
190 int32_t i, sum, maxCharLength, local
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
683 int32_t maxCharLength; local
940 int32_t i, maxCharLength; local
1332 int32_t maxCharLength, stage3Width; local
[all...]
/external/icu/icu4c/source/tools/makeconv/
H A Dgenmbcs.cpp30 * Reduce tests for maxCharLength.
137 * Assume maxCharLength>1.
190 int32_t i, sum, maxCharLength, local
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
683 int32_t maxCharLength; local
940 int32_t i, maxCharLength; local
1332 int32_t maxCharLength, stage3Width; local
[all...]

Completed in 129 milliseconds