Home
last modified time | relevance | path

Searched refs:round_trip_d (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/std/strings/string.view/string.view.nonmem/
Dquoted.pass.cpp58 void round_trip_d ( const char *p, char delim ) { in round_trip_d() function
123 void round_trip_d ( const wchar_t *p, wchar_t delim ) { in round_trip_d() function
168 round_trip_d ( "", 'q' ); in main()
173 round_trip_d ( L"", 'q' ); in main()
178 round_trip_d ( "Hi", '!' ); in main()
185 round_trip_d ( L"Hi", '!' ); in main()
/external/libcxx/test/std/experimental/string.view/string.view.nonmem/
Dquoted.pass.cpp58 void round_trip_d ( const char *p, char delim ) { in round_trip_d() function
123 void round_trip_d ( const wchar_t *p, wchar_t delim ) { in round_trip_d() function
168 round_trip_d ( "", 'q' ); in main()
173 round_trip_d ( L"", 'q' ); in main()
178 round_trip_d ( "Hi", '!' ); in main()
185 round_trip_d ( L"Hi", '!' ); in main()
/external/libcxx/test/std/input.output/iostream.format/quoted.manip/
Dquoted.pass.cpp67 void round_trip_d ( const CharT *p, char delim ) { in round_trip_d() function
133 round_trip_d ( "", 'q' ); in main()
138 round_trip_d ( L"", 'q' ); in main()
143 round_trip_d ( "Hi", '!' ); in main()
150 round_trip_d ( L"Hi", '!' ); in main()