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