Lines Matching full:input1
1705 UText input1 = UTEXT_INITIALIZER;
1708 regextst_openUTF8FromInvariant(&input1, "abcdef this is a test", -1, &status);
1709 REGEX_VERBOSE_TEXT(&input1);
1714 int32_t input1Len = strlen("abcdef this is a test"); /* TODO: why not nativelen (input1) ? */
1721 RegexMatcher *m1 = pat2->matcher(&input1, RegexPattern::PATTERN_IS_UTEXT, status);
1730 m1->reset(&input1);
1740 m1->reset(&input1);
1795 m.reset(&input1);
1825 utext_close(&input1);