Home | History | Annotate | Download | only in intltest

Lines Matching refs:resultString

4236         UnicodeString resultString;
4251 resultString.append(testMat->group(status));
4268 ICU_Utility::appendNumber(resultString, matchPosition);
4279 resultString.append(testMat->group(groupNum, status));
4289 resultString.append(" ");
4291 ICU_Utility::appendNumber(resultString, testMat->start(i, status));
4300 resultString.append(" ");
4302 ICU_Utility::appendNumber(resultString, testMat->end(i, status));
4317 resultString.append(c);
4325 resultString.append(perlExpr.charAt(0));
4344 if (expectedS.compare(resultString) != 0) {
4346 infoln((UnicodeString)"Expected \""+expectedS+(UnicodeString)"\"; got \""+resultString+(UnicodeString)"\"");
4631 UnicodeString resultString;
4639 resultString.append(testMat->group(status));
4656 ICU_Utility::appendNumber(resultString, matchPosition);
4667 resultString.append(testMat->group(groupNum, status));
4677 resultString.append(" ");
4679 ICU_Utility::appendNumber(resultString, testMat->start(i, status));
4688 resultString.append(" ");
4690 ICU_Utility::appendNumber(resultString, testMat->end(i, status));
4705 resultString.append(c);
4713 resultString.append(perlExpr.charAt(0));
4732 if (expectedS.compare(resultString) != 0) {
4734 infoln((UnicodeString)"Expected \""+expectedS+(UnicodeString)"\"; got \""+resultString+(UnicodeString)"\"");