Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DFlexibleDateFromCLDR.java213 String strippedPattern = null; in checkValueAgainstSkeleton() local
216 strippedPattern = gen.getSkeleton(value); // the pattern stripped of literals in checkValueAgainstSkeleton()
219strippedPattern = stripLiterals(value); // can't use gen on intervalFormat pattern (throws excepti… in checkValueAgainstSkeleton()
221 if (skeleton != null && strippedPattern != null) { in checkValueAgainstSkeleton()
223 …if (strippedPattern.indexOf('h') >= 0 || strippedPattern.indexOf('K') >= 0) { // but pattern uses … in checkValueAgainstSkeleton()
227 …if (strippedPattern.indexOf('H') >= 0 || strippedPattern.indexOf('k') >= 0) { // but pattern uses … in checkValueAgainstSkeleton()