Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/api/
DCldrValue.java100 … static CldrValue create(String value, Map<AttributeKey, String> valueAttributes, CldrPath path) { in create()
110 private CldrValue(String value, Map<AttributeKey, String> attributes, CldrPath path) { in CldrValue()
124 private static ImmutableMap<AttributeKey, String> checkAttributeMap( in checkAttributeMap()
DCldrPath.java462 StringBuilder out, ImmutableMap<AttributeKey, String> valueAttributes) { in appendToString()
497 ImmutableMap<AttributeKey, String> valueAttributes) { in appendResortedValueAttributesTo()
516 ImmutableMap<AttributeKey, String> valueAttributes) { in appendValueAttributesTo()
DAttributeKey.java47 public final class AttributeKey { class
111 private AttributeKey(String elementName, String attributeName) { in AttributeKey() method in AttributeKey
DCldrPaths.java278 BiConsumer<AttributeKey, String> valueAttributeCollector) { in processXPath()
381 BiConsumer<AttributeKey, String> collectValueAttribute) { in processPathAttributes()
400 BiConsumer<AttributeKey, String> collectValueAttribute, in processAttributes()
DXmlDataSource.java326 BiConsumer<AttributeKey, String> valueAttributeCollector) { in extendPath()
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
DBcp47Mapper.java197 String keyName, String typeName, ImmutableMap<AttributeKey, String> attributes) { in addInfoAttributes()