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

  /external/antlr/runtime/C/include/
antlr3lexer.h 174 ANTLR3_MARKER (*getCharIndex) (struct ANTLR3_LEXER_struct * lexer);
  /external/antlr/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));
661 token->stop = lexer->getCharIndex(lexer) - 1;
873 static ANTLR3_MARKER getCharIndex (pANTLR3_LEXER lexer)
889 lexer->getCharIndex(lexer) - lexer->input->charByteSize
  /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
Lexer.java 169 Token t = new CommonToken(input, state.type, state.channel, state.tokenStartCharIndex, getCharIndex()-1);
241 public int getCharIndex() {
252 return input.substring(state.tokenStartCharIndex,getCharIndex()-1);
  /external/icu/icu4c/source/i18n/
collationfastlatin.h 191 static inline int32_t getCharIndex(UChar c) {
  /external/antlr/runtime/Python/antlr3/
recognizers.py     [all...]
  /external/antlr/runtime/Python3/antlr3/
recognizers.py     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationFastLatin.java 187 static int getCharIndex(char c) {
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatin.java 183 static int getCharIndex(char c) {
    [all...]

Completed in 551 milliseconds