Lines Matching refs:testText
2342 UText testText = UTEXT_INITIALIZER; in API_Match_UTF8() local
2345 regextst_openUTF8FromInvariant(&testText, "This is test data", -1, &status); in API_Match_UTF8()
2346 REGEX_VERBOSE_TEXT(&testText); in API_Match_UTF8()
2348 RegexMatcher m(&testPattern, &testText, 0, status); in API_Match_UTF8()
2366 regextst_openUTF8FromInvariant(&testText, "short", -1, &status); in API_Match_UTF8()
2367 REGEX_VERBOSE_TEXT(&testText); in API_Match_UTF8()
2368 m.reset(&testText); in API_Match_UTF8()
2394 utext_close(&testText); in API_Match_UTF8()
2404 UText testText = UTEXT_INITIALIZER; in API_Match_UTF8() local
2408 utext_openUTF8(&testText, str_aabb, -1, &status); in API_Match_UTF8()
2410 RegexMatcher m1(&testPattern, &testText, 0, status); in API_Match_UTF8()
2419 RegexMatcher m2(&testPattern, &testText, 0, status); in API_Match_UTF8()
2428 RegexMatcher m3(&testPattern, &testText, 0, status); in API_Match_UTF8()
2434 utext_close(&testText); in API_Match_UTF8()