Searched defs:atEnd (Results 1 – 9 of 9) sorted by relevance
101 public boolean atEnd() { in atEnd() method in PatternScanner
33 bool Scanner::atEnd() { in atEnd() function in Scanner
81 bool atEnd = (bcExtLen + 1) < extsLen && in initialize() local
73 bool atEnd = (cropExtLen + 1) < extsLen && in hasEglProtectedContentImpl() local
336 const bool atEnd = i == nCand - 1; in computeBreaks() local
91 bool atEnd = (cropExtLen+1) < extsLen && in hasEglProtectedContentImpl() local
40 bool atEnd = (cropExtLen + 1) < extsLen && in hasEglExtension() local
1905 char atEnd = token.charAt(token.length() - 1); in isCompletedToken() local3040 char atEnd = getText().toString().charAt(tokenEnd); in movePastTerminators() local
444 private int updatedIntervalBound(int offset, int start, int nbNewChars, int flag, boolean atEnd, in updatedIntervalBound()