Searched defs:round_trip_d (Results 1 - 2 of 2) sorted by relevance

/external/libcxx/test/std/experimental/string.view/string.view.nonmem/
H A Dquoted.pass.cpp56 void round_trip_d ( const char *p, char delim ) { function
121 void round_trip_d ( const wchar_t *p, wchar_t delim ) { function
166 round_trip_d ( "", 'q' );
171 round_trip_d ( L"", 'q' );
176 round_trip_d ( "Hi", '!' );
183 round_trip_d ( L"Hi", '!' );
/external/libcxx/test/std/input.output/iostream.format/quoted.manip/
H A Dquoted.pass.cpp61 void round_trip_d ( const char *p, char delim ) { function
132 void round_trip_d ( const wchar_t *p, wchar_t delim ) { function
171 round_trip_d ( "", 'q' );
176 round_trip_d ( L"", 'q' );
181 round_trip_d ( "Hi", '!' );
188 round_trip_d ( L"Hi", '!' );

Completed in 79 milliseconds