Home
last modified time | relevance | path

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

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DShowRegionalVariants.java296 private static void showInheritance(Relation<CLDRLocale, CLDRLocale> parentToChildren) { in showInheritance()
306 Relation<CLDRLocale, CLDRLocale> parentToChildren) { in showInheritance()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DCLDRLocale.java26 public final class CLDRLocale implements Comparable<CLDRLocale> { class
278 private CLDRLocale(String str) { in CLDRLocale() method in CLDRLocale