Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dintltest.cpp60 static UnicodeString errorList; variable
821 errorList += " "; in runTestLoop()
823 errorList += name; in runTestLoop()
824 errorList += "\n"; in runTestLoop()
1109 IntlTest::LL_message(errorList, true); in printErrors()
1566 int32_t length = errorList.extract(0, errorList.length(), buf, sizeof(buf)); in main()
/third_party/typescript/src/harness/
DfourslashImpl.ts2044 const errorList = ts.concatenate(syntacticErrors, semanticErrors); constant
2045 Harness.IO.log(`Error list (${errorList.length} errors)`);
2047 if (errorList.length) {
2048 errorList.forEach(err => {