Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateIntervalInfo.java1064 boolean replaceZWithV = false; in getBestSkeleton()
1067 replaceZWithV = true; in getBestSkeleton()
1115 if ( replaceZWithV && bestFieldDifference != -1 ) { in getBestSkeleton()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateIntervalInfo.java1086 boolean replaceZWithV = false; in getBestSkeleton()
1089 replaceZWithV = true; in getBestSkeleton()
1137 if ( replaceZWithV && bestFieldDifference != -1 ) { in getBestSkeleton()
/external/icu/icu4c/source/i18n/
Ddtitvinf.cpp572 UBool replaceZWithV = false; in getBestSkeleton() local
579 replaceZWithV = true; in getBestSkeleton()
644 if ( replaceZWithV && bestMatchDistanceInfo != -1 ) { in getBestSkeleton()