Searched defs:__upper_bound (Results 1 – 4 of 4) sorted by relevance
261 return 1 + (__code_point <= __upper_bound); in __estimated_width() local
1029 uint32_t __upper_bound = (__entries[__i] >> 11) + (__entries[__i] & 0x7ffu); __needs_escape() local
1650 uint32_t __upper_bound = (__entries[__i] >> 11) + ((__entries[__i] >> 4) & 0x7f); in __get_property() local
35 __upper_bound(_Iter __first, _Sent __last, const _Tp& __value, _Compare&& __comp, _Proj&& __proj) { in __upper_bound() function