This is the complete list of members for CharPointer_UTF16, including all inherited members.
atomicSwap(CharPointer_UTF16 newValue) | CharPointer_UTF16 | inline |
byteOrderMarkBE1 enum value | CharPointer_UTF16 | |
byteOrderMarkBE2 enum value | CharPointer_UTF16 | |
byteOrderMarkLE1 enum value | CharPointer_UTF16 | |
byteOrderMarkLE2 enum value | CharPointer_UTF16 | |
canRepresent(juce_wchar character) noexcept | CharPointer_UTF16 | inlinestatic |
CharPointer_UTF16(const CharType *rawPointer) noexcept | CharPointer_UTF16 | inlineexplicit |
CharPointer_UTF16(const CharPointer_UTF16 &other) noexcept | CharPointer_UTF16 | inline |
CharType typedef | CharPointer_UTF16 | |
compare(CharPointer other) const noexcept | CharPointer_UTF16 | inline |
compareIgnoreCase(CharPointer other) const noexcept | CharPointer_UTF16 | inline |
compareIgnoreCaseUpTo(CharPointer other, int maxChars) const noexcept | CharPointer_UTF16 | inline |
compareUpTo(CharPointer other, int maxChars) const noexcept | CharPointer_UTF16 | inline |
data | CharPointer_UTF16 | private |
findEndOfWhitespace() const noexcept | CharPointer_UTF16 | inline |
findNullIndex(const CharType *t) noexcept | CharPointer_UTF16 | inlineprivatestatic |
findTerminatingNull() const noexcept | CharPointer_UTF16 | inline |
getAddress() const noexcept | CharPointer_UTF16 | inline |
getAndAdvance() noexcept | CharPointer_UTF16 | inline |
getBytesRequiredFor(juce_wchar charToWrite) noexcept | CharPointer_UTF16 | inlinestatic |
getBytesRequiredFor(CharPointer text) noexcept | CharPointer_UTF16 | inlinestatic |
getDoubleValue() const noexcept | CharPointer_UTF16 | inline |
getIntValue32() const noexcept | CharPointer_UTF16 | inline |
getIntValue64() const noexcept | CharPointer_UTF16 | inline |
indexOf(CharPointer stringToFind) const noexcept | CharPointer_UTF16 | inline |
indexOf(juce_wchar charToFind) const noexcept | CharPointer_UTF16 | inline |
indexOf(juce_wchar charToFind, bool ignoreCase) const noexcept | CharPointer_UTF16 | inline |
isByteOrderMarkBigEndian(const void *possibleByteOrder) noexcept | CharPointer_UTF16 | inlinestatic |
isByteOrderMarkLittleEndian(const void *possibleByteOrder) noexcept | CharPointer_UTF16 | inlinestatic |
isDigit() const noexcept | CharPointer_UTF16 | inline |
isEmpty() const noexcept | CharPointer_UTF16 | inline |
isLetter() const noexcept | CharPointer_UTF16 | inline |
isLetterOrDigit() const noexcept | CharPointer_UTF16 | inline |
isLowerCase() const noexcept | CharPointer_UTF16 | inline |
isNotEmpty() const noexcept | CharPointer_UTF16 | inline |
isUpperCase() const noexcept | CharPointer_UTF16 | inline |
isValidString(const CharType *dataToTest, int maxBytesToRead) | CharPointer_UTF16 | inlinestatic |
isWhitespace() const noexcept | CharPointer_UTF16 | inline |
length() const noexcept | CharPointer_UTF16 | inline |
lengthUpTo(size_t maxCharsToCount) const noexcept | CharPointer_UTF16 | inline |
lengthUpTo(CharPointer_UTF16 end) const noexcept | CharPointer_UTF16 | inline |
operator const CharType *() const noexcept | CharPointer_UTF16 | inline |
operator!=(CharPointer_UTF16 other) const noexcept | CharPointer_UTF16 | inline |
operator*() const noexcept | CharPointer_UTF16 | inline |
operator+(int numToSkip) const noexcept | CharPointer_UTF16 | inline |
operator++() noexcept | CharPointer_UTF16 | inline |
operator++(int) noexcept | CharPointer_UTF16 | inline |
operator+=(int numToSkip) noexcept | CharPointer_UTF16 | inline |
operator-(int numToSkip) const noexcept | CharPointer_UTF16 | inline |
operator--() noexcept | CharPointer_UTF16 | inline |
operator-=(int numToSkip) noexcept | CharPointer_UTF16 | inline |
operator<(CharPointer_UTF16 other) const noexcept | CharPointer_UTF16 | inline |
operator<=(CharPointer_UTF16 other) const noexcept | CharPointer_UTF16 | inline |
operator=(CharPointer_UTF16 other) noexcept | CharPointer_UTF16 | inline |
operator=(const CharType *text) noexcept | CharPointer_UTF16 | inline |
operator==(CharPointer_UTF16 other) const noexcept | CharPointer_UTF16 | inline |
operator>(CharPointer_UTF16 other) const noexcept | CharPointer_UTF16 | inline |
operator>=(CharPointer_UTF16 other) const noexcept | CharPointer_UTF16 | inline |
operator[](int characterIndex) const noexcept | CharPointer_UTF16 | inline |
sizeInBytes() const noexcept | CharPointer_UTF16 | inline |
toLowerCase() const noexcept | CharPointer_UTF16 | inline |
toUpperCase() const noexcept | CharPointer_UTF16 | inline |
write(juce_wchar charToWrite) noexcept | CharPointer_UTF16 | inline |
writeAll(CharPointer src) noexcept | CharPointer_UTF16 | inline |
writeAll(CharPointer_UTF16 src) noexcept | CharPointer_UTF16 | inline |
writeNull() const noexcept | CharPointer_UTF16 | inline |
writeWithCharLimit(CharPointer src, int maxChars) noexcept | CharPointer_UTF16 | inline |
writeWithDestByteLimit(CharPointer src, size_t maxDestBytes) noexcept | CharPointer_UTF16 | inline |