JUCE
|
This is the complete list of members for CharacterFunctions, including all inherited members.
compare(juce_wchar char1, juce_wchar char2) noexcept | CharacterFunctions | static |
compare(CharPointerType1 s1, CharPointerType2 s2) noexcept | CharacterFunctions | static |
compareIgnoreCase(juce_wchar char1, juce_wchar char2) noexcept | CharacterFunctions | static |
compareIgnoreCase(CharPointerType1 s1, CharPointerType2 s2) noexcept | CharacterFunctions | static |
compareIgnoreCaseUpTo(CharPointerType1 s1, CharPointerType2 s2, int maxChars) noexcept | CharacterFunctions | static |
compareUpTo(CharPointerType1 s1, CharPointerType2 s2, int maxChars) noexcept | CharacterFunctions | static |
copyAll(DestCharPointerType &dest, SrcCharPointerType src) noexcept | CharacterFunctions | static |
copyWithCharLimit(DestCharPointerType &dest, SrcCharPointerType src, int maxChars) noexcept | CharacterFunctions | static |
copyWithDestByteLimit(DestCharPointerType &dest, SrcCharPointerType src, size_t maxBytesToWrite) noexcept | CharacterFunctions | static |
find(CharPointerType1 textToSearch, const CharPointerType2 substringToLookFor) noexcept | CharacterFunctions | static |
find(CharPointerType textToSearch, const juce_wchar charToLookFor) noexcept | CharacterFunctions | static |
findEndOfToken(Type text, BreakType breakCharacters, Type quoteCharacters) | CharacterFunctions | static |
findEndOfWhitespace(Type text) noexcept | CharacterFunctions | static |
getDoubleValue(CharPointerType text) noexcept | CharacterFunctions | static |
getHexDigitValue(juce_wchar digit) noexcept | CharacterFunctions | static |
getIntValue(const CharPointerType text) noexcept | CharacterFunctions | static |
getUnicodeCharFromWindows1252Codepage(uint8 windows1252Char) noexcept | CharacterFunctions | static |
indexOf(CharPointerType1 textToSearch, const CharPointerType2 substringToLookFor) noexcept | CharacterFunctions | static |
indexOfChar(Type text, const juce_wchar charToFind) noexcept | CharacterFunctions | static |
indexOfCharIgnoreCase(Type text, juce_wchar charToFind) noexcept | CharacterFunctions | static |
indexOfIgnoreCase(CharPointerType1 haystack, const CharPointerType2 needle) noexcept | CharacterFunctions | static |
isDigit(char character) noexcept | CharacterFunctions | static |
isDigit(juce_wchar character) noexcept | CharacterFunctions | static |
isLetter(char character) noexcept | CharacterFunctions | static |
isLetter(juce_wchar character) noexcept | CharacterFunctions | static |
isLetterOrDigit(char character) noexcept | CharacterFunctions | static |
isLetterOrDigit(juce_wchar character) noexcept | CharacterFunctions | static |
isLowerCase(juce_wchar character) noexcept | CharacterFunctions | static |
isPrintable(char character) noexcept | CharacterFunctions | static |
isPrintable(juce_wchar character) noexcept | CharacterFunctions | static |
isUpperCase(juce_wchar character) noexcept | CharacterFunctions | static |
isWhitespace(char character) noexcept | CharacterFunctions | static |
isWhitespace(juce_wchar character) noexcept | CharacterFunctions | static |
lengthUpTo(CharPointerType text, const size_t maxCharsToCount) noexcept | CharacterFunctions | static |
lengthUpTo(CharPointerType start, const CharPointerType end) noexcept | CharacterFunctions | static |
readDoubleValue(CharPointerType &text) noexcept | CharacterFunctions | static |
toLowerCase(juce_wchar character) noexcept | CharacterFunctions | static |
toUpperCase(juce_wchar character) noexcept | CharacterFunctions | static |