Home
last modified time | relevance | path

Searched refs:findFirstAttributeValue (Results 1 – 6 of 6) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/json/
DCldrItem.java315 String thisTerritory = thisxpp.findFirstAttributeValue("territories"); in compareTo()
316 String otherTerritory = otherxpp.findFirstAttributeValue("territories"); in compareTo()
337 String thisTerritory = thisxpp.findFirstAttributeValue("territories"); in compareTo()
338 String otherTerritory = otherxpp.findFirstAttributeValue("territories"); in compareTo()
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckLogicalGroupings.java128 DraftStatus draftStatus = DraftStatus.forString(parts.findFirstAttributeValue("draft")); in handleCheck()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPathsModule.java157 String draftValue = fullParts.findFirstAttributeValue("draft"); in test()
DTestCoverageLevel.java434 String numberingSystem = xpp.findFirstAttributeValue("numberSystem");
/external/cldr/tools/java/org/unicode/cldr/tool/
DChartCollation.java169 DraftStatus status = DraftStatus.forString(xpp.findFirstAttributeValue("draft")); in writeSubcharts()
/external/cldr/tools/java/org/unicode/cldr/util/
DXPathParts.java1160 public String findFirstAttributeValue(String attribute) { in findFirstAttributeValue() method in XPathParts