CharacterFunctions Member List

This is the complete list of members for CharacterFunctions, including all inherited members.
compare(CharPointerType1 s1, CharPointerType2 s2) noexceptCharacterFunctions [static]
compareIgnoreCase(CharPointerType1 s1, CharPointerType2 s2) noexceptCharacterFunctions [static]
compareIgnoreCaseUpTo(CharPointerType1 s1, CharPointerType2 s2, int maxChars) noexceptCharacterFunctions [static]
compareUpTo(CharPointerType1 s1, CharPointerType2 s2, int maxChars) noexceptCharacterFunctions [static]
copyAll(DestCharPointerType &dest, SrcCharPointerType src) noexceptCharacterFunctions [static]
copyWithCharLimit(DestCharPointerType &dest, SrcCharPointerType src, int maxChars) noexceptCharacterFunctions [static]
copyWithDestByteLimit(DestCharPointerType &dest, SrcCharPointerType src, int maxBytes) noexceptCharacterFunctions [static]
findEndOfToken(const Type &text, const Type &breakCharacters, const Type &quoteCharacters)CharacterFunctions [static]
findEndOfWhitespace(const Type &text) noexceptCharacterFunctions [static]
getDoubleValue(const CharPointerType &text) noexceptCharacterFunctions [static]
getHexDigitValue(juce_wchar digit) noexceptCharacterFunctions [static]
getIntValue(const CharPointerType &text) noexceptCharacterFunctions [static]
indexOf(CharPointerType1 haystack, const CharPointerType2 &needle) noexceptCharacterFunctions [static]
indexOfChar(Type text, const juce_wchar charToFind) noexceptCharacterFunctions [static]
indexOfCharIgnoreCase(Type text, juce_wchar charToFind) noexceptCharacterFunctions [static]
indexOfIgnoreCase(CharPointerType1 haystack, const CharPointerType2 &needle) noexceptCharacterFunctions [static]
isDigit(char character) noexceptCharacterFunctions [static]
isDigit(juce_wchar character) noexceptCharacterFunctions [static]
isLetter(char character) noexceptCharacterFunctions [static]
isLetter(juce_wchar character) noexceptCharacterFunctions [static]
isLetterOrDigit(char character) noexceptCharacterFunctions [static]
isLetterOrDigit(juce_wchar character) noexceptCharacterFunctions [static]
isLowerCase(juce_wchar character) noexceptCharacterFunctions [static]
isUpperCase(juce_wchar character) noexceptCharacterFunctions [static]
isWhitespace(char character) noexceptCharacterFunctions [static]
isWhitespace(juce_wchar character) noexceptCharacterFunctions [static]
lengthUpTo(CharPointerType text, const size_t maxCharsToCount) noexceptCharacterFunctions [static]
lengthUpTo(CharPointerType start, const CharPointerType &end) noexceptCharacterFunctions [static]
readDoubleValue(CharPointerType &text) noexceptCharacterFunctions [static]
toLowerCase(juce_wchar character) noexceptCharacterFunctions [static]
toUpperCase(juce_wchar character) noexceptCharacterFunctions [static]
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines