Home
last modified time | relevance | path

Searched refs:round_trip (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/test/std/strings/string.view/string.view.nonmem/
Dquoted.pass.cpp33 void round_trip ( const char *p ) { in round_trip() function
97 void round_trip ( const wchar_t *p ) { in round_trip() function
166 round_trip ( "" ); in main()
171 round_trip ( L"" ); in main()
176 round_trip ( "Hi" ); in main()
183 round_trip ( L"Hi" ); in main()
190 round_trip ( "Hi Mom" ); in main()
192 round_trip ( L"Hi Mom" ); in main()
/external/libcxx/test/std/experimental/string.view/string.view.nonmem/
Dquoted.pass.cpp33 void round_trip ( const char *p ) { in round_trip() function
97 void round_trip ( const wchar_t *p ) { in round_trip() function
166 round_trip ( "" ); in main()
171 round_trip ( L"" ); in main()
176 round_trip ( "Hi" ); in main()
183 round_trip ( L"Hi" ); in main()
190 round_trip ( "Hi Mom" ); in main()
192 round_trip ( L"Hi Mom" ); in main()
/external/libcxx/test/std/input.output/iostream.format/quoted.manip/
Dquoted.pass.cpp41 void round_trip ( const CharT *p ) { in round_trip() function
131 round_trip ( "" ); in main()
136 round_trip ( L"" ); in main()
141 round_trip ( "Hi" ); in main()
148 round_trip ( L"Hi" ); in main()
155 round_trip ( "Hi Mom" ); in main()
157 round_trip ( L"Hi Mom" ); in main()
Dquoted_char.fail.cpp25 void round_trip ( const char *p ) { in round_trip() function
36 round_trip ( "Hi Mom" ); in main()
Dquoted_traits.fail.cpp31 void round_trip ( const char *p ) { in round_trip() function
42 round_trip ( "Hi Mom" ); in main()