Searched refs:END_LINE_CHAR_NUM (Results 1 – 1 of 1) sorted by relevance
27 static constexpr int END_LINE_CHAR_NUM = 3; variable67 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()