Home | History | Annotate | Download | only in pcre

Lines Matching refs:ss

1205     string ss;
1207 CHECK(re_test3.PartialMatch(utf8_string, &ss));
1208 CHECK_EQ(ss, string("\xe6"));
1210 CHECK(re_test4.PartialMatch(utf8_string, &ss));
1211 CHECK_EQ(ss, string("\xe6\x97\xa5"));