Searched defs:localeBase (Results 1 – 2 of 2) sorted by relevance
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestLocale.java | 536 String localeBase = "en-" + (LanguageTagParser.isTKey(key) ? "t-" : "u-") + key + "-"; in TestLocaleDisplay() local 562 …private void showName(CLDRFile cldrFile, Set<String> skipLocales, String localeBase, Collection<St… in showName() 568 …private void showName(CLDRFile cldrFile, Set<String> skipLocales, String localeBase, String... sam… in showName() 576 …private void showName(CLDRFile cldrFile, Set<String> skipLocales, String localeBase, String value)… in showName()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | DiffCldr.java | 65 String localeBase = MyOptions.filter.option.getValue(); in main() local 179 private static boolean hasAncestor(String locale, String localeBase) { in hasAncestor()
|