JUCE  v5.1.1-3-g1a0b28c73
JUCE API
CharPointer_UTF32 Member List

This is the complete list of members for CharPointer_UTF32, including all inherited members.

atomicSwap(CharPointer_UTF32 newValue)CharPointer_UTF32inline
canRepresent(juce_wchar character) noexceptCharPointer_UTF32inlinestatic
CharPointer_UTF32(const CharType *rawPointer) noexceptCharPointer_UTF32inlineexplicit
CharPointer_UTF32(const CharPointer_UTF32 &other) noexceptCharPointer_UTF32inline
CharType typedefCharPointer_UTF32
compare(CharPointer other) const noexceptCharPointer_UTF32inline
compareIgnoreCase(CharPointer other) constCharPointer_UTF32inline
compareIgnoreCaseUpTo(CharPointer other, int maxChars) const noexceptCharPointer_UTF32inline
compareUpTo(CharPointer other, int maxChars) const noexceptCharPointer_UTF32inline
dataCharPointer_UTF32private
findEndOfWhitespace() const noexceptCharPointer_UTF32inline
findTerminatingNull() const noexceptCharPointer_UTF32inline
getAddress() const noexceptCharPointer_UTF32inline
getAndAdvance() noexceptCharPointer_UTF32inline
getBytesRequiredFor(juce_wchar) noexceptCharPointer_UTF32inlinestatic
getBytesRequiredFor(CharPointer text) noexceptCharPointer_UTF32inlinestatic
getDoubleValue() const noexceptCharPointer_UTF32inline
getIntValue32() const noexceptCharPointer_UTF32inline
getIntValue64() const noexceptCharPointer_UTF32inline
indexOf(CharPointer stringToFind) const noexceptCharPointer_UTF32inline
indexOf(juce_wchar charToFind) const noexceptCharPointer_UTF32inline
indexOf(juce_wchar charToFind, bool ignoreCase) const noexceptCharPointer_UTF32inline
isDigit() constCharPointer_UTF32inline
isEmpty() const noexceptCharPointer_UTF32inline
isLetter() constCharPointer_UTF32inline
isLetterOrDigit() constCharPointer_UTF32inline
isLowerCase() constCharPointer_UTF32inline
isNotEmpty() const noexceptCharPointer_UTF32inline
isUpperCase() constCharPointer_UTF32inline
isValidString(const CharType *dataToTest, int maxBytesToRead)CharPointer_UTF32inlinestatic
isWhitespace() constCharPointer_UTF32inline
length() const noexceptCharPointer_UTF32inline
lengthUpTo(size_t maxCharsToCount) const noexceptCharPointer_UTF32inline
lengthUpTo(CharPointer_UTF32 end) const noexceptCharPointer_UTF32inline
operator const CharType *() const noexceptCharPointer_UTF32inline
operator!=(CharPointer_UTF32 other) const noexceptCharPointer_UTF32inline
operator*() const noexceptCharPointer_UTF32inline
operator+(int numToSkip) const noexceptCharPointer_UTF32inline
operator++() noexceptCharPointer_UTF32inline
operator++(int) noexceptCharPointer_UTF32inline
operator+=(int numToSkip) noexceptCharPointer_UTF32inline
operator-(int numToSkip) const noexceptCharPointer_UTF32inline
operator--() noexceptCharPointer_UTF32inline
operator-=(int numToSkip) noexceptCharPointer_UTF32inline
operator<(CharPointer_UTF32 other) const noexceptCharPointer_UTF32inline
operator<=(CharPointer_UTF32 other) const noexceptCharPointer_UTF32inline
operator=(CharPointer_UTF32 other) noexceptCharPointer_UTF32inline
operator=(const CharType *text) noexceptCharPointer_UTF32inline
operator==(CharPointer_UTF32 other) const noexceptCharPointer_UTF32inline
operator>(CharPointer_UTF32 other) const noexceptCharPointer_UTF32inline
operator>=(CharPointer_UTF32 other) const noexceptCharPointer_UTF32inline
operator[](int characterIndex) const noexceptCharPointer_UTF32inline
replaceChar(juce_wchar newChar) noexceptCharPointer_UTF32inline
sizeInBytes() const noexceptCharPointer_UTF32inline
toLowerCase() const noexceptCharPointer_UTF32inline
toUpperCase() const noexceptCharPointer_UTF32inline
write(juce_wchar charToWrite) noexceptCharPointer_UTF32inline
writeAll(CharPointer src) noexceptCharPointer_UTF32inline
writeAll(CharPointer_UTF32 src) noexceptCharPointer_UTF32inline
writeNull() const noexceptCharPointer_UTF32inline
writeWithCharLimit(CharPointer src, int maxChars) noexceptCharPointer_UTF32inline
writeWithDestByteLimit(CharPointer src, size_t maxDestBytes) noexceptCharPointer_UTF32inline