Home | History | Annotate | Download | only in text

Lines Matching defs:QUOTE

146     private static final char QUOTE               = '\'';
508 if (c == QUOTE) {
509 int iq = rule.indexOf(QUOTE, pos);
518 * reaches the final quote it breaks.
523 syntaxError("Unterminated quote", rule, start);
527 if (pos < limit && rule.charAt(pos) == QUOTE) {
529 iq = rule.indexOf(QUOTE, pos+1);
700 // The */+ follows an isolated character or quote