| 986 | } |
| 987 | |
| 988 | static inline typename Traits::value_type decode_wchar_block_impl(const uint16_t* data, size_t size, typename Traits::value_type result) |
| 989 | { |
| 990 | return decode_utf16_block(data, size, result); |
| 991 | } |
| 992 | |
| 993 | static inline typename Traits::value_type decode_wchar_block_impl(const uint32_t* data, size_t size, typename Traits::value_type result) |
| 994 | { |
nothing calls this directly
no outgoing calls
no test coverage detected