HomeSort by relevance Sort by last modified time
    Searched defs:getCharIndex (Results 1 - 7 of 7) sorted by null

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3lexer.h 174 ANTLR3_MARKER (*getCharIndex) (struct ANTLR3_LEXER_struct * lexer);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3lexer.c 55 static ANTLR3_MARKER getCharIndex (pANTLR3_LEXER lexer);
142 lexer->getCharIndex = getCharIndex;
263 teof->setStartIndex (teof, lexer->getCharIndex(lexer));
264 teof->setStopIndex (teof, lexer->getCharIndex(lexer));
660 token->stop = lexer->getCharIndex(lexer) - 1;
872 static ANTLR3_MARKER getCharIndex (pANTLR3_LEXER lexer)
888 lexer->getCharIndex(lexer) - lexer->input->charByteSize
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
Lexer.java 160 Token t = new CommonToken(input, state.type, state.channel, state.tokenStartCharIndex, getCharIndex()-1);
232 public int getCharIndex() {
243 return input.substring(state.tokenStartCharIndex,getCharIndex()-1);
  /external/icu/icu4c/source/i18n/
collationfastlatin.h 189 static inline int32_t getCharIndex(UChar c) {
  /external/icu/icu4c/source/layout/
LEGlyphStorage.cpp 292 le_int32 LEGlyphStorage::getCharIndex(le_int32 glyphIndex, LEErrorCode &success) const
521 le_int32 holdCharIndex = getCharIndex(fromPosition,success);
527 setCharIndex(i,getCharIndex(i+1,success),success);
533 setCharIndex(i,getCharIndex(i-1,success),success);
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
recognizers.py     [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 

Completed in 116 milliseconds