Searched defs:valueAttributes (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/api/ |
H A D | CldrPath.java | 490 StringBuilder out, ImmutableMap<AttributeKey, String> valueAttributes) { in appendToString() 527 ImmutableMap<AttributeKey, String> valueAttributes) { in appendResortedValueAttributesTo() 546 ImmutableMap<AttributeKey, String> valueAttributes) { in appendValueAttributesTo()
|
H A D | CldrValue.java | 56 LinkedHashMap<AttributeKey, String> valueAttributes = new LinkedHashMap<>(); in parseValue() local 103 String value, Map<AttributeKey, String> valueAttributes, CldrPath path) { in create()
|
H A D | XmlDataSource.java | 212 private final Map<AttributeKey, String> valueAttributes = new LinkedHashMap<>(); field in XmlDataSource.PathValueHandler 347 List<String> valueAttributes = new ArrayList<>(); in extendPath() local
|
H A D | CldrFileDataSource.java | 99 Map<AttributeKey, String> valueAttributes = new LinkedHashMap<>(); in read() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
H A D | TestDtdData.java | 245 HashSet<Attribute> valueAttributes = new LinkedHashSet<>(); in checkEmpty() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | DtdData.java | 2118 Map<String, String> valueAttributes = new HashMap<>(); in getRegularizedPaths() local
|