Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDates.java632 …result.add(createErrorCheckStatus().setMessage("The hour and minute symbols are missing from {0}."… in checkHasHourMinuteSymbols()
634 result.add(createErrorCheckStatus() in checkHasHourMinuteSymbols()
637 …result.add(createErrorCheckStatus().setMessage("The minute symbol (mm) should be present in {0}.",… in checkHasHourMinuteSymbols()
646 private CheckStatus createErrorCheckStatus() { in createErrorCheckStatus() method in CheckDates