HomeSort by relevance Sort by last modified time
    Searched defs:UBRK_DONE (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/unicode/
ubrk.h 114 #define UBRK_DONE ((int32_t) -1)
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/icu/icu4c/source/common/unicode/
ubrk.h 114 #define UBRK_DONE ((int32_t) -1)
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 54 milliseconds