Lines Matching refs:path

61     const fs::path p(u16str);  in test_latin_unicode()
69 const fs::path p(u32str); in test_latin_unicode()
77 const fs::path p = fs::u8path(str); in test_latin_unicode()
88 const fs::path p(u8str); in test_latin_unicode()
98 const fs::path p(u16str); in test_latin_unicode()
102 const fs::path p(u32str); in test_latin_unicode()
106 const fs::path p = fs::u8path(str); in test_latin_unicode()
113 const fs::path p(u16str); in test_latin_unicode()
118 const fs::path p = fs::u8path(str); in test_latin_unicode()
123 const fs::path p(wstr); in test_latin_unicode()
135 const fs::path p(str); in test_latin_unicode()
141 const fs::path p(u16str); in test_latin_unicode()
157 const fs::path p(wstr); in test_latin_unicode()
162 const fs::path p(latin1); in test_latin_unicode()
176 const fs::path p(wstr); in test_latin_unicode()
181 const fs::path p(cp850); in test_latin_unicode()
207 const fs::path p = fs::u8path(str); in test_wide_unicode()
213 const fs::path p(u16str); in test_wide_unicode()
219 const fs::path p(u32str); in test_wide_unicode()
232 const fs::path p = fs::u8path(str); in test_wide_unicode()
236 const fs::path p(u16str); in test_wide_unicode()
240 const fs::path p(u32str); in test_wide_unicode()
244 const fs::path p(wstr); in test_wide_unicode()
258 …const char32_t u32ref[] = { 0x10437, fs::path::preferred_separator, 0x10437, fs::path::preferred_s… in test_append()
261 fs::path p = fs::u8path(str) / u16str / u32str; 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()
297 fs::path p = fs::u8path(str); 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()
325 const char32_t u32ref_append[] = { 0xe5, fs::path::preferred_separator, 0xe5, 0x00 }; in test_append_concat_narrow()
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()