, including all inherited members.
| compare(CharPointerType1 s1, CharPointerType2 s2) 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, int maxBytes) noexcept | CharacterFunctions | [static] |
| findEndOfToken(const Type &text, const Type &breakCharacters, const Type "eCharacters) | CharacterFunctions | [static] |
| findEndOfWhitespace(const Type &text) noexcept | CharacterFunctions | [static] |
| getDoubleValue(const CharPointerType &text) noexcept | CharacterFunctions | [static] |
| getHexDigitValue(juce_wchar digit) noexcept | CharacterFunctions | [static] |
| getIntValue(const CharPointerType &text) noexcept | CharacterFunctions | [static] |
| indexOf(CharPointerType1 haystack, const CharPointerType2 &needle) 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] |
| 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] |