Home
last modified time | relevance | path

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

/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_decode_buffer.cpp379 const uint8_t maxShortInteger = 0x7f; in DecodeShortInteger() local
386 if (oneByte > maxShortInteger) { in DecodeShortInteger()
464 const uint8_t maxShortInteger = 0x7f; in DecodeIsShortInt() local
467 if (oneByte > maxShortInteger) { in DecodeIsShortInt()
Dmms_encode_buffer.cpp194 const uint32_t maxShortInteger = 127; in EncodeInteger() local
195 if (value <= maxShortInteger) { in EncodeInteger()
/base/telephony/sms_mms/services/sms/
Dsms_wap_push_buffer.cpp455 const uint8_t maxShortInteger = 0x7f; in DecodeShortInteger() local
463 if (oneByte > maxShortInteger) { in DecodeShortInteger()