Searched refs:__hex_to_upper (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/__format/ |
| H A D | formatter_output.h | 37 _LIBCPP_HIDE_FROM_ABI constexpr char __hex_to_upper(char __c) { in __hex_to_upper() function 136 __out_it = _VSTD::transform(__first, __last, _VSTD::move(__out_it), __hex_to_upper); in __write_using_decimal_separators()
|
| H A D | formatter_integral.h | 257 …formatter::__write_transformed(__first, __last, __ctx.out(), __specs, __formatter::__hex_to_upper);
|
| H A D | formatter_floating_point.h | 317 _VSTD::transform(__result.__integral, __result.__exponent, __result.__integral, __hex_to_upper);
|