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

Lines Matching defs:FI

763         typedef forward_iterator<const char*> FI;
765 std::regex regex(FI(r), FI(r+sr), std::regex_constants::extended);
1519 typedef forward_iterator<const wchar_t*> FI;
1521 std::wregex regex(FI(r), FI(r+sr), std::regex_constants::extended);