Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/utils/
H A Dmms_quoted_printable.cpp32 const unsigned char assciiMax = 126; in Encode() local
37 if ((byte >= asciiMin && byte < equalChar) || (byte > equalChar && byte <= assciiMax)) { in Encode()