Home
last modified time | relevance | path

Searched refs:MatcherPattern (Results 1 – 5 of 5) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DAttributeValueValidity.java50 …private static Map<DtdType, Map<String, Map<String, MatcherPattern>>> dtd_element_attribute_validi…
51 …private static Map<String, MatcherPattern> common_attribute_validity = new LinkedHashMap<String, M…
52 …private static Map<String, MatcherPattern> variables = new LinkedHashMap<String, MatcherPattern>();
191 MatcherPattern mp = getMatcherPattern2(type, value);
207 MatcherPattern mp = getMatcherPattern2(item.getType(), value);
219 …Map<String, Map<String, MatcherPattern>> element_attribute_validity = dtd_element_attribute_validi…
221 …dity.put(dtdType, element_attribute_validity = new TreeMap<String, Map<String, MatcherPattern>>()); in dtd_element_attribute_validity.put() argument
256 … Map<String, MatcherPattern> attribute_validity = element_attribute_validity.get(element);
258 …lement_attribute_validity.put(element, attribute_validity = new TreeMap<String, MatcherPattern>()); in element_attribute_validity.put() argument
327 Map<String, Map<String, MatcherPattern>> element_attribute_validity = CldrUtility.ifNull( in getAllPossibleMissing()
[all …]
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckAttributeValues.java51 …tatic Map<String, Map<String, MatcherPattern>> element_attribute_validity = new HashMap<String, Ma…
52 …static Map<String, MatcherPattern> common_attribute_validity = new HashMap<String, MatcherPattern>…
53 static Map<String, MatcherPattern> variables = new HashMap<String, MatcherPattern>();
96 … Map<String, MatcherPattern> attribute_validity = element_attribute_validity.get(element); in handleCheck()
184 …private boolean check(Map<String, MatcherPattern> attribute_validity, String attribute, String att… in check()
189 MatcherPattern matcherPattern = attribute_validity.get(attribute); in check()
282 MatcherPattern mp = getMatcherPattern2(type, value); in getMetadata()
295 MatcherPattern mp = getMatcherPattern2(item.getType(), value); in getMetadata()
333 … Map<String, MatcherPattern> attribute_validity = element_attribute_validity.get(element); in getMetadata()
335 …lement_attribute_validity.put(element, attribute_validity = new TreeMap<String, MatcherPattern>()); in getMetadata()
[all …]
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DObjectMatcherFactory.java82 Map<String, ObjectMatcherFactory.MatcherPattern> m, String key, in createNullHandlingMatcher()
186 Map<String, ObjectMatcherFactory.MatcherPattern> col, in NullHandlingMatcher()
188 ObjectMatcherFactory.MatcherPattern mpTemp = col.get(key); in NullHandlingMatcher()
200 public static class MatcherPattern { class in ObjectMatcherFactory
DTestAttributeValues.java16 import org.unicode.cldr.util.AttributeValueValidity.MatcherPattern;
44 MatcherPattern mp = AttributeValueValidity.getMatcherPattern("$language"); in TestA()
DTestLocale.java17 import org.unicode.cldr.util.AttributeValueValidity.MatcherPattern;
233 …final MatcherPattern SCRIPT_NON_UNICODE = AttributeValueValidity.getMatcherPattern("$scriptNonUnic…