• Home
  • Raw
  • Download

Lines Matching full:extended

39         assert(std::regex_match(s, m, std::regex("a", std::regex_constants::extended)));  in main()
55 assert(std::regex_match(s, m, std::regex("ab", std::regex_constants::extended))); in main()
70 assert(!std::regex_match(s, m, std::regex("ba", std::regex_constants::extended))); in main()
77 assert(!std::regex_match(s, m, std::regex("ab", std::regex_constants::extended))); in main()
83 assert(!std::regex_match(s, m, std::regex("ab", std::regex_constants::extended), in main()
90 assert(!std::regex_match(s, m, std::regex("bc", std::regex_constants::extended))); in main()
96 assert(std::regex_match(s, m, std::regex("ab*c", std::regex_constants::extended))); in main()
111 assert(std::regex_match(s, m, std::regex("(ab)*c", std::regex_constants::extended))); in main()
130 std::regex_constants::extended))); in main()
136 assert(std::regex_match(s, m, std::regex("^abc", std::regex_constants::extended))); in main()
151 assert(!std::regex_match(s, m, std::regex("^abc", std::regex_constants::extended))); in main()
157 assert(!std::regex_match(s, m, std::regex("^abc", std::regex_constants::extended))); in main()
163 assert(std::regex_match(s, m, std::regex("abc$", std::regex_constants::extended))); in main()
178 assert(!std::regex_match(s, m, std::regex("abc$", std::regex_constants::extended))); in main()
184 assert(!std::regex_match(s, m, std::regex("abc$", std::regex_constants::extended))); in main()
190 assert(std::regex_match(s, m, std::regex("a.c", std::regex_constants::extended))); in main()
205 assert(std::regex_match(s, m, std::regex("a.c", std::regex_constants::extended))); in main()
220 assert(std::regex_match(s, m, std::regex("a.c", std::regex_constants::extended))); in main()
235 assert(std::regex_match(s, m, std::regex("(.*).*", std::regex_constants::extended))); in main()
253 assert(!std::regex_match(s, m, std::regex("(a*)*", std::regex_constants::extended))); in main()
259 assert(!std::regex_match(s, m, std::regex("ab{3,5}c", std::regex_constants::extended))); in main()
265 assert(std::regex_match(s, m, std::regex("ab{3,5}c", std::regex_constants::extended))); in main()
280 assert(std::regex_match(s, m, std::regex("ab{3,5}c", std::regex_constants::extended))); in main()
295 assert(std::regex_match(s, m, std::regex("ab{3,5}c", std::regex_constants::extended))); in main()
310 assert(!std::regex_match(s, m, std::regex("ab{3,5}c", std::regex_constants::extended))); in main()
316 assert(!std::regex_match(s, m, std::regex("ab{3,5}c", std::regex_constants::extended))); in main()
322 assert(!std::regex_match(s, m, std::regex("a.{3,5}c", std::regex_constants::extended))); in main()
328 assert(std::regex_match(s, m, std::regex("a.{3,5}c", std::regex_constants::extended))); in main()
343 assert(std::regex_match(s, m, std::regex("a.{3,5}c", std::regex_constants::extended))); in main()
358 assert(std::regex_match(s, m, std::regex("a.{3,5}c", std::regex_constants::extended))); in main()
373 assert(!std::regex_match(s, m, std::regex("a.{3,5}c", std::regex_constants::extended))); in main()
380 std::regex_constants::extended))); in main()
396 std::regex_constants::extended | std::regex_constants::nosubs))); in main()
412 std::regex_constants::extended))); in main()
430 assert(!std::regex_match(s, m, std::regex("-(.*),\1-", std::regex_constants::extended))); in main()
436 assert(std::regex_match(s, m, std::regex("-.*,.*-", std::regex_constants::extended))); in main()
452 std::regex_constants::extended))); in main()
468 std::regex_constants::extended))); in main()
484 std::regex_constants::extended))); in main()
500 std::regex_constants::extended))); in main()
507 std::regex_constants::extended))); in main()
514 std::regex_constants::extended))); in main()
521 std::regex_constants::extended))); in main()
537 std::regex_constants::extended))); in main()
544 std::regex_constants::extended))); in main()
560 std::regex_constants::extended))); in main()
567 std::regex_constants::extended))); in main()
574 std::regex_constants::extended))); in main()
590 std::regex_constants::extended))); in main()
606 std::regex_constants::extended))); in main()
622 std::regex_constants::extended))); in main()
630 std::regex_constants::extended))); in main()
646 std::regex_constants::extended | std::regex_constants::icase))); in main()
663 std::regex_constants::extended))); in main()
670 std::regex_constants::extended))); in main()
677 std::regex_constants::extended))); in main()
685 std::regex regex(FI(r), FI(r+sr), std::regex_constants::extended); in main()
705 assert(std::regex_match(s, m, std::wregex(L"a", std::regex_constants::extended))); in main()
721 assert(std::regex_match(s, m, std::wregex(L"ab", std::regex_constants::extended))); in main()
736 assert(!std::regex_match(s, m, std::wregex(L"ba", std::regex_constants::extended))); in main()
743 assert(!std::regex_match(s, m, std::wregex(L"ab", std::regex_constants::extended))); in main()
749 assert(!std::regex_match(s, m, std::wregex(L"ab", std::regex_constants::extended), in main()
756 assert(!std::regex_match(s, m, std::wregex(L"bc", std::regex_constants::extended))); in main()
762 assert(std::regex_match(s, m, std::wregex(L"ab*c", std::regex_constants::extended))); in main()
777 assert(std::regex_match(s, m, std::wregex(L"(ab)*c", std::regex_constants::extended))); in main()
796 std::regex_constants::extended))); in main()
802 assert(std::regex_match(s, m, std::wregex(L"^abc", std::regex_constants::extended))); in main()
817 assert(!std::regex_match(s, m, std::wregex(L"^abc", std::regex_constants::extended))); in main()
823 assert(!std::regex_match(s, m, std::wregex(L"^abc", std::regex_constants::extended))); in main()
829 assert(std::regex_match(s, m, std::wregex(L"abc$", std::regex_constants::extended))); in main()
844 assert(!std::regex_match(s, m, std::wregex(L"abc$", std::regex_constants::extended))); in main()
850 assert(!std::regex_match(s, m, std::wregex(L"abc$", std::regex_constants::extended))); in main()
856 assert(std::regex_match(s, m, std::wregex(L"a.c", std::regex_constants::extended))); in main()
871 assert(std::regex_match(s, m, std::wregex(L"a.c", std::regex_constants::extended))); in main()
886 assert(std::regex_match(s, m, std::wregex(L"a.c", std::regex_constants::extended))); in main()
901 assert(std::regex_match(s, m, std::wregex(L"(.*).*", std::regex_constants::extended))); in main()
919 assert(!std::regex_match(s, m, std::wregex(L"(a*)*", std::regex_constants::extended))); in main()
925 assert(!std::regex_match(s, m, std::wregex(L"ab{3,5}c", std::regex_constants::extended))); in main()
931 assert(std::regex_match(s, m, std::wregex(L"ab{3,5}c", std::regex_constants::extended))); in main()
946 assert(std::regex_match(s, m, std::wregex(L"ab{3,5}c", std::regex_constants::extended))); in main()
961 assert(std::regex_match(s, m, std::wregex(L"ab{3,5}c", std::regex_constants::extended))); in main()
976 assert(!std::regex_match(s, m, std::wregex(L"ab{3,5}c", std::regex_constants::extended))); in main()
982 assert(!std::regex_match(s, m, std::wregex(L"ab{3,5}c", std::regex_constants::extended))); in main()
988 assert(!std::regex_match(s, m, std::wregex(L"a.{3,5}c", std::regex_constants::extended))); in main()
994 assert(std::regex_match(s, m, std::wregex(L"a.{3,5}c", std::regex_constants::extended))); in main()
1009 assert(std::regex_match(s, m, std::wregex(L"a.{3,5}c", std::regex_constants::extended))); in main()
1024 assert(std::regex_match(s, m, std::wregex(L"a.{3,5}c", std::regex_constants::extended))); in main()
1039 assert(!std::regex_match(s, m, std::wregex(L"a.{3,5}c", std::regex_constants::extended))); in main()
1046 std::regex_constants::extended))); in main()
1062 std::regex_constants::extended | std::regex_constants::nosubs))); in main()
1078 std::regex_constants::extended))); in main()
1096 assert(!std::regex_match(s, m, std::wregex(L"-(.*),\1-", std::regex_constants::extended))); in main()
1102 assert(std::regex_match(s, m, std::wregex(L"-.*,.*-", std::regex_constants::extended))); in main()
1118 std::regex_constants::extended))); in main()
1134 std::regex_constants::extended))); in main()
1150 std::regex_constants::extended))); in main()
1166 std::regex_constants::extended))); in main()
1173 std::regex_constants::extended))); in main()
1180 std::regex_constants::extended))); in main()
1187 std::regex_constants::extended))); in main()
1203 std::regex_constants::extended))); in main()
1210 std::regex_constants::extended))); in main()
1226 std::regex_constants::extended))); in main()
1233 std::regex_constants::extended))); in main()
1240 std::regex_constants::extended))); in main()
1256 std::regex_constants::extended))); in main()
1272 std::regex_constants::extended))); in main()
1288 std::regex_constants::extended))); in main()
1296 std::regex_constants::extended))); in main()
1312 std::regex_constants::extended | std::regex_constants::icase))); in main()
1329 std::regex_constants::extended))); in main()
1336 std::regex_constants::extended))); in main()
1343 std::regex_constants::extended))); in main()
1351 std::wregex regex(FI(r), FI(r+sr), std::regex_constants::extended); in main()