Searched refs:round_trip_e (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/test/std/experimental/string.view/string.view.nonmem/ |
D | quoted.pass.cpp | 66 void round_trip_e ( const char *p, char escape ) { in round_trip_e() function 131 void round_trip_e ( const wchar_t *p, wchar_t escape ) { in round_trip_e() function 167 round_trip_e ( "", 'q' ); in main() 172 round_trip_e ( L"", 'q' ); in main() 177 round_trip_e ( "Hi", '!' ); in main() 184 round_trip_e ( L"Hi", '!' ); in main()
|
/external/libcxx/test/std/input.output/iostream.format/quoted.manip/ |
D | quoted.pass.cpp | 69 void round_trip_e ( const char *p, char escape ) { in round_trip_e() function 140 void round_trip_e ( const wchar_t *p, wchar_t escape ) { in round_trip_e() function 172 round_trip_e ( "", 'q' ); in main() 177 round_trip_e ( L"", 'q' ); in main() 182 round_trip_e ( "Hi", '!' ); in main() 189 round_trip_e ( L"Hi", '!' ); in main()
|