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

Lines Matching defs:FI

652         typedef forward_iterator<const char*> FI;
654 std::regex regex(FI(r), FI(r+sr));
1312 typedef forward_iterator<const wchar_t*> FI;
1314 std::wregex regex(FI(r), FI(r+sr));