Searched defs:round_trip_e (Results 1 - 6 of 6) sorted by relevance

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/experimental/string.view/string.view.nonmem/
H A Dquoted.pass.cpp68 void round_trip_e ( const char *p, char escape ) { function
133 void round_trip_e ( const wchar_t *p, wchar_t escape ) { function
169 round_trip_e ( "", 'q' );
174 round_trip_e ( L"", 'q' );
179 round_trip_e ( "Hi", '!' );
186 round_trip_e ( L"Hi", '!' );
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/strings/string.view/string.view.nonmem/
H A Dquoted.pass.cpp68 void round_trip_e ( const char *p, char escape ) { function
133 void round_trip_e ( const wchar_t *p, wchar_t escape ) { function
169 round_trip_e ( "", 'q' );
174 round_trip_e ( L"", 'q' );
179 round_trip_e ( "Hi", '!' );
186 round_trip_e ( L"Hi", '!' );
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/string.view/string.view.nonmem/
H A Dquoted.pass.cpp68 void round_trip_e ( const char *p, char escape ) { function
133 void round_trip_e ( const wchar_t *p, wchar_t escape ) { function
169 round_trip_e ( "", 'q' );
174 round_trip_e ( L"", 'q' );
179 round_trip_e ( "Hi", '!' );
186 round_trip_e ( L"Hi", '!' );
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/string.view/string.view.nonmem/
H A Dquoted.pass.cpp68 void round_trip_e ( const char *p, char escape ) { function
133 void round_trip_e ( const wchar_t *p, wchar_t escape ) { function
169 round_trip_e ( "", 'q' );
174 round_trip_e ( L"", 'q' );
179 round_trip_e ( "Hi", '!' );
186 round_trip_e ( L"Hi", '!' );
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/quoted.manip/
H A Dquoted.pass.cpp78 void round_trip_e ( const CharT *p, char escape ) { function
134 round_trip_e ( "", 'q' );
139 round_trip_e ( L"", 'q' );
144 round_trip_e ( "Hi", '!' );
151 round_trip_e ( L"Hi", '!' );
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/quoted.manip/
H A Dquoted.pass.cpp78 void round_trip_e ( const CharT *p, char escape ) { function
134 round_trip_e ( "", 'q' );
139 round_trip_e ( L"", 'q' );
144 round_trip_e ( "Hi", '!' );
151 round_trip_e ( L"Hi", '!' );

Completed in 77 milliseconds