Lines Matching defs:bi
149 const UBreakIterator *bi, in ubrk_safeClone()
178 ubrk_clone(const UBreakIterator *bi, UErrorCode *status) { in ubrk_clone()
192 ubrk_close(UBreakIterator *bi) in ubrk_close()
198 ubrk_setText(UBreakIterator* bi, in ubrk_setText()
213 ubrk_setUText(UBreakIterator *bi, in ubrk_setUText()
225 ubrk_current(const UBreakIterator *bi) in ubrk_current()
232 ubrk_next(UBreakIterator *bi) in ubrk_next()
239 ubrk_previous(UBreakIterator *bi) in ubrk_previous()
246 ubrk_first(UBreakIterator *bi) in ubrk_first()
253 ubrk_last(UBreakIterator *bi) in ubrk_last()
260 ubrk_preceding(UBreakIterator *bi, in ubrk_preceding()
268 ubrk_following(UBreakIterator *bi, in ubrk_following()
291 ubrk_isBoundary(UBreakIterator *bi, int32_t offset) in ubrk_isBoundary()
298 ubrk_getRuleStatus(UBreakIterator *bi) in ubrk_getRuleStatus()
304 ubrk_getRuleStatusVec(UBreakIterator *bi, int32_t *fillInVec, int32_t capacity, UErrorCode *status) in ubrk_getRuleStatusVec()
311 ubrk_getLocaleByType(const UBreakIterator *bi, in ubrk_getLocaleByType()
326 ubrk_refreshUText(UBreakIterator *bi, in ubrk_refreshUText()
335 ubrk_getBinaryRules(UBreakIterator *bi, in ubrk_getBinaryRules()