Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_char_decode.h57 using unsigned_char_type = typename std::make_unsigned<char_type>::type; in CharCodeToSequence() local
83 auto value = static_cast<unsigned_int_type>(static_cast<unsigned_char_type>(c)); in CharCodeToSequence()