Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java998 ErrorType shortStatus = statusString.equals("ok") ? ErrorType.ok in fromStatusString() local
1006 if (shortStatus == ErrorType.unknown) { in fromStatusString()
1008 } else if (shortStatus == ErrorType.warning) { in fromStatusString()
1010 shortStatus = ErrorType.valueOf(coverageMatcher.group(1)); in fromStatusString()
1013 return shortStatus; in fromStatusString()
1080 private static void addDataToErrorFile(String localeID, String path, ErrorType shortStatus, in addDataToErrorFile() argument
1087 new Row.R4<>(localeID, section, shortStatus, subType), 1); in addDataToErrorFile()
1089 new Row.R4<>(section, shortStatus, subType, localeID), 1); in addDataToErrorFile()
1098 ErrorType shortStatus = item.get2(); in closeErrorFile() local
1103 .addCell(shortStatus) in closeErrorFile()
[all …]