Home | History | Annotate | Download | only in src

Lines Matching refs:inText

731     pANTLR3_UINT16  inText;
743 inText = (pANTLR3_UINT16)(instr->chars);
748 if (*(inText + i) == '\n')
754 else if (*(inText + i) == '\r')
760 else if (!isprint(*(inText +i)))
767 *scannedText++ = *(inText + i);