Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddtitvinf.cpp614 int32_t inputFieldWidth = inputSkeletonFieldWidth[i]; in getBestSkeleton() local
616 if ( inputFieldWidth == fieldWidth ) { in getBestSkeleton()
619 if ( inputFieldWidth == 0 ) { in getBestSkeleton()
625 } else if (stringNumeric(inputFieldWidth, fieldWidth, in getBestSkeleton()
629 distance += (inputFieldWidth > fieldWidth) ? in getBestSkeleton()
630 (inputFieldWidth - fieldWidth) : in getBestSkeleton()
631 (fieldWidth - inputFieldWidth); in getBestSkeleton()
/third_party/node/deps/icu-small/source/i18n/
Ddtitvinf.cpp633 int32_t inputFieldWidth = inputSkeletonFieldWidth[i]; in getBestSkeleton() local
635 if ( inputFieldWidth == fieldWidth ) { in getBestSkeleton()
638 if ( inputFieldWidth == 0 ) { in getBestSkeleton()
644 } else if (stringNumeric(inputFieldWidth, fieldWidth, in getBestSkeleton()
648 distance += (inputFieldWidth > fieldWidth) ? in getBestSkeleton()
649 (inputFieldWidth - fieldWidth) : in getBestSkeleton()
650 (fieldWidth - inputFieldWidth); in getBestSkeleton()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddtitvinf.cpp651 int32_t inputFieldWidth = inputSkeletonFieldWidth[i]; in getBestSkeleton() local
653 if ( inputFieldWidth == fieldWidth ) { in getBestSkeleton()
656 if ( inputFieldWidth == 0 ) { in getBestSkeleton()
662 } else if (stringNumeric(inputFieldWidth, fieldWidth, in getBestSkeleton()
666 distance += (inputFieldWidth > fieldWidth) ? in getBestSkeleton()
667 (inputFieldWidth - fieldWidth) : in getBestSkeleton()
668 (fieldWidth - inputFieldWidth); in getBestSkeleton()
/third_party/icu/icu4c/source/i18n/
Ddtitvinf.cpp651 int32_t inputFieldWidth = inputSkeletonFieldWidth[i]; in getBestSkeleton() local
653 if ( inputFieldWidth == fieldWidth ) { in getBestSkeleton()
656 if ( inputFieldWidth == 0 ) { in getBestSkeleton()
662 } else if (stringNumeric(inputFieldWidth, fieldWidth, in getBestSkeleton()
666 distance += (inputFieldWidth > fieldWidth) ? in getBestSkeleton()
667 (inputFieldWidth - fieldWidth) : in getBestSkeleton()
668 (fieldWidth - inputFieldWidth); in getBestSkeleton()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDateIntervalInfo.java1088 int inputFieldWidth = inputSkeletonFieldWidth[i]; in getBestSkeleton() local
1090 if ( inputFieldWidth == fieldWidth ) { in getBestSkeleton()
1093 if ( inputFieldWidth == 0 ) { in getBestSkeleton()
1099 } else if (stringNumeric(inputFieldWidth, fieldWidth, in getBestSkeleton()
1103 distance += Math.abs(inputFieldWidth - fieldWidth); in getBestSkeleton()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateIntervalInfo.java1121 int inputFieldWidth = inputSkeletonFieldWidth[i]; in getBestSkeleton() local
1123 if ( inputFieldWidth == fieldWidth ) { in getBestSkeleton()
1126 if ( inputFieldWidth == 0 ) { in getBestSkeleton()
1132 } else if (stringNumeric(inputFieldWidth, fieldWidth, in getBestSkeleton()
1136 distance += Math.abs(inputFieldWidth - fieldWidth); in getBestSkeleton()