Home | History | Annotate | Download | only in chips

Lines Matching defs:charAt

765                     if (whatEnd < text.length() && text.charAt(whatEnd) == ',') {
1367 && editable.charAt(tokenEnd) == COMMIT_CHAR_COMMA) {
1687 char charAt = editable.charAt(tokenEnd + 1);
1688 if (charAt == COMMIT_CHAR_COMMA || charAt == COMMIT_CHAR_SEMICOLON) {
1755 if (text.charAt(startLooking) == ' ') {
1902 char atEnd = token.charAt(token.length() - 1);
2116 if (text.charAt(i) == ' ') {
2137 if (text.charAt(offset) != ' ') {
2706 while (toDelete >= 0 && toDelete < text.length() && text.charAt(toDelete) == ' ') {
2744 && editable.charAt(toReplace) == ' ') {
2830 last = s.charAt(end);
2832 last = s.charAt(len);
2899 last = s.charAt(end);
2901 last = s.charAt(len);
3037 char atEnd = getText().toString().charAt(tokenEnd);
3043 if (tokenEnd < length() && getText().toString().charAt(tokenEnd) == ' ') {