Lines Matching refs:testText
2283 UText testText = UTEXT_INITIALIZER; in API_Match_UTF8() local
2286 regextst_openUTF8FromInvariant(&testText, "This is test data", -1, &status); in API_Match_UTF8()
2287 REGEX_VERBOSE_TEXT(&testText); in API_Match_UTF8()
2289 RegexMatcher m(&testPattern, &testText, 0, status); in API_Match_UTF8()
2307 regextst_openUTF8FromInvariant(&testText, "short", -1, &status); in API_Match_UTF8()
2308 REGEX_VERBOSE_TEXT(&testText); in API_Match_UTF8()
2309 m.reset(&testText); in API_Match_UTF8()
2335 utext_close(&testText); in API_Match_UTF8()
2345 UText testText = UTEXT_INITIALIZER; in API_Match_UTF8() local
2349 utext_openUTF8(&testText, str_aabb, -1, &status); in API_Match_UTF8()
2351 RegexMatcher m1(&testPattern, &testText, 0, status); in API_Match_UTF8()
2360 RegexMatcher m2(&testPattern, &testText, 0, status); in API_Match_UTF8()
2369 RegexMatcher m3(&testPattern, &testText, 0, status); in API_Match_UTF8()
2375 utext_close(&testText); in API_Match_UTF8()