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

  /external/icu4c/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/webkit/Source/WebCore/icu/unicode/
ubrk.h 95 * for (end = ubrk_next(boundary)); end != UBRK_DONE; start = end, end = ubrk_next(boundary)) {
107 * for (start = ubrk_previous(boundary); start != UBRK_DONE; end = start, start =ubrk_previous(boundary)) {
214 #define UBRK_DONE ((int32_t) -1)
410 * @return The character index of the next text boundary, or UBRK_DONE
422 * @return The character index of the preceding text boundary, or UBRK_DONE
456 * The value returned is always smaller than offset, or UBRK_DONE.
459 * @return The text boundary preceding offset, or UBRK_DONE.
469 * The value returned is always greater than offset, or UBRK_DONE.
472 * @return The text boundary following offset, or UBRK_DONE.

Completed in 2547 milliseconds