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