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

Lines Matching refs:Bi

34         typedef bidirectional_iterator<const char*> Bi;
36 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
37 Bi(std::end(phone_book)-1), phone_numbers,
46 typedef bidirectional_iterator<const char*> Bi;
48 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
49 Bi(std::end(phone_book)-1), phone_numbers,
59 typedef bidirectional_iterator<const char*> Bi;
61 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
62 Bi(std::end(phone_book)-1), phone_numbers,
72 typedef bidirectional_iterator<const char*> Bi;
74 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
75 Bi(std::end(phone_book)-1), phone_numbers,
85 typedef bidirectional_iterator<const char*> Bi;
87 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
88 Bi(std::end(phone_book)-1), phone_numbers,
98 typedef bidirectional_iterator<const char*> Bi;
100 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
101 Bi(std::end(phone_book)-1), phone_numbers,