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

Lines Matching refs:phone_book

31         const char phone_book[] = "555-1234, 555-2345, 555-3456";
35 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
36 Bi(std::end(phone_book)-1), phone_numbers,
43 const char phone_book[] = "555-1234, 555-2345, 555-3456";
47 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
48 Bi(std::end(phone_book)-1), phone_numbers,
56 const char phone_book[] = "555-1234, 555-2345, 555-3456";
60 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
61 Bi(std::end(phone_book)-1), phone_numbers,
69 const char phone_book[] = "555-1234, 555-2345, 555-3456";
73 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
74 Bi(std::end(phone_book)-1), phone_numbers,
82 const char phone_book[] = "555-1234, 555-2345, 555-3456";
86 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
87 Bi(std::end(phone_book)-1), phone_numbers,
95 const char phone_book[] = "555-1234, 555-2345, 555-3456";
99 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
100 Bi(std::end(phone_book)-1), phone_numbers,