Home
last modified time | relevance | path

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

/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_content_type.cpp312 const uint8_t textMaxValue = 127; in DecodeCharsetField() local
317 if (((oneByte > textMinValue) && (oneByte < textMaxValue)) || (oneByte == 0)) { in DecodeCharsetField()