Home
last modified time | relevance | path

Searched defs:__code_point (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Descaped_output_table.h837 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool __needs_escape(const char32_t __code_point) noex… in __needs_escape()
H A Dwidth_estimation_table.h241 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr int __estimated_width(const char32_t __code_point) no… in __estimated_width()
H A Dindic_conjunct_break_table.h315 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __property __get_property(const char32_t __code_point in __get_property()
H A Dextended_grapheme_cluster_table.h1628 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __property __get_property(const char32_t __code_point in __get_property()
H A Dunicode.h46 char32_t __code_point : 31; member
551 char32_t __code_point = __at_break_.__current_code_point(); in __consume() local