Searched refs:round_trip_d (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/test/std/experimental/string.view/string.view.nonmem/ |
D | quoted.pass.cpp | 56 void round_trip_d ( const char *p, char delim ) { in round_trip_d() function 121 void round_trip_d ( const wchar_t *p, wchar_t delim ) { in round_trip_d() function 166 round_trip_d ( "", 'q' ); in main() 171 round_trip_d ( L"", 'q' ); in main() 176 round_trip_d ( "Hi", '!' ); in main() 183 round_trip_d ( L"Hi", '!' ); in main()
|
/external/libcxx/test/std/input.output/iostream.format/quoted.manip/ |
D | quoted.pass.cpp | 61 void round_trip_d ( const char *p, char delim ) { in round_trip_d() function 132 void round_trip_d ( const wchar_t *p, wchar_t delim ) { in round_trip_d() function 171 round_trip_d ( "", 'q' ); in main() 176 round_trip_d ( L"", 'q' ); in main() 181 round_trip_d ( "Hi", '!' ); in main() 188 round_trip_d ( L"Hi", '!' ); in main()
|