Searched refs:__types (Results 1 – 7 of 7) sorted by relevance
80 if (re->__types != NULL) { in nextwctype_l()82 if (re->__types[wc - re->__min] & wct) in nextwctype_l()89 if (re->__types != NULL) { in nextwctype_l()91 if (re->__types[wc - re->__min] & wct) in nextwctype_l()
148 runetype_ext_len * sizeof(*rr->__types) + frl->variable_len); in _Read_RuneMagi()198 rr[x].__types = rl->__variable; in _Read_RuneMagi()199 rl->__variable = rr[x].__types + len; in _Read_RuneMagi()201 rr[x].__types[len] = types[len]; in _Read_RuneMagi()203 rr[x].__types = NULL; in _Read_RuneMagi()
62 if (re->__types) in ___runetype_l()63 return(re->__types[c - re->__min]); in ___runetype_l()
42 __compute_comp_type(const _ClassifyCompCategory (&__types)[_Size]) { in __type_to_enum() 44 for (auto __type : __types) in __type_to_enum()
209 __create_packed_storage(uint64_t& __types, __basic_format_arg_value<_Context>* __values, _Args&... … in __create_packed_storage() argument215 __types |= static_cast<uint64_t>(__arg.__type_) << __shift; in __create_packed_storage()218 __types = static_cast<uint64_t>(__arg.__type_); in __create_packed_storage()
88 _LIBCPP_HIDE_FROM_ABI constexpr __arg_t __get_packed_type(uint64_t __types, size_t __id) { in __get_packed_type() argument92 __types >>= __id * __packed_arg_t_bits; in __get_packed_type()94 return static_cast<__format::__arg_t>(__types & __packed_arg_t_mask); in __get_packed_type()
51 unsigned long *__types; /* Array of types in range */ member