JUCE
CharacterFunctions Member List

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

compare(CharPointerType1 s1, CharPointerType2 s2) noexceptCharacterFunctionsstatic
compareIgnoreCase(CharPointerType1 s1, CharPointerType2 s2) noexceptCharacterFunctionsstatic
compareIgnoreCaseUpTo(CharPointerType1 s1, CharPointerType2 s2, int maxChars) noexceptCharacterFunctionsstatic
compareUpTo(CharPointerType1 s1, CharPointerType2 s2, int maxChars) noexceptCharacterFunctionsstatic
copyAll(DestCharPointerType &dest, SrcCharPointerType src) noexceptCharacterFunctionsstatic
copyWithCharLimit(DestCharPointerType &dest, SrcCharPointerType src, int maxChars) noexceptCharacterFunctionsstatic
copyWithDestByteLimit(DestCharPointerType &dest, SrcCharPointerType src, size_t maxBytesToWrite) noexceptCharacterFunctionsstatic
find(CharPointerType1 textToSearch, const CharPointerType2 substringToLookFor) noexceptCharacterFunctionsstatic
find(CharPointerType textToSearch, const juce_wchar charToLookFor) noexceptCharacterFunctionsstatic
findEndOfToken(Type text, const BreakType breakCharacters, const Type quoteCharacters)CharacterFunctionsstatic
findEndOfWhitespace(Type text) noexceptCharacterFunctionsstatic
getDoubleValue(CharPointerType text) noexceptCharacterFunctionsstatic
getHexDigitValue(juce_wchar digit) noexceptCharacterFunctionsstatic
getIntValue(const CharPointerType text) noexceptCharacterFunctionsstatic
indexOf(CharPointerType1 textToSearch, const CharPointerType2 substringToLookFor) noexceptCharacterFunctionsstatic
indexOfChar(Type text, const juce_wchar charToFind) noexceptCharacterFunctionsstatic
indexOfCharIgnoreCase(Type text, juce_wchar charToFind) noexceptCharacterFunctionsstatic
indexOfIgnoreCase(CharPointerType1 haystack, const CharPointerType2 needle) noexceptCharacterFunctionsstatic
isDigit(char character) noexceptCharacterFunctionsstatic
isDigit(juce_wchar character) noexceptCharacterFunctionsstatic
isLetter(char character) noexceptCharacterFunctionsstatic
isLetter(juce_wchar character) noexceptCharacterFunctionsstatic
isLetterOrDigit(char character) noexceptCharacterFunctionsstatic
isLetterOrDigit(juce_wchar character) noexceptCharacterFunctionsstatic
isLowerCase(juce_wchar character) noexceptCharacterFunctionsstatic
isPrintable(char character) noexceptCharacterFunctionsstatic
isPrintable(juce_wchar character) noexceptCharacterFunctionsstatic
isUpperCase(juce_wchar character) noexceptCharacterFunctionsstatic
isWhitespace(char character) noexceptCharacterFunctionsstatic
isWhitespace(juce_wchar character) noexceptCharacterFunctionsstatic
lengthUpTo(CharPointerType text, const size_t maxCharsToCount) noexceptCharacterFunctionsstatic
lengthUpTo(CharPointerType start, const CharPointerType end) noexceptCharacterFunctionsstatic
readDoubleValue(CharPointerType &text) noexceptCharacterFunctionsstatic
toLowerCase(juce_wchar character) noexceptCharacterFunctionsstatic
toUpperCase(juce_wchar character) noexceptCharacterFunctionsstatic