Home
last modified time | relevance | path

Searched refs:inputFieldWidth (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
Ddtitvinf.cpp505 int32_t inputFieldWidth = inputSkeletonFieldWidth[i]; in getBestSkeleton() local
507 if ( inputFieldWidth == fieldWidth ) { in getBestSkeleton()
510 if ( inputFieldWidth == 0 ) { in getBestSkeleton()
516 } else if (stringNumeric(inputFieldWidth, fieldWidth, in getBestSkeleton()
520 distance += (inputFieldWidth > fieldWidth) ? in getBestSkeleton()
521 (inputFieldWidth - fieldWidth) : in getBestSkeleton()
522 (fieldWidth - inputFieldWidth); in getBestSkeleton()
/external/icu/icu4c/source/i18n/
Ddtitvinf.cpp505 int32_t inputFieldWidth = inputSkeletonFieldWidth[i]; in getBestSkeleton() local
507 if ( inputFieldWidth == fieldWidth ) { in getBestSkeleton()
510 if ( inputFieldWidth == 0 ) { in getBestSkeleton()
516 } else if (stringNumeric(inputFieldWidth, fieldWidth, in getBestSkeleton()
520 distance += (inputFieldWidth > fieldWidth) ? in getBestSkeleton()
521 (inputFieldWidth - fieldWidth) : in getBestSkeleton()
522 (fieldWidth - inputFieldWidth); in getBestSkeleton()