Home
last modified time | relevance | path

Searched defs:CLDRLocale (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowRegionalVariants.java269 private static void showInheritance(Relation<CLDRLocale, CLDRLocale> parentToChildren) { in showInheritance()
276 …ic void showInheritance(Set<CLDRLocale> topParents, String prefix, Relation<CLDRLocale, CLDRLocale… in showInheritance()
/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRLocale.java27 public final class CLDRLocale implements Comparable<CLDRLocale> { class
273 private CLDRLocale(String str) { in CLDRLocale() method in CLDRLocale