Home | History | Annotate | Download | only in unicode

Lines Matching refs:bi

272  * @param bi iterator to be cloned
290 const UBreakIterator *bi,
308 * @param bi The break iterator to close.
312 ubrk_close(UBreakIterator *bi);
339 * @param bi The iterator to use
346 ubrk_setText(UBreakIterator* bi,
360 * @param bi The iterator to use
370 ubrk_setUText(UBreakIterator* bi,
379 * @param bi The break iterator to use.
385 ubrk_current(const UBreakIterator *bi);
390 * @param bi The break iterator to use.
397 ubrk_next(UBreakIterator *bi);
402 * @param bi The break iterator to use.
409 ubrk_previous(UBreakIterator *bi);
413 * @param bi The break iterator to use.
419 ubrk_first(UBreakIterator *bi);
424 * @param bi The break iterator to use.
431 ubrk_last(UBreakIterator *bi);
436 * @param bi The break iterator to use.
443 ubrk_preceding(UBreakIterator *bi,
449 * @param bi The break iterator to use.
456 ubrk_following(UBreakIterator *bi,
487 * @param bi The break iterator to use.
493 ubrk_isBoundary(UBreakIterator *bi, int32_t offset);
505 ubrk_getRuleStatus(UBreakIterator *bi);
514 * @param bi The break iterator to use
525 ubrk_getRuleStatusVec(UBreakIterator *bi, int32_t *fillInVec, int32_t capacity, UErrorCode *status);
530 * @param bi break iterator
537 ubrk_getLocaleByType(const UBreakIterator *bi, ULocDataLocaleType type, UErrorCode* status);
558 * @param bi The break iterator.
565 ubrk_refreshUText(UBreakIterator *bi,