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.java592 public Date getChangeDateAtDPath(String path) { in getChangeDateAtDPath() method in XMLSource
831 public Date getChangeDateAtDPath(String xpath) { in getChangeDateAtDPath() method in XMLSource.ResolvingSource
832 Date result = currentSource.getChangeDateAtDPath(xpath); in getChangeDateAtDPath()
838 result = getSource(fullStatus).getChangeDateAtDPath(fullStatus.pathWhereFound); in getChangeDateAtDPath()
DCLDRFile.java724 return dataSource.getChangeDateAtDPath(xpath); in getLastModifiedDate()