Searched defs:valueAttributes (Results 1 – 6 of 6) sorted by relevance
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/api/ |
| D | CldrValue.java | 57 LinkedHashMap<AttributeKey, String> valueAttributes = new LinkedHashMap<>(); in parseValue() local 100 … static CldrValue create(String value, Map<AttributeKey, String> valueAttributes, CldrPath path) { in create()
|
| 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 | XmlDataSource.java | 208 private final Map<AttributeKey, String> valueAttributes = new LinkedHashMap<>(); field in XmlDataSource.PathValueHandler 340 List<String> valueAttributes = new ArrayList<>(); in extendPath() local
|
| D | CldrFileDataSource.java | 102 Map<AttributeKey, String> valueAttributes = new LinkedHashMap<>(); in read() local
|
| /external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
| D | TestDtdData.java | 213 HashSet<Attribute> valueAttributes = new LinkedHashSet<>(); in checkEmpty() local
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
| D | DtdData.java | 1698 Map<String, String> valueAttributes = new HashMap<>(); in getRegularizedPaths() local
|