Lines Matching refs:u16str

47   const char16_t u16str[] = { 0xe5, 0xe4, 0xf6, 0x00 };  in test_latin_unicode()  local
61 const fs::path p(u16str); in test_latin_unicode()
63 assert(p.u16string() == u16str); in test_latin_unicode()
65 assert(p.string<char16_t>() == u16str); in test_latin_unicode()
71 assert(p.u16string() == u16str); in test_latin_unicode()
73 assert(p.string<char16_t>() == u16str); in test_latin_unicode()
79 assert(p.u16string() == u16str); in test_latin_unicode()
81 assert(p.string<char16_t>() == u16str); in test_latin_unicode()
90 assert(p.u16string() == u16str); in test_latin_unicode()
93 assert(p.string<char16_t>() == u16str); in test_latin_unicode()
98 const fs::path p(u16str); in test_latin_unicode()
113 const fs::path p(u16str); in test_latin_unicode()
126 assert(p.u16string() == u16str); in test_latin_unicode()
137 assert(p.u16string() == u16str); in test_latin_unicode()
141 const fs::path p(u16str); in test_latin_unicode()
166 assert(p.u16string() == u16str); in test_latin_unicode()
185 assert(p.u16string() == u16str); in test_latin_unicode()
198 const char16_t u16str[] = { 0xd801, 0xdc37, 0x00 }; in test_wide_unicode() local
209 assert(p.u16string() == u16str); in test_wide_unicode()
213 const fs::path p(u16str); in test_wide_unicode()
215 assert(p.u16string() == u16str); in test_wide_unicode()
221 assert(p.u16string() == u16str); in test_wide_unicode()
236 const fs::path p(u16str); in test_wide_unicode()
246 assert(p.u16string() == u16str); in test_wide_unicode()
256 const char16_t u16str[] = { 0xd801, 0xdc37, 0x00 }; in test_append() local
261 fs::path p = fs::u8path(str) / u16str / u32str; in test_append()
263 p = fs::u8path(str).append(u16str).append(u32str); in test_append()
266 p /= u16str; in test_append()
278 fs::path p = fs::path(u16str) / wstr / u32str; in test_append()
280 p = fs::path(u16str).append(wstr).append(u32str); in test_append()
282 p = fs::path(u16str); in test_append()
292 const char16_t u16str[] = { 0xd801, 0xdc37, 0x00 }; in test_concat() local
298 p += u16str; in test_concat()
301 p = fs::u8path(str).concat(u16str).concat(u32str); in test_concat()
312 fs::path p = fs::path(u16str); in test_concat()
316 p = fs::path(u16str).concat(wstr).concat(u32str); in test_concat()
324 const char16_t u16str[] = { 0xe5, 0x00 }; in test_append_concat_narrow() local
333 fs::path p = fs::path(u16str) / u8str; in test_append_concat_narrow()
335 p = fs::path(u16str).append(u8str); in test_append_concat_narrow()
337 p = fs::path(u16str); in test_append_concat_narrow()
340 p = fs::path(u16str).concat(u8str); in test_append_concat_narrow()
342 p = fs::path(u16str); in test_append_concat_narrow()
352 fs::path p = fs::path(u16str) / str; in test_append_concat_narrow()
354 p = fs::path(u16str).append(str); in test_append_concat_narrow()
356 p = fs::path(u16str); in test_append_concat_narrow()
359 p = fs::path(u16str).concat(str); in test_append_concat_narrow()
361 p = fs::path(u16str); in test_append_concat_narrow()
369 fs::path p = fs::path(u16str) / latin1; in test_append_concat_narrow()
371 p = fs::path(u16str).append(latin1); in test_append_concat_narrow()
373 p = fs::path(u16str); in test_append_concat_narrow()
376 p = fs::path(u16str).concat(latin1); in test_append_concat_narrow()
378 p = fs::path(u16str); in test_append_concat_narrow()
386 fs::path p = fs::path(u16str) / cp850; in test_append_concat_narrow()
388 p = fs::path(u16str).append(cp850); in test_append_concat_narrow()
390 p = fs::path(u16str); in test_append_concat_narrow()
393 p = fs::path(u16str).concat(cp850); in test_append_concat_narrow()
395 p = fs::path(u16str); in test_append_concat_narrow()