Searched defs:UBRK_DONE (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/unicode/
H A Dubrk.h130 #define UBRK_DONE ((int32_t) -1) macro
391 * @return The character index of the next text boundary, or UBRK_DONE
403 * @return The character index of the preceding text boundary, or UBRK_DONE
435 * The new position is always smaller than offset, or UBRK_DONE.
438 * @return The text boundary preceding offset, or UBRK_DONE.
448 * The value returned is always greater than offset, or UBRK_DONE.
451 * @return The text boundary following offset, or UBRK_DONE.

Completed in 31 milliseconds