Home | History | Annotate | Download | only in intltest

Lines Matching defs:resultString

3996         UnicodeString resultString;
4011 resultString.append(testMat->group(status));
4028 ICU_Utility::appendNumber(resultString, matchPosition);
4039 resultString.append(testMat->group(groupNum, status));
4049 resultString.append(" ");
4051 ICU_Utility::appendNumber(resultString, testMat->start(i, status));
4060 resultString.append(" ");
4062 ICU_Utility::appendNumber(resultString, testMat->end(i, status));
4077 resultString.append(c);
4085 resultString.append(perlExpr.charAt(0));
4104 if (expectedS.compare(resultString) != 0) {
4106 infoln((UnicodeString)"Expected \""+expectedS+(UnicodeString)"\"; got \""+resultString+(UnicodeString)"\"");
4391 UnicodeString resultString;
4399 resultString
4416 ICU_Utility::appendNumber(resultString, matchPosition);
4427 resultString.append(testMat->group(groupNum, status));
4437 resultString.append(" ");
4439 ICU_Utility::appendNumber(resultString, testMat->start(i, status));
4448 resultString.append(" ");
4450 ICU_Utility::appendNumber(resultString, testMat->end(i, status));
4465 resultString.append(c);
4473 resultString.append(perlExpr.charAt(0));
4492 if (expectedS.compare(resultString) != 0) {
4494 infoln((UnicodeString)"Expected \""+expectedS+(UnicodeString)"\"; got \""+resultString+(UnicodeString)"\"");