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