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

Lines Matching defs:FI

741         typedef forward_iterator<const char*> FI;
743 std::regex regex(FI(r), FI(r+sr));
1520 typedef forward_iterator<const wchar_t*> FI;
1522 std::wregex regex(FI(r), FI(r+sr));