Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dplurfmts.cpp57 UnicodeString otherPattern = UnicodeString("other{#}"); in pluralFormatBasicTest() local
78 plFmt[4] = new PluralFormat(otherPattern, status[4]); in pluralFormatBasicTest()
79 plFmt[5] = new PluralFormat(*plRules, otherPattern, status[5]); in pluralFormatBasicTest()
80 plFmt[6] = new PluralFormat(locale, otherPattern, status[6]); in pluralFormatBasicTest()
81 plFmt[7] = new PluralFormat(locale, *plRules, otherPattern, status[7]); in pluralFormatBasicTest()
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckNumbers.java432 String otherPattern = resolvedFile.getWinningValue(parts.toString()); in checkDecimalFormatConsistency() local
434 if (otherPattern == null || findUnquotedChars(type, otherPattern) != null) continue; in checkDecimalFormatConsistency()
435 format = new DecimalFormat(otherPattern); in checkDecimalFormatConsistency()
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...