Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRLocale.java192 String fromLst = StandardCodes.make().getData("language", code); in tryForBetter() local
193 if (fromLst != null && !fromLst.equals(code)) { in tryForBetter()
196 return fromLst; in tryForBetter()
198 return superString + " [" + fromLst + "]"; in tryForBetter()
200 return superString + " [<i>" + fromLst + "</i>]"; in tryForBetter()