Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/utils/
H A Dmms_quoted_printable.cpp27 static constexpr int END_LINE_CHAR_NUM = 3; variable
67 if (strncmp(input, "=/r/n", END_LINE_CHAR_NUM) == 0) { in Decode()
68 input += END_LINE_CHAR_NUM; in Decode()
69 index += END_LINE_CHAR_NUM; in Decode()
74 input += END_LINE_CHAR_NUM; in Decode()
75 index += END_LINE_CHAR_NUM; in Decode()