Home
last modified time | relevance | path

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 DCldrPath.java490 StringBuilder out, ImmutableMap<AttributeKey, String> valueAttributes) { in appendToString()
527 ImmutableMap<AttributeKey, String> valueAttributes) { in appendResortedValueAttributesTo()
546 ImmutableMap<AttributeKey, String> valueAttributes) { in appendValueAttributesTo()
H A DCldrValue.java56 LinkedHashMap<AttributeKey, String> valueAttributes = new LinkedHashMap<>(); in parseValue() local
103 String value, Map<AttributeKey, String> valueAttributes, CldrPath path) { in create()
H A DXmlDataSource.java212 private final Map<AttributeKey, String> valueAttributes = new LinkedHashMap<>(); field in XmlDataSource.PathValueHandler
347 List<String> valueAttributes = new ArrayList<>(); in extendPath() local
H A DCldrFileDataSource.java99 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 DTestDtdData.java245 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 DDtdData.java2118 Map<String, String> valueAttributes = new HashMap<>(); in getRegularizedPaths() local