Home
last modified time | relevance | path

Searched refs:__libcpp_mbrlen_l (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__locale_dir/locale_base_api/
H A Dbsd_locale_defaults.h29 #define __libcpp_mbrlen_l(s, n, ps, l) mbrlen_l(s, n, ps, l) macro
H A Dbsd_locale_fallbacks.h75 inline _LIBCPP_HIDE_FROM_ABI size_t __libcpp_mbrlen_l(const char* __s, size_t __n, mbstate_t* __ps,… in __libcpp_mbrlen_l() function
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dbsd_locale_fallbacks.h89 inline _LIBCPP_HIDE_FROM_ABI size_t __libcpp_mbrlen_l(const char* __s, size_t __n, mbstate_t* __ps,… in __libcpp_mbrlen_l() function
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dlocale_base_api.h279 return __libcpp_mbrlen_l(__s, __n, __ps, __loc); in __mbrlen()