HomeSort by relevance Sort by last modified time
    Searched refs:round_trip_e (Results 1 - 5 of 5) sorted by null

  /external/libcxx/test/std/strings/string.view/string.view.nonmem/
quoted.pass.cpp 68 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/
quoted.pass.cpp 68 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/
quoted.pass.cpp 68 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", '!' );
  /external/libcxx/test/std/input.output/iostream.format/quoted.manip/
quoted.pass.cpp 78 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/
quoted.pass.cpp 78 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 116 milliseconds