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) noexcept { in __needs_escape() argument
241 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr int __estimated_width(const char32_t __code_point) noexcept { in __estimated_width() argument
315 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __property __get_property(const char32_t __code_point) noexcept { in __get_property() argument
1628 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __property __get_property(const char32_t __code_point) noexcept { in __get_property() argument
46 char32_t __code_point : 31; member 551 char32_t __code_point = __at_break_.__current_code_point(); in __consume() local