Finds the next EOL sequence in the specified buffer.
An EOL sequence may be a CR+LF sequence, or a LF sequence.
- Parameters
-
buffer | search buffer |
currentPos | start searching from this position |
end | stop searching at this position |
eol | will receive the position after the EOL sequence |
- Returns
- true if an EOL sequence has been found, or false if no EOL sequence was found before the end of the buffer
References vmime::end().
Referenced by headerField::parseNext().
static bool isAlpha |
( |
const char_t |
c | ) |
|
|
static |
static bool isAscii |
( |
const char_t |
c | ) |
|
|
static |
static bool isDigit |
( |
const char_t |
c | ) |
|
|
static |
static bool isPrint |
( |
const char_t |
c | ) |
|
|
static |
static bool isSpace |
( |
const char_t |
c | ) |
|
|
static |
Referenced by text::createFromString(), uuEncoder::decode(), b64Encoder::decode(), urlUtils::encode(), path::parseImpl(), mailbox::parseImpl(), messageId::parseImpl(), emailAddress::parseImpl(), disposition::parseImpl(), mailboxGroup::parseImpl(), parameterizedHeaderField::parseImpl(), datetime::parseImpl(), body::parseImpl(), address::parseNext(), headerField::parseNext(), and stringUtils::trim().
static bool isSpaceOrTab |
( |
const char_t |
c | ) |
|
|
static |
The documentation for this class was generated from the following file: