|
VMime
|
#include <parserHelpers.hpp>
Static Public Member Functions | |
| static bool | isSpace (const char_t c) |
| static bool | isSpaceOrTab (const char_t c) |
| static bool | isDigit (const char_t c) |
| static bool | isAlpha (const char_t c) |
| static char_t | toLower (const char_t c) |
| static bool | isAscii (const char_t c) |
| static bool | isPrint (const char_t c) |
| static bool | findEOL (const string &buffer, const size_t currentPos, const size_t end, size_t *eol) |
|
static |
Finds the next EOL sequence in the specified buffer.
An EOL sequence may be a CR+LF sequence, or a LF sequence.
| buffer | search buffer |
| currentPos | start searching from this position |
| end | stop searching at this position |
| eol | will receive the position after the EOL sequence |
References vmime::dynamicCast(), and vmime::end().
Referenced by headerField::parseNext().
References vmime::dynamicCast().
Referenced by datetime::parseImpl().
References vmime::dynamicCast().
Referenced by stringUtils::countASCIIchars(), text::createFromString(), stringUtils::findFirstNonASCIIchar(), and parameter::generateImpl().
References vmime::dynamicCast().
Referenced by datetime::parseImpl(), and parameterizedHeaderField::parseImpl().
References vmime::dynamicCast().
Referenced by urlUtils::encode(), and parameter::generateImpl().
References vmime::dynamicCast().
Referenced by text::createFromString(), b64Encoder::decode(), uuEncoder::decode(), urlUtils::encode(), datetime::parseImpl(), disposition::parseImpl(), emailAddress::parseImpl(), mailbox::parseImpl(), mailboxGroup::parseImpl(), messageId::parseImpl(), parameterizedHeaderField::parseImpl(), path::parseImpl(), body::parseImpl(), messageId::parseNext(), address::parseNext(), headerField::parseNext(), and stringUtils::trim().
References vmime::dynamicCast().
Referenced by body::parseImpl().
References vmime::dynamicCast().
Referenced by datetime::parseImpl().