Searched defs:AttributeKey (Results 1 – 6 of 6) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/api/ |
D | CldrValue.java | 100 … 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()
|
D | CldrPath.java | 462 StringBuilder out, ImmutableMap<AttributeKey, String> valueAttributes) { in appendToString() 497 ImmutableMap<AttributeKey, String> valueAttributes) { in appendResortedValueAttributesTo() 516 ImmutableMap<AttributeKey, String> valueAttributes) { in appendValueAttributesTo()
|
D | AttributeKey.java | 47 public final class AttributeKey { class 111 private AttributeKey(String elementName, String attributeName) { in AttributeKey() method in AttributeKey
|
D | CldrPaths.java | 278 BiConsumer<AttributeKey, String> valueAttributeCollector) { in processXPath() 381 BiConsumer<AttributeKey, String> collectValueAttribute) { in processPathAttributes() 400 BiConsumer<AttributeKey, String> collectValueAttribute, in processAttributes()
|
D | XmlDataSource.java | 326 BiConsumer<AttributeKey, String> valueAttributeCollector) { in extendPath()
|
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
D | Bcp47Mapper.java | 197 String keyName, String typeName, ImmutableMap<AttributeKey, String> attributes) { in addInfoAttributes()
|