constexpr std::size_t compute_encoded_char_count()

in src/libraries/utf/include/m/utf/encode.h [362:365]


        constexpr std::size_t compute_encoded_char_count(DestCharT, UcsCharT ch)
        {
            return compute_encoded_utf16_count(ch);
        }