Home
last modified time | relevance | path

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

/external/icu4c/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()