![]() |
Vault
4.1
|
| countUTF8CodePoints(const Vu8 *buffer, int numBytes) | VCodePoint | [static] |
| getPreviousUTF8CodePointOffset(const Vu8 *buffer, int offset) | VCodePoint | [static] |
| getUTF16Length() const | VCodePoint | [inline] |
| getUTF16LengthFromCodePointValue(int intValue) | VCodePoint | [static] |
| getUTF8Length() const | VCodePoint | [inline] |
| getUTF8LengthFromCodePointValue(int intValue) | VCodePoint | [static] |
| getUTF8LengthFromUTF8StartByte(Vu8 startByte) | VCodePoint | [static] |
| intValue() const | VCodePoint | [inline] |
| isAlpha() const (defined in VCodePoint) | VCodePoint | |
| isAlphaNumeric() const (defined in VCodePoint) | VCodePoint | |
| isASCII() const | VCodePoint | [inline] |
| isHexadecimal() const (defined in VCodePoint) | VCodePoint | |
| isNotNull() const | VCodePoint | [inline] |
| isNull() const | VCodePoint | [inline] |
| isNumeric() const (defined in VCodePoint) | VCodePoint | |
| isUTF16SurrogateCodeUnit(wchar_t codeUnit) | VCodePoint | [static] |
| isUTF8ContinuationByte(Vu8 byteValue) | VCodePoint | [static] |
| isWhitespace() const | VCodePoint | |
| operator==(const VCodePoint &p1, const VCodePoint &p2) | VCodePoint | [friend] |
| operator== (defined in VCodePoint) | VCodePoint | [friend] |
| operator== (defined in VCodePoint) | VCodePoint | [friend] |
| toASCIIChar() const | VCodePoint | |
| toString() const | VCodePoint | |
| toUTF16WideString() const | VCodePoint | |
| VCodePoint(int i) | VCodePoint | [explicit] |
| VCodePoint(char c) | VCodePoint | [explicit] |
| VCodePoint(const VChar &c) | VCodePoint | [explicit] |
| VCodePoint(const VString &hexNotation) | VCodePoint | [explicit] |
| VCodePoint(const Vu8 *buffer, int startOffset) | VCodePoint | [explicit] |
| VCodePoint(VBinaryIOStream &stream) | VCodePoint | [explicit] |
| VCodePoint(VTextIOStream &utf8Stream) | VCodePoint | [explicit] |
| VCodePoint(const std::wstring &utf16WideString, int atIndex) | VCodePoint | [explicit] |
| writeToBinaryStream(VBinaryIOStream &stream) const | VCodePoint |