Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DCLDRTest.java836 private String getDateKey(String monthOrDay, String width, String code) { in getDateKey() method
847 private String getDateKey(int type, String code) { in getDateKey() method
854 return getDateKey(MONTHORDAYS[monthOrDayType], WIDTHS[widthType], code); in getDateKey()
874 key = getDateKey(-type - 1, code); in checkForItems()