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

  /external/cldr/tools/java/org/unicode/cldr/util/
XMLSource.java 50 private boolean nonInheriting;
153 String distinguishingXPath = CLDRFile.getDistinguishingXPath(xpath, fixedPath, nonInheriting);
502 removeValueAtDPath(CLDRFile.getDistinguishingXPath(xpath, null, nonInheriting));
513 return getValueAtDPath(CLDRFile.getDistinguishingXPath(xpath, null, nonInheriting));
524 return getFullPathAtDPath(CLDRFile.getDistinguishingXPath(xpath, null, nonInheriting));
671 return nonInheriting;
677 public void setNonInheriting(boolean nonInheriting) {
679 this.nonInheriting = nonInheriting;
    [all...]
CLDRFile.java     [all...]

Completed in 195 milliseconds