Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_char_decode.h53 using char_type = typename tTraits::char_type; in CharCodeToSequence() local
54 … static_assert(std::is_same<char_type, char>::value || std::is_same<char_type, char16_t>::value || in CharCodeToSequence()
55 std::is_same<char_type, char32_t>::value, in CharCodeToSequence()
57 using unsigned_char_type = typename std::make_unsigned<char_type>::type; in CharCodeToSequence()
59 int w = std::is_same<char, char_type>::value ? CHAR_LENGTH : in CharCodeToSequence()
60 (std::is_same<char16_t, char_type>::value ? CHAR16_LENGTH : CHAR32_LENGTH); in CharCodeToSequence()