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