Searched defs:AttributeKey (Results  1 – 6 of 6) sorted by relevance
| /external/cldr/tools/cldr-code/src/main/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 | CldrPaths.java | 279         BiConsumer<AttributeKey, String> valueAttributeCollector) {  in processXPath()382         BiConsumer<AttributeKey, String> collectValueAttribute) {  in processPathAttributes()
 401         BiConsumer<AttributeKey, String> collectValueAttribute,  in processAttributes()
 
 | 
| D | AttributeKey.java | 47 public final class AttributeKey {  class111     private AttributeKey(String elementName, String attributeName) {  in AttributeKey()  method in AttributeKey
 
 | 
| 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()
 |