Searched refs:withSuffix (Results 1 – 6 of 6) sorted by relevance
35 .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()
9 , withSuffix = 1u + 010 //!< b enumerator
67 WRITTEN_LANGUAGE_PREFIX.withSuffix("matchVariable[@id=*]");76 WRITTEN_LANGUAGE_PREFIX.withSuffix("languageMatch[@desired=*][@supported=*]");
101 public PathMatcher withSuffix(String pattern) { in withSuffix() method in PathMatcher
300 return matcher.withSuffix(pattern); in getMatcher()
225 return LDML.withSuffix(paths); in ldml()