Home | History | Annotate | Download | only in text

Lines Matching defs:quote

909                     char quote = lastChar;
910 while (charIndex < length && (lastChar = text.charAt(charIndex++)) != quote) {}
941 char quote = lastChar;
942 while (charIndex > 0 && (lastChar = text.charAt(--charIndex)) != quote) {}