Home | History | Annotate | Download | only in text

Lines Matching defs:charAt

75      * rule.  segmentStandins.charAt(0) is the standin for "$1" and corresponds
83 * segmentStandins.charAt(0) is the standin for "$1" and corresponds
235 char c = text.charAt(i);
301 s.charAt(s.length() - 1) == '\\') {
311 s.charAt(s.length() - 1) == '\\');
464 char c = rule.charAt(pos++);
526 if (pos < limit && rule.charAt(pos) == QUOTE) {
537 parser.checkVariableRange(buf.charAt(iq), rule, start);
638 c = rule.charAt(pos);
833 int c = UTF16.charAt(text, i);
848 int c = UTF16.charAt(text, i);
938 char c = rule.charAt(pos++);
970 c = rule.charAt(pos);
973 c = rule.charAt(pos);
1155 OPERATORS.indexOf(operator = rule.charAt(--pos)) < 0) {
1162 (pos < limit && rule.charAt(pos) == FORWARD_RULE_OP)) {
1183 if (rule.charAt(--pos) == END_OF_RULE) {
1202 if (left.text.length() != 1 || left.text.charAt(0) != variableLimit) {
1231 if (segmentStandins.charAt(i) == 0) {
1490 char c = segmentStandins.charAt(seg-1);