Searched defs:atEnd (Results 1 – 8 of 8) sorted by relevance
101 public boolean atEnd() { in atEnd() method in PatternScanner
33 bool Scanner::atEnd() { in atEnd() function in Scanner
100 bool atEnd = (bcExtLen+1) < extsLen && in initialize() local
343 bool atEnd = i == nCand - 1; in computeBreaksOptimal() local
115 bool atEnd = (cropExtLen+1) < extsLen && in hasEglAndroidImageCropImpl() local135 bool atEnd = (cropExtLen+1) < extsLen && in hasEglProtectedContentImpl() local
647 bool atEnd = (cropExtLen+1) < extsLen && in TEST_F() local
1735 char atEnd = token.charAt(token.length() - 1); in isCompletedToken() local2814 char atEnd = getText().toString().charAt(tokenEnd); in movePastTerminators() local
447 private int updatedIntervalBound(int offset, int start, int nbNewChars, int flag, boolean atEnd, in updatedIntervalBound()