openshot-audio  0.1.5
CharacterFunctions Member List

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

compare(CharPointerType1 s1, CharPointerType2 s2) 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, const BreakType breakCharacters, const Type quoteCharacters)CharacterFunctionsinlinestatic
findEndOfWhitespace(Type text) noexceptCharacterFunctionsinlinestatic
getDoubleValue(CharPointerType text) noexceptCharacterFunctionsinlinestatic
getHexDigitValue(juce_wchar digit) noexceptCharacterFunctionsstatic
getIntValue(const CharPointerType text) noexceptCharacterFunctionsinlinestatic
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
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
readDoubleValue(CharPointerType &text) noexceptCharacterFunctionsinlinestatic
toLowerCase(juce_wchar character) noexceptCharacterFunctionsstatic
toUpperCase(juce_wchar character) noexceptCharacterFunctionsstatic