Home
last modified time | relevance | path

Searched refs:getLocalAttributeValue (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/api/
DCldrPath.java281 v = p.getLocalAttributeValue(key.getAttributeName()); in get()
335 String getLocalAttributeValue(int n) { in getLocalAttributeValue() method
341 private String getLocalAttributeValue(String attributeName) { in getLocalAttributeValue() method
450 … String.format("[@%s=\"%s\"]", getLocalAttributeName(n), getLocalAttributeValue(n))) in getLocalToString()
504 String value = getLocalAttributeValue(attrName); in appendResortedValueAttributesTo()
DCldrPaths.java180 .compare(lhs.getLocalAttributeValue(n), rhs.getLocalAttributeValue(n))); in compareCurrentElement()