Lines Matching defs:DONE
133 * If DONE is returned from an iteration function that returns a code point,
138 DONE=0xffff
482 * If the end of the text has already been reached, DONE is returned.
483 * The DONE value could be confused with a U+FFFF non-character code point
485 * before calling next(), or (getIndex()<endIndex() || last()!=DONE)
498 * If the beginning of the text has already been reached, DONE is returned.
499 * The DONE value could be confused with a U+FFFF non-character code point
501 * (getIndex()>startIndex() || first()!=DONE). (Calling first() will change
640 * certain optional portions of the operation are done.
786 // all argument checking is done in unorm_compare