Searched defs:ldml (Results 1 – 9 of 9) sorted by relevance
391 private static CldrValue ldml(String path) { in ldml() method in LocaleMapperTest395 private static CldrValue ldml(String path, String value) { in ldml() method in LocaleMapperTest
98 private static CldrValue ldml(String path, String value) { in ldml() method in FilteredDataTest
151 private static CldrValue ldml(String path, String value) { in ldml() method in CldrDataProcessorTest
159 private static CldrValue ldml(String path, String value) { in ldml() method in AlternateLocaleDataTest
91 private static CldrValue ldml(String path, String value) { in ldml() method in FilteredDataTest
230 PathMatcher ldml = PathMatcher.of("//ldml"); in TestNestedPrefixVisitors() local
12 ldml( enumConstant
224 private static PathMatcher ldml(String paths) { in ldml() method in PseudoLocales.PseudoLocaleData
61 Files.list(Paths.get(CLDRPaths.BASE_DIRECTORY + "docs", "ldml"))) { in main()