Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dbsd_locale_defaults.h21 #define __libcpp_mb_cur_max_l(loc) MB_CUR_MAX_L(loc) macro
H A Dbsd_locale_fallbacks.h31 inline _LIBCPP_HIDE_FROM_ABI decltype(MB_CUR_MAX) __libcpp_mb_cur_max_l(locale_t __l) { in decltype()
/freebsd-src/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp1495 if (__l_ == 0 || __libcpp_mb_cur_max_l(__l_) == 1) // there are no known constant length encodings in do_encoding()
1525 return __l_ == 0 ? 1 : static_cast<int>(__libcpp_mb_cur_max_l(__l_));