Searched refs:__libcpp_mb_cur_max_l (Results 1 – 3 of 3) sorted by relevance
22 #define __libcpp_mb_cur_max_l(loc) MB_CUR_MAX_L(loc) macro
28 decltype(MB_CUR_MAX) __libcpp_mb_cur_max_l(locale_t __l) in decltype()
1678 … if (__l == 0 || __libcpp_mb_cur_max_l(__l) == 1) // there are no known constant length encodings in do_encoding()1718 return __l == 0 ? 1 : static_cast<int>(__libcpp_mb_cur_max_l(__l)); in do_max_length()