Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/api/
DAttributeKey.java50 private static final ImmutableTable<String, String, AttributeKey> KNOWN_KEYS = field in AttributeKey
99 return checkNotNull(KNOWN_KEYS.get(elementName, attributeName), in keyOf()