Home
last modified time | relevance | path

Searched refs:charByteSize (Results 1 – 5 of 5) sorted by relevance

/external/antlr/runtime/C/include/
Dantlr3input.h230 ANTLR3_UINT8 charByteSize; member
/external/antlr/runtime/C/src/
Dantlr3inputstream.c176 input->charByteSize = 1; // Size in bytes of characters in this stream. in antlr3GenericSetupStream()
776 input->charByteSize = 2; // Size in bytes of characters in this stream. in antlr3UTF16SetupStream()
1569 input->charByteSize = 4; // Size in bytes of characters in this stream. in antlr3UTF32SetupStream()
1769 input->charByteSize = 0; // Size in bytes of characters in this stream. in antlr3UTF8SetupStream()
2029 input->charByteSize = 1; // Size in bytes of characters in this stream. in antlr3EBCDICSetupStream()
Dantlr3lexer.c889 lexer->getCharIndex(lexer) - lexer->input->charByteSize in getText()
/external/antlr/runtime/Cpp/include/
Dantlr3input.hpp168 void set_charByteSize( ANTLR_UINT8 charByteSize );
Dantlr3input.inl253 ANTLR_INLINE void InputStream<ImplTraits>::set_charByteSize( ANTLR_UINT8 charByteSize ) argument
255 m_charByteSize = charByteSize;