• Home
  • Raw
  • Download

Lines Matching refs:extended

29         assert(std::regex_match(s, m, std::regex("a", std::regex_constants::extended)));  in main()
45 assert(std::regex_match(s, m, std::regex("ab", std::regex_constants::extended))); in main()
60 assert(!std::regex_match(s, m, std::regex("ba", std::regex_constants::extended))); in main()
67 assert(!std::regex_match(s, m, std::regex("ab", std::regex_constants::extended))); in main()
73 assert(!std::regex_match(s, m, std::regex("ab", std::regex_constants::extended), in main()
80 assert(!std::regex_match(s, m, std::regex("bc", std::regex_constants::extended))); in main()
86 assert(std::regex_match(s, m, std::regex("ab*c", std::regex_constants::extended))); in main()
101 assert(std::regex_match(s, m, std::regex("(ab)*c", std::regex_constants::extended))); in main()
120 std::regex_constants::extended))); in main()
126 assert(std::regex_match(s, m, std::regex("^abc", std::regex_constants::extended))); in main()
141 assert(!std::regex_match(s, m, std::regex("^abc", std::regex_constants::extended))); in main()
147 assert(!std::regex_match(s, m, std::regex("^abc", std::regex_constants::extended))); in main()
153 assert(std::regex_match(s, m, std::regex("abc$", std::regex_constants::extended))); in main()
168 assert(!std::regex_match(s, m, std::regex("abc$", std::regex_constants::extended))); in main()
174 assert(!std::regex_match(s, m, std::regex("abc$", std::regex_constants::extended))); in main()
180 assert(std::regex_match(s, m, std::regex("a.c", std::regex_constants::extended))); in main()
195 assert(std::regex_match(s, m, std::regex("a.c", std::regex_constants::extended))); in main()
210 assert(std::regex_match(s, m, std::regex("a.c", std::regex_constants::extended))); in main()
225 assert(std::regex_match(s, m, std::regex("(.*).*", std::regex_constants::extended))); in main()
243 assert(!std::regex_match(s, m, std::regex("(a*)*", std::regex_constants::extended))); in main()
249 assert(!std::regex_match(s, m, std::regex("ab{3,5}c", std::regex_constants::extended))); in main()
255 assert(std::regex_match(s, m, std::regex("ab{3,5}c", std::regex_constants::extended))); in main()
270 assert(std::regex_match(s, m, std::regex("ab{3,5}c", std::regex_constants::extended))); in main()
285 assert(std::regex_match(s, m, std::regex("ab{3,5}c", std::regex_constants::extended))); in main()
300 assert(!std::regex_match(s, m, std::regex("ab{3,5}c", std::regex_constants::extended))); in main()
306 assert(!std::regex_match(s, m, std::regex("ab{3,5}c", std::regex_constants::extended))); in main()
312 assert(!std::regex_match(s, m, std::regex("a.{3,5}c", std::regex_constants::extended))); in main()
318 assert(std::regex_match(s, m, std::regex("a.{3,5}c", std::regex_constants::extended))); in main()
333 assert(std::regex_match(s, m, std::regex("a.{3,5}c", std::regex_constants::extended))); in main()
348 assert(std::regex_match(s, m, std::regex("a.{3,5}c", std::regex_constants::extended))); in main()
363 assert(!std::regex_match(s, m, std::regex("a.{3,5}c", std::regex_constants::extended))); in main()
370 std::regex_constants::extended))); in main()
386 std::regex_constants::extended | std::regex_constants::nosubs))); in main()
402 std::regex_constants::extended))); in main()
420 assert(!std::regex_match(s, m, std::regex("-(.*),\1-", std::regex_constants::extended))); in main()
426 assert(std::regex_match(s, m, std::regex("-.*,.*-", std::regex_constants::extended))); in main()
442 std::regex_constants::extended))); in main()
458 std::regex_constants::extended))); in main()
474 std::regex_constants::extended))); in main()
490 std::regex_constants::extended))); in main()
497 std::regex_constants::extended))); in main()
504 std::regex_constants::extended))); in main()
511 std::regex_constants::extended))); in main()
527 std::regex_constants::extended))); in main()
534 std::regex_constants::extended))); in main()
550 std::regex_constants::extended))); in main()
557 std::regex_constants::extended))); in main()
564 std::regex_constants::extended))); in main()
580 std::regex_constants::extended))); in main()
596 std::regex_constants::extended))); in main()
612 std::regex_constants::extended))); in main()
620 std::regex_constants::extended))); in main()
636 std::regex_constants::extended | std::regex_constants::icase))); in main()
653 std::regex_constants::extended))); in main()
660 std::regex_constants::extended))); in main()
667 std::regex_constants::extended))); in main()
675 std::regex regex(FI(r), FI(r+sr), std::regex_constants::extended); in main()
695 assert(std::regex_match(s, m, std::wregex(L"a", std::regex_constants::extended))); in main()
711 assert(std::regex_match(s, m, std::wregex(L"ab", std::regex_constants::extended))); in main()
726 assert(!std::regex_match(s, m, std::wregex(L"ba", std::regex_constants::extended))); in main()
733 assert(!std::regex_match(s, m, std::wregex(L"ab", std::regex_constants::extended))); in main()
739 assert(!std::regex_match(s, m, std::wregex(L"ab", std::regex_constants::extended), in main()
746 assert(!std::regex_match(s, m, std::wregex(L"bc", std::regex_constants::extended))); in main()
752 assert(std::regex_match(s, m, std::wregex(L"ab*c", std::regex_constants::extended))); in main()
767 assert(std::regex_match(s, m, std::wregex(L"(ab)*c", std::regex_constants::extended))); in main()
786 std::regex_constants::extended))); in main()
792 assert(std::regex_match(s, m, std::wregex(L"^abc", std::regex_constants::extended))); in main()
807 assert(!std::regex_match(s, m, std::wregex(L"^abc", std::regex_constants::extended))); in main()
813 assert(!std::regex_match(s, m, std::wregex(L"^abc", std::regex_constants::extended))); in main()
819 assert(std::regex_match(s, m, std::wregex(L"abc$", std::regex_constants::extended))); in main()
834 assert(!std::regex_match(s, m, std::wregex(L"abc$", std::regex_constants::extended))); in main()
840 assert(!std::regex_match(s, m, std::wregex(L"abc$", std::regex_constants::extended))); in main()
846 assert(std::regex_match(s, m, std::wregex(L"a.c", std::regex_constants::extended))); in main()
861 assert(std::regex_match(s, m, std::wregex(L"a.c", std::regex_constants::extended))); in main()
876 assert(std::regex_match(s, m, std::wregex(L"a.c", std::regex_constants::extended))); in main()
891 assert(std::regex_match(s, m, std::wregex(L"(.*).*", std::regex_constants::extended))); in main()
909 assert(!std::regex_match(s, m, std::wregex(L"(a*)*", std::regex_constants::extended))); in main()
915 assert(!std::regex_match(s, m, std::wregex(L"ab{3,5}c", std::regex_constants::extended))); in main()
921 assert(std::regex_match(s, m, std::wregex(L"ab{3,5}c", std::regex_constants::extended))); in main()
936 assert(std::regex_match(s, m, std::wregex(L"ab{3,5}c", std::regex_constants::extended))); in main()
951 assert(std::regex_match(s, m, std::wregex(L"ab{3,5}c", std::regex_constants::extended))); in main()
966 assert(!std::regex_match(s, m, std::wregex(L"ab{3,5}c", std::regex_constants::extended))); in main()
972 assert(!std::regex_match(s, m, std::wregex(L"ab{3,5}c", std::regex_constants::extended))); in main()
978 assert(!std::regex_match(s, m, std::wregex(L"a.{3,5}c", std::regex_constants::extended))); in main()
984 assert(std::regex_match(s, m, std::wregex(L"a.{3,5}c", std::regex_constants::extended))); in main()
999 assert(std::regex_match(s, m, std::wregex(L"a.{3,5}c", std::regex_constants::extended))); in main()
1014 assert(std::regex_match(s, m, std::wregex(L"a.{3,5}c", std::regex_constants::extended))); in main()
1029 assert(!std::regex_match(s, m, std::wregex(L"a.{3,5}c", std::regex_constants::extended))); in main()
1036 std::regex_constants::extended))); in main()
1052 std::regex_constants::extended | std::regex_constants::nosubs))); in main()
1068 std::regex_constants::extended))); in main()
1086 assert(!std::regex_match(s, m, std::wregex(L"-(.*),\1-", std::regex_constants::extended))); in main()
1092 assert(std::regex_match(s, m, std::wregex(L"-.*,.*-", std::regex_constants::extended))); in main()
1108 std::regex_constants::extended))); in main()
1124 std::regex_constants::extended))); in main()
1140 std::regex_constants::extended))); in main()
1156 std::regex_constants::extended))); in main()
1163 std::regex_constants::extended))); in main()
1170 std::regex_constants::extended))); in main()
1177 std::regex_constants::extended))); in main()
1193 std::regex_constants::extended))); in main()
1200 std::regex_constants::extended))); in main()
1216 std::regex_constants::extended))); in main()
1223 std::regex_constants::extended))); in main()
1230 std::regex_constants::extended))); in main()
1246 std::regex_constants::extended))); in main()
1262 std::regex_constants::extended))); in main()
1278 std::regex_constants::extended))); in main()
1286 std::regex_constants::extended))); in main()
1302 std::regex_constants::extended | std::regex_constants::icase))); in main()
1319 std::regex_constants::extended))); in main()
1326 std::regex_constants::extended))); in main()
1333 std::regex_constants::extended))); in main()
1341 std::wregex regex(FI(r), FI(r+sr), std::regex_constants::extended); in main()