Lines Matching refs:path

65     const fs::path p(u16str);  in test_latin_unicode()
73 const fs::path p(u32str); in test_latin_unicode()
81 const fs::path p = fs::u8path(str); in test_latin_unicode()
92 const fs::path p(u8str); in test_latin_unicode()
102 const fs::path p(u16str); in test_latin_unicode()
106 const fs::path p(u32str); in test_latin_unicode()
110 const fs::path p = fs::u8path(str); in test_latin_unicode()
117 const fs::path p(u16str); in test_latin_unicode()
122 const fs::path p = fs::u8path(str); in test_latin_unicode()
127 const fs::path p(wstr); in test_latin_unicode()
139 const fs::path p(str); in test_latin_unicode()
145 const fs::path p(u16str); in test_latin_unicode()
161 const fs::path p(wstr); in test_latin_unicode()
166 const fs::path p(latin1); in test_latin_unicode()
180 const fs::path p(wstr); in test_latin_unicode()
185 const fs::path p(cp850); in test_latin_unicode()
211 const fs::path p = fs::u8path(str); in test_wide_unicode()
217 const fs::path p(u16str); in test_wide_unicode()
223 const fs::path p(u32str); in test_wide_unicode()
236 const fs::path p = fs::u8path(str); in test_wide_unicode()
240 const fs::path p(u16str); in test_wide_unicode()
244 const fs::path p(u32str); in test_wide_unicode()
248 const fs::path p(wstr); in test_wide_unicode()
262 …const char32_t u32ref[] = { 0x10437, fs::path::preferred_separator, 0x10437, fs::path::preferred_s… in test_append()
265 fs::path p = fs::u8path(str) / u16str / u32str; in test_append()
282 fs::path p = fs::path(u16str) / wstr / u32str; in test_append()
284 p = fs::path(u16str).append(wstr).append(u32str); in test_append()
286 p = fs::path(u16str); in test_append()
301 fs::path p = fs::u8path(str); in test_concat()
316 fs::path p = fs::path(u16str); in test_concat()
320 p = fs::path(u16str).concat(wstr).concat(u32str); in test_concat()
329 const char32_t u32ref_append[] = { 0xe5, fs::path::preferred_separator, 0xe5, 0x00 }; in test_append_concat_narrow()
337 fs::path p = fs::path(u16str) / u8str; in test_append_concat_narrow()
339 p = fs::path(u16str).append(u8str); in test_append_concat_narrow()
341 p = fs::path(u16str); in test_append_concat_narrow()
344 p = fs::path(u16str).concat(u8str); in test_append_concat_narrow()
346 p = fs::path(u16str); in test_append_concat_narrow()
356 fs::path p = fs::path(u16str) / str; in test_append_concat_narrow()
358 p = fs::path(u16str).append(str); in test_append_concat_narrow()
360 p = fs::path(u16str); in test_append_concat_narrow()
363 p = fs::path(u16str).concat(str); in test_append_concat_narrow()
365 p = fs::path(u16str); in test_append_concat_narrow()
373 fs::path p = fs::path(u16str) / latin1; in test_append_concat_narrow()
375 p = fs::path(u16str).append(latin1); in test_append_concat_narrow()
377 p = fs::path(u16str); in test_append_concat_narrow()
380 p = fs::path(u16str).concat(latin1); in test_append_concat_narrow()
382 p = fs::path(u16str); in test_append_concat_narrow()
390 fs::path p = fs::path(u16str) / cp850; in test_append_concat_narrow()
392 p = fs::path(u16str).append(cp850); in test_append_concat_narrow()
394 p = fs::path(u16str); in test_append_concat_narrow()
397 p = fs::path(u16str).concat(cp850); in test_append_concat_narrow()
399 p = fs::path(u16str); in test_append_concat_narrow()