HomeSort by relevance Sort by last modified time
    Searched defs:getCharIndex (Results 1 - 9 of 9) 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/icu4c/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...]
  /libcore/luni/src/main/java/java/awt/font/
NumericShaper.java 719 int index = getCharIndex(text[ind]);
759 private int getCharIndex(char ch){
    [all...]
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 1339 milliseconds