Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRLocale.java389 CLDRLocale loc = ulocToLoc.get(u); in getInstance()
402 ulocToLoc.put(this.toULocale(), this); in register()
406 private static Hashtable<ULocale, CLDRLocale> ulocToLoc = new Hashtable<ULocale, CLDRLocale>(); field in CLDRLocale