Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRLocale.java372 CLDRLocale loc = stringToLoc.get(s); in getInstance()
401 stringToLoc.put(this.toString(), this); in register()
405 private static Hashtable<String, CLDRLocale> stringToLoc = new Hashtable<String, CLDRLocale>(); field in CLDRLocale