Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DLanguageInfoTest.java132 String rawDesired = foo.get0(); in testFallbacks() local
133 if (rawDesired.contains("*")) { in testFallbacks()
136 if (rawDesired.equals("tlh")) { in testFallbacks()
141 ULocale desired = new ULocale(rawDesired); in testFallbacks()