Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java941 ErrorType shortStatus = statusString.equals("ok") ? ErrorType.ok in fromStatusString() local
949 if (shortStatus == ErrorType.unknown) { in fromStatusString()
951 } else if (shortStatus == ErrorType.warning) { in fromStatusString()
953 shortStatus = ErrorType.valueOf(coverageMatcher.group(1)); in fromStatusString()
956 return shortStatus; in fromStatusString()
997 private static void addDataToErrorFile(String localeID, String path, ErrorType shortStatus, in addDataToErrorFile() argument
1004 new Row.R4<>(localeID, section, shortStatus, subtype), 1); in addDataToErrorFile()
1006 new Row.R4<>(section, shortStatus, subtype, localeID), 1); in addDataToErrorFile()
1015 ErrorType shortStatus = item.get2(); in closeErrorFile() local
1018 .addCell(shortStatus) in closeErrorFile()
[all …]