Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__format/
H A Dwidth_estimation_table.h242 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr int __estimated_width(const char32_t __code_point) no… in __estimated_width()
H A Descaped_output_table.h1018 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool __needs_escape(const char32_t __code_point) noex… in __needs_escape()
H A Dunicode.h44 char32_t __code_point : 31; member
407 char32_t __code_point = __next_code_point_; in __consume() local
H A Dextended_grapheme_cluster_table.h1628 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __property __get_property(const char32_t __code_point in __get_property()