Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRFile.java1063 public CLDRFile putRoot(CLDRFile rootFile) { in putRoot() argument
1066 for (Iterator<String> it = rootFile.iterator(); it.hasNext();) { in putRoot()
1082 String otherValue = rootFile.dataSource.getValueAtPath(xpath); in putRoot()
1083 String otherFullXPath = rootFile.dataSource.getFullPath(xpath); in putRoot()
/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java1926 private CLDRFile rootFile;
1929 rootFile = factory.make("root", false);
1936 String rootEraValue = rootFile.getStringValue(xpath);