HomeSort by relevance Sort by last modified time
    Searched refs:charByteSize (Results 1 - 3 of 3) sorted by null

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3input.h 230 ANTLR3_UINT8 charByteSize;
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3inputstream.c 176 input->charByteSize = 1; // Size in bytes of characters in this stream.
769 input->charByteSize = 2; // Size in bytes of characters in this stream.
    [all...]
antlr3lexer.c 888 lexer->getCharIndex(lexer) - lexer->input->charByteSize

Completed in 196 milliseconds