Searched refs:FI (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/ |
D | ecma.pass.cpp | 652 typedef forward_iterator<const char*> FI; in main() typedef 654 std::regex regex(FI(r), FI(r+sr)); in main() 1312 typedef forward_iterator<const wchar_t*> FI; in main() typedef 1314 std::wregex regex(FI(r), FI(r+sr)); in main()
|
D | basic.pass.cpp | 682 typedef forward_iterator<const char*> FI; in main() typedef 684 std::regex regex(FI(r), FI(r+sr), std::regex_constants::basic); in main() 1357 typedef forward_iterator<const wchar_t*> FI; in main() typedef 1359 std::wregex regex(FI(r), FI(r+sr), std::regex_constants::basic); in main()
|
D | extended.pass.cpp | 680 typedef forward_iterator<const char*> FI; in main() typedef 682 std::regex regex(FI(r), FI(r+sr), std::regex_constants::extended); in main() 1353 typedef forward_iterator<const wchar_t*> FI; in main() typedef 1355 std::wregex regex(FI(r), FI(r+sr), std::regex_constants::extended); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/ |
D | basic.pass.cpp | 772 typedef forward_iterator<const char*> FI; in main() typedef 774 std::regex regex(FI(r), FI(r+sr), std::regex_constants::basic); in main() 1537 typedef forward_iterator<const wchar_t*> FI; in main() typedef 1539 std::wregex regex(FI(r), FI(r+sr), std::regex_constants::basic); in main()
|
D | ecma.pass.cpp | 748 typedef forward_iterator<const char*> FI; in main() typedef 750 std::regex regex(FI(r), FI(r+sr)); in main() 1534 typedef forward_iterator<const wchar_t*> FI; in main() typedef 1536 std::wregex regex(FI(r), FI(r+sr)); in main()
|
D | extended.pass.cpp | 770 typedef forward_iterator<const char*> FI; in main() typedef 772 std::regex regex(FI(r), FI(r+sr), std::regex_constants::extended); in main() 1533 typedef forward_iterator<const wchar_t*> FI; in main() typedef 1535 std::wregex regex(FI(r), FI(r+sr), std::regex_constants::extended); in main()
|
D | awk.pass.cpp | 770 typedef forward_iterator<const char*> FI; in main() typedef 772 std::regex regex(FI(r), FI(r+sr), std::regex_constants::awk); in main() 1548 typedef forward_iterator<const wchar_t*> FI; in main() typedef 1550 std::wregex regex(FI(r), FI(r+sr), std::regex_constants::awk); in main()
|