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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dubrk.h114 #define UBRK_DONE ((int32_t) -1) macro
360 * @return The character index of the next text boundary, or UBRK_DONE
372 * @return The character index of the preceding text boundary, or UBRK_DONE
405 * The new position is always smaller than offset, or UBRK_DONE.
408 * @return The text boundary preceding offset, or UBRK_DONE.
418 * The value returned is always greater than offset, or UBRK_DONE.
421 * @return The text boundary following offset, or UBRK_DONE.
/external/icu/icu4c/source/common/unicode/
H A Dubrk.h114 #define UBRK_DONE ((int32_t) -1) macro
360 * @return The character index of the next text boundary, or UBRK_DONE
372 * @return The character index of the preceding text boundary, or UBRK_DONE
405 * The new position is always smaller than offset, or UBRK_DONE.
408 * @return The text boundary preceding offset, or UBRK_DONE.
418 * The value returned is always greater than offset, or UBRK_DONE.
421 * @return The text boundary following offset, or UBRK_DONE.

Completed in 94 milliseconds