Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateLikelySubtagTests.java112 String result = GenerateMaximalLocales.toAlt(from, true); in getNameOrError()
120 final String toAlt = getNameOrError(from); in getItem() local
121 if (toAlt == null) { in getItem()
124 return "\"" + toAlt + "\""; in getItem()
DGenerateMaximalLocales.java1188 temp.put(toAlt(locale, true), toAlt(target, true)); in doAlt()
1631 public static String toAlt(String locale, boolean change) { in toAlt() method in GenerateMaximalLocales