Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java724 protected XPathParts fullparts = new XPathParts(null, null); field in CLDRModify.CLDRFilter
1041 fullparts.set(fullXPath);
1042 Map<String, String> attributes = fullparts.findAttributes("transform");
1046 replace(xpath, fullparts.toString(), v);
1101 fullparts.set(oldFullXPath);
1102 fullparts.removeAttribute("pattern", "alt");
1103 fullparts.setAttribute("currencyFormat", "type", "accounting");
1104 String newFullXPath = fullparts.toString();
1212 fullparts.set(fullXPath);
1213 fullparts.setAttribute(element, "type", "stand-alone");
[all …]