Searched defs:phone_book (Results 1 - 19 of 19) sorted by relevance

/external/libcxx/test/std/re/re.iter/re.regiter/re.regiter.cnstr/
H A Dcnstr.fail.cpp30 const char phone_book[] = "555-1234, 555-2345, 555-3456"; local
32 std::begin(phone_book), std::end(phone_book),
H A Dcnstr.pass.cpp25 const char phone_book[] = "555-1234, 555-2345, 555-3456"; local
26 std::cregex_iterator i(std::begin(phone_book), std::end(phone_book), phone_numbers);
/external/libcxx/test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/
H A Dinit.fail.cpp31 const char phone_book[] = "start 555-1234, 555-2345, 555-3456 end"; local
32 std::cregex_token_iterator i(std::begin(phone_book), std::end(phone_book)-1,
H A Dinit.pass.cpp28 const char phone_book[] = "start 555-1234, 555-2345, 555-3456 end"; local
29 std::cregex_token_iterator i(std::begin(phone_book), std::end(phone_book)-1,
H A Dint.fail.cpp30 const char phone_book[] = "start 555-1234, 555-2345, 555-3456 end"; local
31 std::cregex_token_iterator i(std::begin(phone_book), std::end(phone_book)-1,
H A Dint.pass.cpp26 const char phone_book[] = "start 555-1234, 555-2345, 555-3456 end"; local
27 std::cregex_token_iterator i(std::begin(phone_book), std::end(phone_book)-1,
45 const char phone_book[] = "start 555-1234, 555-2345, 555-3456 end"; local
46 std::cregex_token_iterator i(std::begin(phone_book), std::end(phone_book)-1,
61 const char phone_book[] = "start 555-1234, 555-2345, 555-3456 end"; local
62 std::cregex_token_iterator i(std::begin(phone_book), std::end(phone_book)-1,
H A Darray.fail.cpp33 const char phone_book[] = "start 555-1234, 555-2345, 555-3456 end"; local
35 std::cregex_token_iterator i(std::begin(phone_book), std::end(phone_book)-1,
H A Darray.pass.cpp28 const char phone_book[] = "start 555-1234, 555-2345, 555-3456 end"; local
30 std::cregex_token_iterator i(std::begin(phone_book), std::end(phone_book)-1,
H A Dvector.fail.cpp32 const char phone_book[] = "start 555-1234, 555-2345, 555-3456 end"; local
36 std::cregex_token_iterator i(std::begin(phone_book), std::end(phone_book)-1,
H A Dvector.pass.cpp27 const char phone_book[] = "start 555-1234, 555-2345, 555-3456 end"; local
31 std::cregex_token_iterator i(std::begin(phone_book), std::end(phone_book)-1,
58 const char phone_book[] = "start 555-1234, 555-2345, 555-3456 end"; local
62 std::cregex_token_iterator i(std::begin(phone_book), std::end(phone_book)-1,
89 const char phone_book[] = "start 555-1234, 555-2345, 555-3456 end"; local
94 std::cregex_token_iterator i(std::begin(phone_book), std::end(phone_book)-1,
/external/libcxx/test/std/re/re.iter/re.tokiter/re.tokiter.deref/
H A Dderef.pass.cpp23 const char phone_book[] = "start 555-1234, 555-2345, 555-3456 end"; local
24 std::cregex_token_iterator i(std::begin(phone_book), std::end(phone_book)-1,
42 const char phone_book[] = "start 555-1234, 555-2345, 555-3456 end"; local
43 std::cregex_token_iterator i(std::begin(phone_book), std::end(phone_book)-1,
58 const char phone_book[] = "start 555-1234, 555-2345, 555-3456 end"; local
59 std::cregex_token_iterator i(std::begin(phone_book), std::end(phone_book)-1,
/external/libcxx/test/std/re/re.alg/re.alg.replace/
H A Dtest5.pass.cpp27 const char phone_book[] = "555-1234, 555-2345, 555-3456"; local
28 std::string r = std::regex_replace(phone_book, phone_numbers,
34 const char phone_book[] = "555-1234, 555-2345, 555-3456"; local
35 std::string r = std::regex_replace(phone_book, phone_numbers,
42 const char phone_book[] = "555-1234, 555-2345, 555-3456"; local
43 std::string r = std::regex_replace(phone_book, phone_numbers,
50 const char phone_book[] = "555-1234, 555-2345, 555-3456"; local
51 std::string r = std::regex_replace(phone_book, phone_numbers,
58 const char phone_book[] = "555-1234, 555-2345, 555-3456"; local
59 std::string r = std::regex_replace(phone_book, phone_number
66 const char phone_book[] = "555-1234, 555-2345, 555-3456"; local
[all...]
H A Dtest6.pass.cpp27 const char phone_book[] = "555-1234, 555-2345, 555-3456"; local
28 std::string r = std::regex_replace(phone_book, phone_numbers,
34 const char phone_book[] = "555-1234, 555-2345, 555-3456"; local
35 std::string r = std::regex_replace(phone_book, phone_numbers,
42 const char phone_book[] = "555-1234, 555-2345, 555-3456"; local
43 std::string r = std::regex_replace(phone_book, phone_numbers,
50 const char phone_book[] = "555-1234, 555-2345, 555-3456"; local
51 std::string r = std::regex_replace(phone_book, phone_numbers,
58 const char phone_book[] = "555-1234, 555-2345, 555-3456"; local
59 std::string r = std::regex_replace(phone_book, phone_number
66 const char phone_book[] = "555-1234, 555-2345, 555-3456"; local
[all...]
H A Dtest1.pass.cpp31 const char phone_book[] = "555-1234, 555-2345, 555-3456"; local
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"; local
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"; local
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[] local
82 const char phone_book[] = "555-1234, 555-2345, 555-3456"; local
95 const char phone_book[] = "555-1234, 555-2345, 555-3456"; local
[all...]
H A Dtest2.pass.cpp31 const char phone_book[] = "555-1234, 555-2345, 555-3456"; local
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"; local
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"; local
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[] local
82 const char phone_book[] = "555-1234, 555-2345, 555-3456"; local
95 const char phone_book[] = "555-1234, 555-2345, 555-3456"; local
[all...]
/external/libcxx/test/std/re/re.iter/re.regiter/re.regiter.deref/
H A Dderef.pass.cpp23 const char phone_book[] = "555-1234, 555-2345, 555-3456"; local
24 std::cregex_iterator i(std::begin(phone_book), std::end(phone_book), phone_numbers);
/external/libcxx/test/std/re/re.iter/re.regiter/re.regiter.incr/
H A Dpost.pass.cpp23 const char phone_book[] = "555-1234, 555-2345, 555-3456"; local
24 std::cregex_iterator i(std::begin(phone_book), std::end(phone_book), phone_numbers);
61 const char phone_book[] = "555-1234, 555-2345, 555-3456"; local
62 std::cregex_iterator i(std::begin(phone_book), std::end(phone_book), phone_numbers);
/external/libcxx/test/std/re/re.iter/re.tokiter/re.tokiter.comp/
H A Dequal.pass.cpp24 const char phone_book[] = "start 555-1234, 555-2345, 555-3456 end"; local
25 std::cregex_token_iterator i(std::begin(phone_book), std::end(phone_book)-1,
/external/libcxx/test/std/re/re.iter/re.tokiter/re.tokiter.incr/
H A Dpost.pass.cpp23 const char phone_book[] = "start 555-1234, 555-2345, 555-3456 end"; local
24 std::cregex_token_iterator i(std::begin(phone_book), std::end(phone_book)-1,
62 const char phone_book[] = "start 555-1234, 555-2345, 555-3456 end"; local
63 std::cregex_token_iterator i(std::begin(phone_book), std::end(phone_book)-1,
105 const char phone_book[] = "start 555-1234, 555-2345, 555-3456 end"; local
106 std::cregex_token_iterator i(std::begin(phone_book), std::end(phone_book)-1,
121 const char phone_book[] local
[all...]

Completed in 104 milliseconds