Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/__format/
H A Dwidth_estimation_table.h241 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr int __estimated_width(const char32_t __code_point) no… in __estimated_width() function
H A Dparser_std_format_spec.h1041 int __width = __width_estimation_table::__estimated_width(__cluster.__code_point_);