Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__bsd_locale_defaults.h29 #define __libcpp_mbrlen_l(s, n, ps, l) mbrlen_l(s, n, ps, l) macro
H A D__bsd_locale_fallbacks.h86 size_t __libcpp_mbrlen_l(const char *__s, size_t __n, mbstate_t *__ps, locale_t __l) in __libcpp_mbrlen_l() function
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dlocale.cpp1709 size_t n = __libcpp_mbrlen_l(frm, static_cast<size_t>(frm_end-frm), &st, __l); in do_length()