Home
last modified time | relevance | path

Searched refs:getValueAttributes (Results 1 – 5 of 5) sorted by relevance

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/api/
DCldrValueTest.java16 assertTrue("no attributes", value.getValueAttributes().isEmpty()); in TestNoValueAttributes()
30 assertEquals("attributes", expected, v.getValueAttributes()); in TestValueAttributes()
33 expected.keySet().asList(), v.getValueAttributes().keySet().asList()); in TestValueAttributes()
47 assertTrue("deprecated", v.getValueAttributes().containsKey(key)); in TestRetainExplicitNonDefault()
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
DDayPeriodsMapper.java82 value.getValueAttributes() in visitRule()
DBcp47Mapper.java183 addInfoAttributes(keyName, typeName, value.getValueAttributes()); in collect()
/external/cldr/tools/java/org/unicode/cldr/api/
DCldrValue.java180 public ImmutableMap<AttributeKey, String> getValueAttributes() { in getValueAttributes() method in CldrValue
DCldrPath.java376 return appendToString(new StringBuilder(), value.getValueAttributes()).toString(); in getFullPath()