Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__format/
H A Dparser_std_format_spec.h711 enum class __column_width_rounding { __down, __up }; enum
769 …const _CharT* __first, const _CharT* __last, size_t __maximum, __column_width_rounding __rounding)… in __estimate_column_width_grapheme_clustering()
782 if (__rounding == __column_width_rounding::__down && __result.__width_ + __width > __maximum) in __estimate_column_width_grapheme_clustering()
841 … basic_string_view<_CharT> __str, size_t __maximum, __column_width_rounding __rounding) noexcept { in __estimate_column_width()
888 __estimate_column_width(basic_string_view<_CharT> __str, size_t __maximum, __column_width_rounding)… in __estimate_column_width() argument
H A Dformatter_output.h271 …pec::__estimate_column_width(__str, __specs.__width_, __format_spec::__column_width_rounding::__up)
280 …_spec::__estimate_column_width(__str, __precision, __format_spec::__column_width_rounding::__down); in __truncate()