Home | History | Annotate | Download | only in intltest

Lines Matching refs:resultText

2405         UText resultText = UTEXT_INITIALIZER;
2406 utext_openUnicodeString(&resultText, &result, &status);
2412 m.appendReplacement(&resultText, &replText, status);
2414 REGEX_ASSERT_UTEXT("The matches start with ss and end with ee ooh", &resultText);
2419 utext_openUnicodeString(&resultText, &result, &status);
2423 m.appendReplacement(&resultText, &replText, status);
2425 REGEX_ASSERT_UTEXT("The matches start with ss and end with ee ooh", &resultText);
2430 utext_openUnicodeString(&resultText, &result, &status);
2434 m.appendReplacement(&resultText, &replText, status);
2436 REGEX_ASSERT_UTEXT("The matches start with ss and end with ee ooh", &resultText);
2438 m.appendTail(&resultText);
2439 REGEX_ASSERT_UTEXT("The matches start with ss and end with ee ooh fin", &resultText);
2441 utext_close(&resultText);
4438 UText *resultText;
4451 resultText = uregex_getUText(re, &bufferText, &status);
4453 REGEX_ASSERT(resultText == &bufferText);
4454 utext_setNativeIndex(resultText, 0);
4456 REGEX_ASSERT(utext_compare(resultText, -1, &text1, -1) == 0);
4458 resultText = uregex_getUText(re, &bufferText, &status);
4460 REGEX_ASSERT(resultText == &bufferText);
4461 utext_setNativeIndex(resultText, 0);
4463 REGEX_ASSERT(utext_compare(resultText, -1, &text1, -1) == 0);
4467 resultText = uregex_getUText(re, &bufferText, &status);
4469 REGEX_ASSERT(resultText == &bufferText);
4470 utext_setNativeIndex(resultText, 0);
4472 REGEX_ASSERT(utext_compare(resultText, -1, &text2, -1) == 0);