Lines Matching refs:testText
2314 UText testText = UTEXT_INITIALIZER; in API_Match_UTF8() local
2317 regextst_openUTF8FromInvariant(&testText, "This is test data", -1, &status); in API_Match_UTF8()
2318 REGEX_VERBOSE_TEXT(&testText); in API_Match_UTF8()
2320 RegexMatcher m(&testPattern, &testText, 0, status); in API_Match_UTF8()
2338 regextst_openUTF8FromInvariant(&testText, "short", -1, &status); in API_Match_UTF8()
2339 REGEX_VERBOSE_TEXT(&testText); in API_Match_UTF8()
2340 m.reset(&testText); in API_Match_UTF8()
2366 utext_close(&testText); in API_Match_UTF8()
2376 UText testText = UTEXT_INITIALIZER; in API_Match_UTF8() local
2380 utext_openUTF8(&testText, str_aabb, -1, &status); in API_Match_UTF8()
2382 RegexMatcher m1(&testPattern, &testText, 0, status); in API_Match_UTF8()
2391 RegexMatcher m2(&testPattern, &testText, 0, status); in API_Match_UTF8()
2400 RegexMatcher m3(&testPattern, &testText, 0, status); in API_Match_UTF8()
2406 utext_close(&testText); in API_Match_UTF8()