Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DRecordingCLDRFile.java15 private HashSet<String> recordedPaths = new HashSet<>(); field in RecordingCLDRFile
26 recordedPaths.clear(); in clearRecordedPaths()
30 return recordedPaths; in getRecordedPaths()
52 recordedPaths.add(xpath); in recordPath()