HomeSort by relevance Sort by last modified time
    Searched refs:fullxpath (Results 1 - 5 of 5) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/util/
SimpleXMLSource.java 96 public void putFullPathAtDPath(String distinguishingXPath, String fullxpath) {
97 xpath_fullXPath.put(distinguishingXPath, fullxpath);
XMLSource.java 532 abstract public void putFullPathAtDPath(String distinguishingXPath, String fullxpath);
    [all...]
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestXMLSource.java 28 String fullxpath) {
  /external/cldr/tools/java/org/unicode/cldr/test/
CLDRTest.java 166 String fullxpath; field in class:CLDRTest.ValueCount
197 vc.fullxpath = item.getFullXPath(xpath);
219 && vc.fullxpath.equals(parentCLDR.getStringValue(xpath)))) {
221 if (vc.fullxpath.indexOf("[@draft=\"unconfirmed\"]") >= 0) draft = " [draft]";
254 String fullxpath = plain.getFullXPath(xpath); local
255 if (fullxpath.indexOf("[@draft=\"unconfirmed\"") > 0) continue;
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/tool/
CLDRModify.java 2466 String fullxpath; field in class:CLDRModify.ValuePair
    [all...]

Completed in 327 milliseconds