Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DCLDRFile.java1339 String timeFormatXPath = this.getTimeFormatXpath(calendar, length); in getTimeFormat() local
1340 String timeFormatValue = this.getWinningValue(timeFormatXPath); in getTimeFormat()
1346 XPathParts parts = XPathParts.getFrozenInstance(this.getFullXPath(timeFormatXPath)); in getTimeFormat()