Home
last modified time | relevance | path

Searched refs:round_trip_e (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/test/std/strings/string.view/string.view.nonmem/
Dquoted.pass.cpp68 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/llvm-project/libcxx/test/std/strings/string.view/string.view.nonmem/
Dquoted.pass.cpp67 void round_trip_e ( const char *p, char escape ) { in round_trip_e() function
132 void round_trip_e ( const wchar_t *p, wchar_t escape ) { in round_trip_e() function
168 round_trip_e ( "", 'q' ); in main()
173 round_trip_e ( L"", 'q' ); in main()
178 round_trip_e ( "Hi", '!' ); in main()
185 round_trip_e ( L"Hi", '!' ); in main()
/external/libcxx/test/std/input.output/iostream.format/quoted.manip/
Dquoted.pass.cpp78 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()
/external/llvm-project/libcxx/test/std/input.output/iostream.format/quoted.manip/
Dquoted.pass.cpp77 void round_trip_e ( const CharT *p, char escape ) { in round_trip_e() function
133 round_trip_e ( "", 'q' ); in main()
138 round_trip_e ( L"", 'q' ); in main()
143 round_trip_e ( "Hi", '!' ); in main()
150 round_trip_e ( L"Hi", '!' ); in main()