Home
last modified time | relevance | path

Searched defs:altPath (Results 1 – 3 of 3) sorted by relevance

/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestCheckAltOnly.java44 …final String altPath = "//ldml/localeDisplayNames/territories/territory[@type=\"HK\"][@alt=\"short… in testAltWithoutNonAlt() local
107 …private void reallyTestSubLocale(TestSubLocaleMode mode, String altPath, TestPathType pathType, St… in reallyTestSubLocale()
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DAlternateLocaleData.java138 CldrPath altPath = altPaths.get(value.getPath()); in filter() local
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
DConvertIcuDataTask.java300 public void addConfiguredAltPath(AltPath altPath) { in addConfiguredAltPath()