◆ findEOL()
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().
◆ isAlpha()
| static bool isAlpha |
( |
const char_t |
c | ) |
|
|
static |
◆ isAscii()
| static bool isAscii |
( |
const char_t |
c | ) |
|
|
static |
◆ isDigit()
| static bool isDigit |
( |
const char_t |
c | ) |
|
|
static |
◆ isPrint()
| static bool isPrint |
( |
const char_t |
c | ) |
|
|
static |
◆ isSpace()
| static bool isSpace |
( |
const char_t |
c | ) |
|
|
static |
Referenced by text::createFromString(), uuEncoder::decode(), b64Encoder::decode(), urlUtils::encode(), word::generateImpl(), path::parseImpl(), mailbox::parseImpl(), messageId::parseImpl(), emailAddress::parseImpl(), disposition::parseImpl(), mailboxGroup::parseImpl(), parameterizedHeaderField::parseImpl(), datetime::parseImpl(), body::parseImpl(), address::parseNext(), headerField::parseNext(), propertySet::removeProperty(), stringUtils::trim(), and word::word().
◆ isSpaceOrTab()
| static bool isSpaceOrTab |
( |
const char_t |
c | ) |
|
|
static |
◆ toLower()
The documentation for this class was generated from the following file: