Searched defs:atEnd (Results 1 – 4 of 4) sorted by relevance
101 public boolean atEnd() { in atEnd() method in PatternScanner
99 bool atEnd = (bcExtLen+1) < extsLen && in initialize() local
1385 char atEnd = token.charAt(token.length() - 1); in isCompletedToken() local2415 char atEnd = getText().toString().charAt(tokenEnd); in movePastTerminators() local
379 private int updatedIntervalBound(int offset, int start, int nbNewChars, int flag, boolean atEnd, in updatedIntervalBound()