Searched refs:MB_CUR_MAX_L (Results 1 – 5 of 5) sorted by relevance
33 char buf[MB_CUR_MAX_L(loc)];55 if (len > (size_t)MB_CUR_MAX_L(loc)) {
56 decltype(MB_CUR_MAX) MB_CUR_MAX_L( locale_t __l ) in decltype()
36 #define MB_CUR_MAX_L(l) __mb_cur_max(l) macro
1706 if (__l == 0 || MB_CUR_MAX_L(__l) == 1) // there are no known constant length encodings in do_encoding()1756 return __l == 0 ? 1 : static_cast<int>( MB_CUR_MAX_L(__l)); in do_max_length()
235 decltype(MB_CUR_MAX_L(_VSTD::declval<locale_t>()))239 return MB_CUR_MAX_L(__l);