Searched refs:stringToLoc (Results 1 – 1 of 1) sorted by relevance
372 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