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

  /external/libcxx/test/std/experimental/string.view/string.view.nonmem/
quoted.pass.cpp 45 void round_trip_ws ( const char *p ) { function
110 void round_trip_ws ( const wchar_t *p ) { function
167 round_trip_ws ( "" );
172 round_trip_ws ( L"" );
177 round_trip_ws ( "Hi" );
184 round_trip_ws ( L"Hi" );
191 round_trip_ws ( "Hi Mom" );
193 round_trip_ws ( L"Hi Mom" );
  /external/libcxx/test/std/strings/string.view/string.view.nonmem/
quoted.pass.cpp 45 void round_trip_ws ( const char *p ) { function
110 void round_trip_ws ( const wchar_t *p ) { function
167 round_trip_ws ( "" );
172 round_trip_ws ( L"" );
177 round_trip_ws ( "Hi" );
184 round_trip_ws ( L"Hi" );
191 round_trip_ws ( "Hi Mom" );
193 round_trip_ws ( L"Hi Mom" );
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/quoted.manip/
quoted.pass.cpp 50 void round_trip_ws ( const char *p ) { function
121 void round_trip_ws ( const wchar_t *p ) { function
170 round_trip_ws ( "" );
175 round_trip_ws ( L"" );
180 round_trip_ws ( "Hi" );
187 round_trip_ws ( L"Hi" );
194 round_trip_ws ( "Hi Mom" );
196 round_trip_ws ( L"Hi Mom" );
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/string.view/string.view.nonmem/
quoted.pass.cpp 43 void round_trip_ws ( const char *p ) { function
108 void round_trip_ws ( const wchar_t *p ) { function
165 round_trip_ws ( "" );
170 round_trip_ws ( L"" );
175 round_trip_ws ( "Hi" );
182 round_trip_ws ( L"Hi" );
189 round_trip_ws ( "Hi Mom" );
191 round_trip_ws ( L"Hi Mom" );
  /external/libcxx/test/std/input.output/iostream.format/quoted.manip/
quoted.pass.cpp 54 void round_trip_ws ( const CharT *p ) { function
132 round_trip_ws ( "" );
137 round_trip_ws ( L"" );
142 round_trip_ws ( "Hi" );
149 round_trip_ws ( L"Hi" );
156 round_trip_ws ( "Hi Mom" );
158 round_trip_ws ( L"Hi Mom" );
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/quoted.manip/
quoted.pass.cpp 53 void round_trip_ws ( const CharT *p ) { function
131 round_trip_ws ( "" );
136 round_trip_ws ( L"" );
141 round_trip_ws ( "Hi" );
148 round_trip_ws ( L"Hi" );
155 round_trip_ws ( "Hi Mom" );
157 round_trip_ws ( L"Hi Mom" );

Completed in 757 milliseconds