Searched defs:getCharIndex (Results 1 - 6 of 6) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3lexer.h174 ANTLR3_MARKER (*getCharIndex) (struct ANTLR3_LEXER_struct * lexer); member in struct:ANTLR3_LEXER_struct
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DLexer.java160 Token t = new CommonToken(input, state.type, state.channel, state.tokenStartCharIndex, getCharIndex()-1);
232 public int getCharIndex() { method in class:Lexer
243 return input.substring(state.tokenStartCharIndex,getCharIndex()-1);
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3lexer.c55 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) function
888 lexer->getCharIndex(lexer) - lexer->input->charByteSize
/external/icu4c/layout/
H A DLEGlyphStorage.cpp292 le_int32 LEGlyphStorage::getCharIndex(le_int32 glyphIndex, LEErrorCode &success) const function in class:LEGlyphStorage
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/
H A Drecognizers.py1178 stop=self.getCharIndex()-1
1238 def getCharIndex(self): member in class:Lexer
1254 self.getCharIndex()-1
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 111 milliseconds