Home
last modified time | relevance | path

Searched refs:is_same (Results 1 - 1 of 1) sorted by relevance

/base/telephony/core_service/services/sim/include/
H A Dsim_char_decode.h54 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()
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()

Completed in 1 milliseconds