Home
last modified time | relevance | path

Searched defs:valueAttributes (Results 1 – 6 of 6) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/api/
DCldrValue.java57 LinkedHashMap<AttributeKey, String> valueAttributes = new LinkedHashMap<>(); in parseValue() local
100 … static CldrValue create(String value, Map<AttributeKey, String> valueAttributes, CldrPath path) { in create()
DCldrPath.java462 StringBuilder out, ImmutableMap<AttributeKey, String> valueAttributes) { in appendToString()
497 ImmutableMap<AttributeKey, String> valueAttributes) { in appendResortedValueAttributesTo()
516 ImmutableMap<AttributeKey, String> valueAttributes) { in appendValueAttributesTo()
DXmlDataSource.java208 private final Map<AttributeKey, String> valueAttributes = new LinkedHashMap<>(); field in XmlDataSource.PathValueHandler
340 List<String> valueAttributes = new ArrayList<>(); in extendPath() local
DCldrFileDataSource.java102 Map<AttributeKey, String> valueAttributes = new LinkedHashMap<>(); in read() local
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestDtdData.java212 HashSet<Attribute> valueAttributes = new LinkedHashSet<>(); in checkEmpty() local
/external/cldr/tools/java/org/unicode/cldr/util/
DDtdData.java1586 Map<String, String> valueAttributes = new HashMap<>(); in getRegularizedPaths() local