Home
last modified time | relevance | path

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

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
H A DExampleGenerator.java2350 String dateFormatXPath = // Get standard dateFmt for same calendar & length as this in handleDateFormatItem() local
2356 String dateFormatValue = cldrFile.getWinningValue(dateFormatXPath); in handleDateFormatItem()
2357 parts = XPathParts.getFrozenInstance(cldrFile.getFullXPath(dateFormatXPath)); in handleDateFormatItem()