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

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

compare(juce_wchar char1, juce_wchar char2) noexceptCharacterFunctionsinlinestatic
compare(CharPointerType1 s1, CharPointerType2 s2) noexceptCharacterFunctionsinlinestatic
compareIgnoreCase(juce_wchar char1, juce_wchar char2) noexceptCharacterFunctionsinlinestatic
compareIgnoreCase(CharPointerType1 s1, CharPointerType2 s2) noexceptCharacterFunctionsinlinestatic
compareIgnoreCaseUpTo(CharPointerType1 s1, CharPointerType2 s2, int maxChars) noexceptCharacterFunctionsinlinestatic
compareUpTo(CharPointerType1 s1, CharPointerType2 s2, int maxChars) noexceptCharacterFunctionsinlinestatic
copyAll(DestCharPointerType &dest, SrcCharPointerType src) noexceptCharacterFunctionsinlinestatic
copyWithCharLimit(DestCharPointerType &dest, SrcCharPointerType src, int maxChars) noexceptCharacterFunctionsinlinestatic
copyWithDestByteLimit(DestCharPointerType &dest, SrcCharPointerType src, size_t maxBytesToWrite) noexceptCharacterFunctionsinlinestatic
find(CharPointerType1 textToSearch, const CharPointerType2 substringToLookFor) noexceptCharacterFunctionsinlinestatic
find(CharPointerType textToSearch, const juce_wchar charToLookFor) noexceptCharacterFunctionsinlinestatic
findEndOfToken(Type text, BreakType breakCharacters, Type quoteCharacters)CharacterFunctionsinlinestatic
findEndOfWhitespace(Type text) noexceptCharacterFunctionsinlinestatic
getDoubleValue(CharPointerType text) noexceptCharacterFunctionsinlinestatic
getHexDigitValue(juce_wchar digit) noexceptCharacterFunctionsstatic
getIntValue(const CharPointerType text) noexceptCharacterFunctionsinlinestatic
getUnicodeCharFromWindows1252Codepage(uint8 windows1252Char) noexceptCharacterFunctionsstatic
indexOf(CharPointerType1 textToSearch, const CharPointerType2 substringToLookFor) noexceptCharacterFunctionsinlinestatic
indexOfChar(Type text, const juce_wchar charToFind) noexceptCharacterFunctionsinlinestatic
indexOfCharIgnoreCase(Type text, juce_wchar charToFind) noexceptCharacterFunctionsinlinestatic
indexOfIgnoreCase(CharPointerType1 haystack, const CharPointerType2 needle) noexceptCharacterFunctionsinlinestatic
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) noexceptCharacterFunctionsinlinestatic
lengthUpTo(CharPointerType start, const CharPointerType end) noexceptCharacterFunctionsinlinestatic
mulexp10(double value, int exponent) noexceptCharacterFunctionsprivatestatic
readDoubleValue(CharPointerType &text) noexceptCharacterFunctionsinlinestatic
toLowerCase(juce_wchar character) noexceptCharacterFunctionsstatic
toUpperCase(juce_wchar character) noexceptCharacterFunctionsstatic