Home
last modified time | relevance | path

Searched refs:__wide_to_char (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h195 _LIBCPP_EXPORTED_FROM_ABI size_t __wide_to_char(const wstring&, char*, size_t);
345 size_t __size = __wide_to_char(__src, nullptr, 0);
348 __wide_to_char(__src, const_cast<char*>(__dest.data()) + __pos, __size);
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp417 size_t __wide_to_char(const wstring& str, char* out, size_t outlen) { in __wide_to_char() function