Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDates.java973 String checkForHour, clockType; in checkValue() local
975 checkForHour = "h"; in checkValue()
978 checkForHour = "H"; in checkValue()
981 if (!value.contains(checkForHour)) { in checkValue()
991 + " Use '" + checkForHour + "' for " + clockType + " hour clock.")); in checkValue()