Searched defs:atEnd (Results 1 – 3 of 3) sorted by relevance
101 public boolean atEnd() { in atEnd() method in PatternScanner
162 var atEnd by remember { mutableStateOf(!playAnimation) } regex370 var atEnd by remember { mutableStateOf(false) } regex
444 private int updatedIntervalBound(int offset, int start, int nbNewChars, int flag, boolean atEnd, in updatedIntervalBound()