Home | History | Annotate | Download | only in pcre

Lines Matching defs:utf8_string

1184     const unsigned char utf8_string[] = {
1199 CHECK(re_test1.FullMatch(utf8_string));
1201 CHECK(re_test2.FullMatch(utf8_string));
1207 CHECK(re_test3.PartialMatch(utf8_string, &ss));
1210 CHECK(re_test4.PartialMatch(utf8_string, &ss));
1214 RE re_test5(utf8_string);
1215 CHECK(re_test5.FullMatch(utf8_string));
1216 RE re_test6(utf8_string, pcrecpp::UTF8());
1217 CHECK(re_test6.FullMatch(utf8_string));
1221 CHECK(!re_test7.FullMatch(utf8_string));
1223 CHECK(re_test8.FullMatch(utf8_string));