Home | History | Annotate | Download | only in text

Lines Matching defs:QUOTE

145     private static final char QUOTE               = '\'';
507 if (c == QUOTE) {
508 int iq = rule.indexOf(QUOTE, pos);
517 * reaches the final quote it breaks.
522 syntaxError("Unterminated quote", rule, start);
526 if (pos < limit && rule.charAt(pos) == QUOTE) {
528 iq = rule.indexOf(QUOTE, pos+1);
699 // The */+ follows an isolated character or quote