Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateIntervalFormat.java1727 int[] bestMatchSkeletonFieldWidth = new int[58]; in adjustFieldWidth() local
1744 DateIntervalInfo.parseSkeleton(bestMatchSkeleton, bestMatchSkeletonFieldWidth); in adjustFieldWidth()
1768 int fieldCount = bestMatchSkeletonFieldWidth[skeletonChar - PATTERN_CHAR_BASE]; in adjustFieldWidth()
1804 int fieldCount = bestMatchSkeletonFieldWidth[skeletonChar - PATTERN_CHAR_BASE]; in adjustFieldWidth()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateIntervalFormat.java1715 int[] bestMatchSkeletonFieldWidth = new int[58]; in adjustFieldWidth() local
1732 DateIntervalInfo.parseSkeleton(bestMatchSkeleton, bestMatchSkeletonFieldWidth); in adjustFieldWidth()
1756 int fieldCount = bestMatchSkeletonFieldWidth[skeletonChar - PATTERN_CHAR_BASE]; in adjustFieldWidth()
1792 int fieldCount = bestMatchSkeletonFieldWidth[skeletonChar - PATTERN_CHAR_BASE]; in adjustFieldWidth()
/external/icu/icu4c/source/i18n/
Ddtitvfmt.cpp1435 int32_t bestMatchSkeletonFieldWidth[] = in adjustFieldWidth() local
1448 DateIntervalInfo::parseSkeleton(bestMatchSkeleton, bestMatchSkeletonFieldWidth); in adjustFieldWidth()
1474 … int32_t fieldCount = bestMatchSkeletonFieldWidth[(int)(skeletonChar - PATTERN_CHAR_BASE)]; in adjustFieldWidth()
1513 int32_t fieldCount = bestMatchSkeletonFieldWidth[(int)(skeletonChar - PATTERN_CHAR_BASE)]; in adjustFieldWidth()