Searched defs:__code_point (Results 1 – 5 of 5) sorted by relevance
837 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool __needs_escape(const char32_t __code_point) noex… in __needs_escape()
241 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr int __estimated_width(const char32_t __code_point) no… in __estimated_width()
315 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __property __get_property(const char32_t __code_point… in __get_property()
1628 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __property __get_property(const char32_t __code_point… in __get_property()
46 char32_t __code_point : 31; member551 char32_t __code_point = __at_break_.__current_code_point(); in __consume() local