Searched defs:__code_point (Results 1 – 4 of 4) sorted by relevance
242 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr int __estimated_width(const char32_t __code_point) no… in __estimated_width()
1018 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool __needs_escape(const char32_t __code_point) noex… in __needs_escape()
44 char32_t __code_point : 31; member407 char32_t __code_point = __next_code_point_; in __consume() local
1628 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __property __get_property(const char32_t __code_point… in __get_property()