Home | History | Annotate | Download | only in re.alg.search

Lines Matching defs:FI

770         typedef forward_iterator<const char*> FI;
772 std::regex regex(FI(r), FI(r+sr), std::regex_constants::extended);
1533 typedef forward_iterator<const wchar_t*> FI;
1535 std::wregex regex(FI(r), FI(r+sr), std::regex_constants::extended);