Home | History | Annotate | Download | only in text

Lines Matching refs:iref

458             int[] iref = new int[1];
497 iref[0] = pos;
498 int escaped = Utility.unescapeAt(rule, iref);
499 pos = iref[0];
594 iref[0] = pos;
595 TransliteratorIDParser.SingleID single = TransliteratorIDParser.parseFilterID(rule, iref);
598 !Utility.parseChar(rule, iref, SEGMENT_OPEN)) {
612 pos = parseSection(rule, iref[0], limit, parser, buf, ILLEGAL_FUNC, true);
642 iref[0] = pos;
643 r = Utility.parseNumber(rule, iref, 10);
648 pos = iref[0];