Home | History | Annotate | Download | only in intltest

Lines Matching defs:resultString

4154         UnicodeString resultString;
4169 resultString.append(testMat->group(status));
4186 ICU_Utility::appendNumber(resultString, matchPosition);
4197 resultString.append(testMat->group(groupNum, status));
4207 resultString.append(" ");
4209 ICU_Utility::appendNumber(resultString, testMat->start(i, status));
4218 resultString.append(" ");
4220 ICU_Utility::appendNumber(resultString, testMat->end(i, status));
4235 resultString.append(c);
4243 resultString.append(perlExpr.charAt(0));
4262 if (expectedS.compare(resultString) != 0) {
4264 infoln((UnicodeString)"Expected \""+expectedS+(UnicodeString)"\"; got \""+resultString+(UnicodeString)"\"");
4549 UnicodeString resultString;
4557 resultString.append(testMat->group(status));
4574 ICU_Utility::appendNumber(resultString, matchPosition);
4585 resultString.append(testMat->group(groupNum, status));
4595 resultString.append(" ");
4597 ICU_Utility::appendNumber(resultString, testMat->start(i, status));
4606 resultString.append(" ");
4608 ICU_Utility::appendNumber(resultString, testMat->end(i, status));
4623 resultString.append(c);
4631 resultString.append(perlExpr.charAt(0));
4650 if (expectedS.compare(resultString) != 0) {
4652 infoln((UnicodeString)"Expected \""+expectedS+(UnicodeString)"\"; got \""+resultString+(UnicodeString)"\"");