LMMS
Loading...
Searching...
No Matches
water::CharacterFunctions Member List

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

compare(water_uchar char1, water_uchar char2) noexceptwater::CharacterFunctionsinlinestatic
compare(CharPointerType1 s1, CharPointerType2 s2) noexceptwater::CharacterFunctionsinlinestatic
compareIgnoreCase(water_uchar char1, water_uchar char2) noexceptwater::CharacterFunctionsinlinestatic
compareIgnoreCase(CharPointerType1 s1, CharPointerType2 s2) noexceptwater::CharacterFunctionsinlinestatic
compareIgnoreCaseUpTo(CharPointerType1 s1, CharPointerType2 s2, int maxChars) noexceptwater::CharacterFunctionsinlinestatic
compareUpTo(CharPointerType1 s1, CharPointerType2 s2, int maxChars) noexceptwater::CharacterFunctionsinlinestatic
copyAll(DestCharPointerType &dest, SrcCharPointerType src) noexceptwater::CharacterFunctionsinlinestatic
copyWithCharLimit(DestCharPointerType &dest, SrcCharPointerType src, int maxChars) noexceptwater::CharacterFunctionsinlinestatic
copyWithDestByteLimit(DestCharPointerType &dest, SrcCharPointerType src, size_t maxBytesToWrite) noexceptwater::CharacterFunctionsinlinestatic
find(CharPointerType1 textToSearch, const CharPointerType2 substringToLookFor) noexceptwater::CharacterFunctionsinlinestatic
find(CharPointerType textToSearch, const water_uchar charToLookFor) noexceptwater::CharacterFunctionsinlinestatic
findEndOfToken(Type text, const BreakType breakCharacters, const Type quoteCharacters)water::CharacterFunctionsinlinestatic
findEndOfWhitespace(Type text) noexceptwater::CharacterFunctionsinlinestatic
getDoubleValue(CharPointerType text) noexceptwater::CharacterFunctionsinlinestatic
getHexDigitValue(water_uchar digit) noexceptwater::CharacterFunctionsstatic
getIntValue(const CharPointerType text) noexceptwater::CharacterFunctionsinlinestatic
getUnicodeCharFromWindows1252Codepage(uint8 windows1252Char) noexceptwater::CharacterFunctionsstatic
indexOf(CharPointerType1 textToSearch, const CharPointerType2 substringToLookFor) noexceptwater::CharacterFunctionsinlinestatic
indexOfChar(Type text, const water_uchar charToFind) noexceptwater::CharacterFunctionsinlinestatic
indexOfCharIgnoreCase(Type text, water_uchar charToFind) noexceptwater::CharacterFunctionsinlinestatic
indexOfIgnoreCase(CharPointerType1 haystack, const CharPointerType2 needle) noexceptwater::CharacterFunctionsinlinestatic
isDigit(char character) noexceptwater::CharacterFunctionsstatic
isDigit(water_uchar character) noexceptwater::CharacterFunctionsstatic
isLetter(char character) noexceptwater::CharacterFunctionsstatic
isLetter(water_uchar character) noexceptwater::CharacterFunctionsstatic
isLetterOrDigit(char character) noexceptwater::CharacterFunctionsstatic
isLetterOrDigit(water_uchar character) noexceptwater::CharacterFunctionsstatic
isLowerCase(water_uchar character) noexceptwater::CharacterFunctionsstatic
isPrintable(char character) noexceptwater::CharacterFunctionsstatic
isPrintable(water_uchar character) noexceptwater::CharacterFunctionsstatic
isUpperCase(water_uchar character) noexceptwater::CharacterFunctionsstatic
isWhitespace(char character) noexceptwater::CharacterFunctionsstatic
isWhitespace(water_uchar character) noexceptwater::CharacterFunctionsstatic
lengthUpTo(CharPointerType text, const size_t maxCharsToCount) noexceptwater::CharacterFunctionsinlinestatic
lengthUpTo(CharPointerType start, const CharPointerType end) noexceptwater::CharacterFunctionsinlinestatic
mulexp10(const double value, int exponent) noexceptwater::CharacterFunctionsprivatestatic
readDoubleValue(CharPointerType &text) noexceptwater::CharacterFunctionsinlinestatic
toLowerCase(water_uchar character) noexceptwater::CharacterFunctionsstatic
toUpperCase(water_uchar character) noexceptwater::CharacterFunctionsstatic