Lines Matching defs:bi
125 const UBreakIterator *bi, in ubrk_safeClone()
156 ubrk_close(UBreakIterator *bi) in ubrk_close()
162 ubrk_setText(UBreakIterator* bi, in ubrk_setText()
177 ubrk_setUText(UBreakIterator *bi, in ubrk_setUText()
189 ubrk_current(const UBreakIterator *bi) in ubrk_current()
196 ubrk_next(UBreakIterator *bi) in ubrk_next()
203 ubrk_previous(UBreakIterator *bi) in ubrk_previous()
210 ubrk_first(UBreakIterator *bi) in ubrk_first()
217 ubrk_last(UBreakIterator *bi) in ubrk_last()
224 ubrk_preceding(UBreakIterator *bi, in ubrk_preceding()
232 ubrk_following(UBreakIterator *bi, in ubrk_following()
255 ubrk_isBoundary(UBreakIterator *bi, int32_t offset) in ubrk_isBoundary()
262 ubrk_getRuleStatus(UBreakIterator *bi) in ubrk_getRuleStatus()
268 ubrk_getRuleStatusVec(UBreakIterator *bi, int32_t *fillInVec, int32_t capacity, UErrorCode *status) in ubrk_getRuleStatusVec()
275 ubrk_getLocaleByType(const UBreakIterator *bi, in ubrk_getLocaleByType()
289 void ubrk_refreshUText(UBreakIterator *bi, in ubrk_refreshUText()