This is the complete list of members for CString, including all inherited members.
adjustRegion(int referenceLength, int regionStart, int regionLength, int[] target) | CString | static |
compareTo(CharSequence needle, int needleStart, int needleLength, char[] haystack, int haystackStart, int haystackLength, Case sensitivity) | CString | static |
containsAt(char[] needle, int needleStart, int needleLength, char[] haystack, int haystackPos, int haystackLimit, Case sensitivity) | CString | static |
containsAt(CharSequence needle, char[] haystack, int haystackPos, int haystackLimit, Case sensitivity) | CString | static |
DEFAULT_WHITESPACES | CString | static |
EMPTY | CString | static |
endsWithIgnoreCase(CharSequence haystack, CharSequence needle) | CString | static |
indexOf(char needle, char[] haystack, int regionStart, int regionLength) | CString | static |
indexOf(char needle, char[] haystack, int regionStart) | CString | static |
indexOf(char needle, char[] haystack) | CString | static |
indexOfAnyInRegion(char[] haystack, int regionStart, int regionLength, char[] needles, Inclusion inclusion) | CString | static |
indexOfFirstDifference(char[] haystack, int haystackStart, int haystackLength, CharSequence needle, Case sensitivity) | CString | static |
indexOfIgnoreCase(CharSequence haystack, CharSequence needle, int startIdx) | CString | static |
indexOfIgnoreCase(CharSequence haystack, CharSequence needle) | CString | static |
indexOfString(CharSequence needle, char[] haystack, int haystackStart, int haystackLength, Case sensitivity) | CString | static |
isNullOrEmpty(CharSequence cs) | CString | static |
lastIndexOfAny(char[] haystack, int regionStart, int regionLength, char[] needles, Inclusion inclusion) | CString | static |
NEW_LINE_CHARS | CString | static |
nullBuffer | CString | static |
startsWithIgnoreCase(CharSequence haystack, CharSequence needle) | CString | static |