Home
last modified time | relevance | path

Searched refs:getPathPrefix (Results 1 – 2 of 2) sorted by relevance

/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
DRegexTransformer.java63 rules.stream().collect(toImmutableSetMultimap(Rule::getDataType, Rule::getPathPrefix)); in RegexTransformer()
65 rules.stream().collect(toImmutableListMultimap(Rule::getPathPrefix, identity())); in RegexTransformer()
81 String pathPrefix = getPathPrefix(value); in transform()
106 private static String getPathPrefix(CldrValue value) { in getPathPrefix() method in RegexTransformer
DRule.java91 final String getPathPrefix() { in getPathPrefix() method in Rule