Lines Matching refs:testText
2281 UText testText = UTEXT_INITIALIZER; in API_Match_UTF8() local
2284 regextst_openUTF8FromInvariant(&testText, "This is test data", -1, &status); in API_Match_UTF8()
2285 REGEX_VERBOSE_TEXT(&testText); in API_Match_UTF8()
2287 RegexMatcher m(&testPattern, &testText, 0, status); in API_Match_UTF8()
2305 regextst_openUTF8FromInvariant(&testText, "short", -1, &status); in API_Match_UTF8()
2306 REGEX_VERBOSE_TEXT(&testText); in API_Match_UTF8()
2307 m.reset(&testText); in API_Match_UTF8()
2333 utext_close(&testText); in API_Match_UTF8()
2343 UText testText = UTEXT_INITIALIZER; in API_Match_UTF8() local
2347 utext_openUTF8(&testText, str_aabb, -1, &status); in API_Match_UTF8()
2349 RegexMatcher m1(&testPattern, &testText, 0, status); in API_Match_UTF8()
2358 RegexMatcher m2(&testPattern, &testText, 0, status); in API_Match_UTF8()
2367 RegexMatcher m3(&testPattern, &testText, 0, status); in API_Match_UTF8()
2373 utext_close(&testText); in API_Match_UTF8()