Lines Matching defs:bi
149 const UBreakIterator *bi, in ubrk_safeClone()
180 ubrk_close(UBreakIterator *bi) in ubrk_close()
186 ubrk_setText(UBreakIterator* bi, in ubrk_setText()
201 ubrk_setUText(UBreakIterator *bi, in ubrk_setUText()
213 ubrk_current(const UBreakIterator *bi) in ubrk_current()
220 ubrk_next(UBreakIterator *bi) in ubrk_next()
227 ubrk_previous(UBreakIterator *bi) in ubrk_previous()
234 ubrk_first(UBreakIterator *bi) in ubrk_first()
241 ubrk_last(UBreakIterator *bi) in ubrk_last()
248 ubrk_preceding(UBreakIterator *bi, in ubrk_preceding()
256 ubrk_following(UBreakIterator *bi, in ubrk_following()
279 ubrk_isBoundary(UBreakIterator *bi, int32_t offset) in ubrk_isBoundary()
286 ubrk_getRuleStatus(UBreakIterator *bi) in ubrk_getRuleStatus()
292 ubrk_getRuleStatusVec(UBreakIterator *bi, int32_t *fillInVec, int32_t capacity, UErrorCode *status) in ubrk_getRuleStatusVec()
299 ubrk_getLocaleByType(const UBreakIterator *bi, in ubrk_getLocaleByType()
314 ubrk_refreshUText(UBreakIterator *bi, in ubrk_refreshUText()
323 ubrk_getBinaryRules(UBreakIterator *bi, in ubrk_getBinaryRules()