Home
last modified time | relevance | path

Searched refs:__cluster (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dparser_std_format_spec.h1040 …typename __unicode::__extended_grapheme_cluster_view<_CharT>::__cluster __cluster = __view.__consu…
1041 int __width = __width_estimation_table::__estimated_width(__cluster.__code_point_);
1052 __result.__last_ = __cluster.__last_;
H A Dunicode.h536 struct __cluster { struct
550 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __cluster __consume() { in __consume() argument