Searched refs:toAlt (Results 1 – 2 of 2) sorted by relevance
112 String result = GenerateMaximalLocales.toAlt(from, true); in getNameOrError()120 final String toAlt = getNameOrError(from); in getItem() local121 if (toAlt == null) { in getItem()124 return "\"" + toAlt + "\""; in getItem()
1188 temp.put(toAlt(locale, true), toAlt(target, true)); in doAlt()1631 public static String toAlt(String locale, boolean change) { in toAlt() method in GenerateMaximalLocales