HomeSort by relevance Sort by last modified time
    Searched refs:old_new (Results 1 - 3 of 3) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/test/
CLDRTest.java 1101 Map<String, String> old_new = sc.getZoneLinkold_new(); local
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/tool/
CountItems.java 337 Map<String, String> old_new = sc.getZoneLinkold_new(); local
340 for (Iterator<String> it = old_new.keySet().iterator(); it.hasNext();) {
342 String newOne = old_new.get(old);
    [all...]
Misc.java 443 Map<String, String> old_new = sc.getZoneLinkold_new(); local
455 for (Iterator<String> it = old_new.keySet().iterator(); it.hasNext();) {
457 String newOne = old_new.get(oldOne);
    [all...]

Completed in 409 milliseconds