Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DAttributeValueValidity.java449 final MatcherTypes matcherType = in getMatcherPattern2() local
501 private static MatcherPattern getVariable(final MatcherTypes matcherType, String value) { in getVariable()