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

  /external/icu/icu4c/source/tools/toolutil/
ucm.h 100 int32_t countStates, minCharLength, maxCharLength, countToUCodeUnits;
  /external/icu/icu4c/source/tools/makeconv/
genmbcs.cpp 32 * Reduce tests for maxCharLength.
139 * Assume maxCharLength>1.
192 int32_t i, sum, maxCharLength,
217 maxCharLength=mbcsData->ucm->states.maxCharLength;
220 if(maxCharLength==1) {
224 /* allocate 1M * maxCharLength bytes for at most 1M mappings */
225 sum=0x100000*maxCharLength;
283 * MBCS: indexes need to be multiplied by 16*maxCharLength, indexes increment by 1
286 if(maxCharLength==1)
    [all...]
  /frameworks/base/core/java/android/widget/
TimePickerClockDelegate.java 325 int maxCharLength = 0;
327 maxCharLength = Math.max(maxCharLength, digits[i].length());
329 mTextInputPickerView.setHourFormat(maxCharLength * 2);
    [all...]

Completed in 63 milliseconds