Lines Matching defs:DONE
69 * <li>nextPostInc() and next32PostInc() return DONE
85 * while((c=it.nextPostInc())!=ForwardCharacterIterator::DONE) {
101 enum { DONE = 0xffff };
151 * no more code units to return, returns DONE.
161 * no more code points to return, returns DONE.
237 * for(c=it.firstPostInc(); c!=CharacterIterator::DONE; c=it.nextPostInc()) {
256 * for(c=it.last(); c!=CharacterIterator::DONE; c=it.previous()) {
300 * for(char16_t c = iter.first(); c != CharacterIterator.DONE; c = iter.next()) {
311 * for(char16_t c = iter.last(); c != CharacterIterator.DONE; c = iter.previous()) {
325 * c != CharacterIterator.DONE && (Unicode::isLetter(c) || Unicode::isDigit(c));
329 * c != CharacterIterator.DONE && (Unicode::isLetter(c) || Unicode::isDigit(c));
501 * no more code units to return, returns DONE.
510 * no more code points to return, returns DONE.
522 * no more code units to return, returns DONE.
531 * no more code points to return, returns DONE.