Home
last modified time | relevance | path

Searched refs:__wstr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dstatically_widen.h29 …IDE_FROM_ABI constexpr const _CharT* __statically_widen(const char* __str, const wchar_t* __wstr) { in __statically_widen() argument
33 return __wstr; in __statically_widen()
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dwstring_convert.h82 _LIBCPP_HIDE_FROM_ABI byte_string to_bytes(const wide_string& __wstr) { in to_bytes() argument
83 return to_bytes(__wstr.data(), __wstr.data() + __wstr.size()); in to_bytes()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dlocale3180 _LIBCPP_HIDE_FROM_ABI byte_string to_bytes(const wide_string& __wstr) {
3181 return to_bytes(__wstr.data(), __wstr.data() + __wstr.size());