Searched refs:errorList (Results 1 – 2 of 2) sorted by relevance
60 static UnicodeString errorList; variable821 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()
2044 const errorList = ts.concatenate(syntacticErrors, semanticErrors); constant2045 Harness.IO.log(`Error list (${errorList.length} errors)`);2047 if (errorList.length) {2048 errorList.forEach(err => {