Home
last modified time | relevance | path

Searched refs:withSuffix (Results 1 – 6 of 6) sorted by relevance

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/api/
DPathMatcherTest.java35 .withSuffix("months/monthContext[@type=*]/monthWidth[@type=*]/month[@type=*]"); in TestMatcher()
41 .withSuffix("months/monthContext[@type=*]/monthWidth[@type=\"narrow\"]/month[@type=*]"); in TestMatcher()
47 .withSuffix("months/monthContext[@type=*]/monthWidth[@type=*]/month[@type=\"1\"]"); in TestMatcher()
/external/llvm-project/clang/test/Index/
Dcomment-to-html-xml-conversion-with-original-literals.cpp9 , withSuffix = 1u + 010 //!< b enumerator
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
DLocaleDistanceMapper.java67 WRITTEN_LANGUAGE_PREFIX.withSuffix("matchVariable[@id=*]");
76 WRITTEN_LANGUAGE_PREFIX.withSuffix("languageMatch[@desired=*][@supported=*]");
/external/cldr/tools/java/org/unicode/cldr/api/
DPathMatcher.java101 public PathMatcher withSuffix(String pattern) { in withSuffix() method in PathMatcher
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DCldrDataProcessor.java300 return matcher.withSuffix(pattern); in getMatcher()
DPseudoLocales.java225 return LDML.withSuffix(paths); in ldml()