Home
last modified time | relevance | path

Searched refs:putAttributeValue (Results 1 – 8 of 8) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DXPathParts.java443 public void putAttributeValue(int elementIndex, String attribute, String value) { in putAttributeValue() method in XPathParts
548 putAttributeValue(elements.size() - 1, attribute, value); in addAttribute()
557 putAttributeValue(elementIndex, attributeName, null); in removeAttribute()
1197 putAttributeValue(index, attributeName, attributeValue); in setAttribute()
1217 putAttributeValue(i, attribute, null); in removeProposed()
1221 putAttributeValue(i, attribute, attributeValue); in removeProposed()
1255 putAttributeValue(elementIndex, attributeName, attributeValue); in setAttribute()
1346 putAttributeValue(i, attribute, null); in removeAttribute()
DCLDRFile.java2927 distinguishingParts.putAttributeValue(placementIndex, "draft", draft);
2930 distinguishingParts.putAttributeValue(placementIndex, "alt", alt);
2933 … distinguishingParts.putAttributeValue(placementIndex, "references", references);
DXMLSource.java865 xpathParts.putAttributeValue(i + offset, key, value); in getFullPath()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateCoverageLevels.java211 lastParts.putAttributeValue(i, attr, "*"); in clean()
222 nextParts.putAttributeValue(-1, "type", element); in setNewParts()
225 nextParts.putAttributeValue(-2, "type", element); in setNewParts()
DCLDRModify.java1793 parts.putAttributeValue(2, "cp", cp);
1799 parts2.putAttributeValue(2, "type", "tts");
/external/cldr/tools/java/org/unicode/cldr/draft/
DJsonConverter.java176 parts.putAttributeValue(-1, "key", null); in rewrite()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPaths.java538 parts.putAttributeValue(i, "_q", String.valueOf(counter)); in removeNonDistinguishing()
/external/cldr/tools/java/org/unicode/cldr/test/
DTestMisc.java648 parts.putAttributeValue(-1, "mostPopulousTerritory", pop); in testPopulous()