Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/ctestfw/
Dtstdtmod.cpp106 scopeMessage.remove().append({ message, -1, US_INV }); in setScope()
110 scopeMessage = message; in setScope()
122 if (!scopeMessage.isEmpty()) { in errlog()
123 msg.append(u" scope: ").append(scopeMessage); in errlog()
/external/icu/icu4c/source/tools/ctestfw/unicode/
Dtestlog.h36 : testClass(callingTestClass), testName(callingTestName), scopeMessage() {} in IcuTestErrorCode()
57 UnicodeString scopeMessage; variable