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
348 * @return The character index of the next text boundary, or UBRK_DONE
360 * @return The character index of the preceding text boundary, or UBRK_DONE
394 * The value returned is always smaller than offset, or UBRK_DONE.
397 * @return The text boundary preceding offset, or UBRK_DONE.
407 * The value returned is always greater than offset, or UBRK_DONE.
410 * @return The text boundary following offset, or UBRK_DONE.
/external/icu4c/common/unicode/
H A Dubrk.h114 #define UBRK_DONE ((int32_t) -1) macro
354 * @return The character index of the next text boundary, or UBRK_DONE
366 * @return The character index of the preceding text boundary, or UBRK_DONE
399 * The new position is always smaller than offset, or UBRK_DONE.
402 * @return The text boundary preceding offset, or UBRK_DONE.
412 * The value returned is always greater than offset, or UBRK_DONE.
415 * @return The text boundary following offset, or UBRK_DONE.

Completed in 91 milliseconds