Searched refs:round_trip_e (Results 1 – 3 of 3) sorted by relevance
/external/libcxx/test/std/strings/string.view/string.view.nonmem/ |
D | quoted.pass.cpp | 68 void round_trip_e ( const char *p, char escape ) { in round_trip_e() function 133 void round_trip_e ( const wchar_t *p, wchar_t escape ) { in round_trip_e() function 169 round_trip_e ( "", 'q' ); in main() 174 round_trip_e ( L"", 'q' ); in main() 179 round_trip_e ( "Hi", '!' ); in main() 186 round_trip_e ( L"Hi", '!' ); in main()
|
/external/libcxx/test/std/experimental/string.view/string.view.nonmem/ |
D | quoted.pass.cpp | 68 void round_trip_e ( const char *p, char escape ) { in round_trip_e() function 133 void round_trip_e ( const wchar_t *p, wchar_t escape ) { in round_trip_e() function 169 round_trip_e ( "", 'q' ); in main() 174 round_trip_e ( L"", 'q' ); in main() 179 round_trip_e ( "Hi", '!' ); in main() 186 round_trip_e ( L"Hi", '!' ); in main()
|
/external/libcxx/test/std/input.output/iostream.format/quoted.manip/ |
D | quoted.pass.cpp | 78 void round_trip_e ( const CharT *p, char escape ) { in round_trip_e() function 134 round_trip_e ( "", 'q' ); in main() 139 round_trip_e ( L"", 'q' ); in main() 144 round_trip_e ( "Hi", '!' ); in main() 151 round_trip_e ( L"Hi", '!' ); in main()
|