Home
last modified time | relevance | path

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

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