Lines Matching refs:u16str

52   const char16_t u16str[] = { 0xe5, 0xe4, 0xf6, 0x00 };  in test_latin_unicode()  local
66 const fs::path p(u16str); in test_latin_unicode()
68 assert(p.u16string() == u16str); in test_latin_unicode()
70 assert(p.string<char16_t>() == u16str); in test_latin_unicode()
76 assert(p.u16string() == u16str); in test_latin_unicode()
78 assert(p.string<char16_t>() == u16str); in test_latin_unicode()
84 assert(p.u16string() == u16str); in test_latin_unicode()
86 assert(p.string<char16_t>() == u16str); in test_latin_unicode()
95 assert(p.u16string() == u16str); in test_latin_unicode()
98 assert(p.string<char16_t>() == u16str); in test_latin_unicode()
103 const fs::path p(u16str); in test_latin_unicode()
118 const fs::path p(u16str); in test_latin_unicode()
131 assert(p.u16string() == u16str); in test_latin_unicode()
142 assert(p.u16string() == u16str); in test_latin_unicode()
146 const fs::path p(u16str); in test_latin_unicode()
171 assert(p.u16string() == u16str); in test_latin_unicode()
190 assert(p.u16string() == u16str); in test_latin_unicode()
203 const char16_t u16str[] = { 0xd801, 0xdc37, 0x00 }; in test_wide_unicode() local
214 assert(p.u16string() == u16str); in test_wide_unicode()
218 const fs::path p(u16str); in test_wide_unicode()
220 assert(p.u16string() == u16str); in test_wide_unicode()
226 assert(p.u16string() == u16str); in test_wide_unicode()
242 const fs::path p(u16str); in test_wide_unicode()
252 assert(p.u16string() == u16str); in test_wide_unicode()
262 const char16_t u16str[] = { 0xd801, 0xdc37, 0x00 }; in test_append() local
267 fs::path p = fs::u8path(str) / u16str / u32str; in test_append()
269 p = fs::u8path(str).append(u16str).append(u32str); in test_append()
272 p /= u16str; in test_append()
285 fs::path p = fs::path(u16str) / wstr / u32str; in test_append()
287 p = fs::path(u16str).append(wstr).append(u32str); in test_append()
289 p = fs::path(u16str); in test_append()
299 const char16_t u16str[] = { 0xd801, 0xdc37, 0x00 }; in test_concat() local
305 p += u16str; in test_concat()
308 p = fs::u8path(str).concat(u16str).concat(u32str); in test_concat()
320 fs::path p = fs::path(u16str); in test_concat()
324 p = fs::path(u16str).concat(wstr).concat(u32str); in test_concat()
332 const char16_t u16str[] = { 0xe5, 0x00 }; in test_append_concat_narrow() local
341 fs::path p = fs::path(u16str) / u8str; in test_append_concat_narrow()
343 p = fs::path(u16str).append(u8str); in test_append_concat_narrow()
345 p = fs::path(u16str); in test_append_concat_narrow()
348 p = fs::path(u16str).concat(u8str); in test_append_concat_narrow()
350 p = fs::path(u16str); in test_append_concat_narrow()
360 fs::path p = fs::path(u16str) / str; in test_append_concat_narrow()
362 p = fs::path(u16str).append(str); in test_append_concat_narrow()
364 p = fs::path(u16str); in test_append_concat_narrow()
367 p = fs::path(u16str).concat(str); in test_append_concat_narrow()
369 p = fs::path(u16str); in test_append_concat_narrow()
377 fs::path p = fs::path(u16str) / latin1; in test_append_concat_narrow()
379 p = fs::path(u16str).append(latin1); in test_append_concat_narrow()
381 p = fs::path(u16str); in test_append_concat_narrow()
384 p = fs::path(u16str).concat(latin1); in test_append_concat_narrow()
386 p = fs::path(u16str); in test_append_concat_narrow()
394 fs::path p = fs::path(u16str) / cp850; in test_append_concat_narrow()
396 p = fs::path(u16str).append(cp850); in test_append_concat_narrow()
398 p = fs::path(u16str); in test_append_concat_narrow()
401 p = fs::path(u16str).concat(cp850); in test_append_concat_narrow()
403 p = fs::path(u16str); in test_append_concat_narrow()