in src/libraries/utf/include/m/utf/encode.h [353:356]
constexpr std::size_t compute_encoded_char_count(DestCharT, UcsCharT ch) { return compute_encoded_utf8_count(ch); }