Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/libcxx/include/
H A Dlocale3191 _LIBCPP_HIDE_FROM_ABI byte_string to_bytes(const wide_string& __wstr) {
3192 return to_bytes(__wstr.data(), __wstr.data() + __wstr.size());