Home | History | Annotate | Download | only in i18n

Lines Matching refs:iq

458             int32_t iq = rule.indexOf(QUOTE, pos);
459 if (iq == pos) {
471 if (iq < 0) {
475 rule.extractBetween(pos, iq, scratch);
477 pos = iq+1;
480 iq = rule.indexOf(QUOTE, pos+1);
488 for (iq=quoteStart; iq<quoteLimit; ++iq) {
489 if (!parser.checkVariableRange(buf.charAt(iq))) {