Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DXMLSource.java564 public Date getChangeDateAtDPath(String path) { in getChangeDateAtDPath() method in XMLSource
792 public Date getChangeDateAtDPath(String xpath) { in getChangeDateAtDPath() method in XMLSource.ResolvingSource
793 Date result = currentSource.getChangeDateAtDPath(xpath); in getChangeDateAtDPath()
799 result = getSource(fullStatus).getChangeDateAtDPath(fullStatus.pathWhereFound); in getChangeDateAtDPath()
DCLDRFile.java686 return dataSource.getChangeDateAtDPath(xpath); in getLastModifiedDate()