Home
last modified time | relevance | path

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/
Decma.pass.cpp652 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()
Dbasic.pass.cpp682 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()
Dextended.pass.cpp680 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/
Dbasic.pass.cpp772 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()
Decma.pass.cpp748 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()
Dextended.pass.cpp770 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()
Dawk.pass.cpp770 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()