Home | History | Annotate | Download | only in common

Lines Matching refs:DONE

529     //    return BreakIterator::DONE;
544 return BreakIterator::DONE;
630 // if we're already sitting at the beginning of the text, return DONE
634 return BreakIterator::DONE;
670 if (result == BreakIterator::DONE || result >= start) {
705 // just return DONE; if it's before the beginning, return the
802 while (result != BreakIterator::DONE && result <= offset) {
817 // just return DONE; if it's before the beginning, return the
1022 // if we're already at the end of the text, return DONE.
1027 return BreakIterator::DONE;
1180 // The state machine is done. Check whether it found a match...
1238 // if we're already at the start of the text, return DONE.
1240 return BreakIterator::DONE;
1391 // The state machine is done. Check whether it found a match...