Home
last modified time | relevance | path

Searched refs:round_trip_ws (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/experimental/string.view/string.view.nonmem/
Dquoted.pass.cpp43 void round_trip_ws ( const char *p ) { in round_trip_ws() function
108 void round_trip_ws ( const wchar_t *p ) { in round_trip_ws() function
165 round_trip_ws ( "" ); in main()
170 round_trip_ws ( L"" ); in main()
175 round_trip_ws ( "Hi" ); in main()
182 round_trip_ws ( L"Hi" ); in main()
189 round_trip_ws ( "Hi Mom" ); in main()
191 round_trip_ws ( L"Hi Mom" ); in main()
/external/libcxx/test/std/input.output/iostream.format/quoted.manip/
Dquoted.pass.cpp50 void round_trip_ws ( const char *p ) { in round_trip_ws() function
121 void round_trip_ws ( const wchar_t *p ) { in round_trip_ws() function
170 round_trip_ws ( "" ); in main()
175 round_trip_ws ( L"" ); in main()
180 round_trip_ws ( "Hi" ); in main()
187 round_trip_ws ( L"Hi" ); in main()
194 round_trip_ws ( "Hi Mom" ); in main()
196 round_trip_ws ( L"Hi Mom" ); in main()