Home | History | Annotate | Download | only in src

Lines Matching refs:extraBytesToRead

1807     ANTLR3_UINT32           extraBytesToRead;
1823 extraBytesToRead = trailingBytesForUTF8[*nextChar];
1825 if (nextChar + extraBytesToRead >= (((pANTLR3_UINT8)input->data) + input->sizeBuf))
1836 switch (extraBytesToRead) {
1847 ch -= offsetsFromUTF8[extraBytesToRead];
1873 ANTLR3_UINT32 extraBytesToRead;
1942 extraBytesToRead = trailingBytesForUTF8[*nextChar];
1943 if (nextChar + extraBytesToRead >= (((pANTLR3_UINT8)input->data) + input->sizeBuf))
1951 switch (extraBytesToRead) {
1962 ch -= offsetsFromUTF8[extraBytesToRead];