Searched refs:charByteSize (Results 1 - 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3input.h230 ANTLR3_UINT8 charByteSize; member in struct:ANTLR3_INPUT_STREAM_struct
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3inputstream.c176 input->charByteSize = 1; // Size in bytes of characters in this stream.
769 input->charByteSize = 2; // Size in bytes of characters in this stream.
1562 input->charByteSize = 4; // Size in bytes of characters in this stream.
1762 input->charByteSize = 0; // Size in bytes of characters in this stream.
2022 input->charByteSize = 1; // Size in bytes of characters in this stream.
H A Dantlr3lexer.c888 lexer->getCharIndex(lexer) - lexer->input->charByteSize

Completed in 121 milliseconds