Lines Matching defs:bi
125 const UBreakIterator *bi, in ubrk_safeClone()
150 ubrk_close(UBreakIterator *bi) in ubrk_close()
164 ubrk_setText(UBreakIterator* bi, in ubrk_setText()
180 ubrk_setUText(UBreakIterator *bi, in ubrk_setUText()
193 ubrk_current(const UBreakIterator *bi) in ubrk_current()
200 ubrk_next(UBreakIterator *bi) in ubrk_next()
207 ubrk_previous(UBreakIterator *bi) in ubrk_previous()
214 ubrk_first(UBreakIterator *bi) in ubrk_first()
221 ubrk_last(UBreakIterator *bi) in ubrk_last()
228 ubrk_preceding(UBreakIterator *bi, in ubrk_preceding()
236 ubrk_following(UBreakIterator *bi, in ubrk_following()
259 ubrk_isBoundary(UBreakIterator *bi, int32_t offset) in ubrk_isBoundary()
266 ubrk_getRuleStatus(UBreakIterator *bi) in ubrk_getRuleStatus()
272 ubrk_getRuleStatusVec(UBreakIterator *bi, int32_t *fillInVec, int32_t capacity, UErrorCode *status) in ubrk_getRuleStatusVec()
279 ubrk_getLocaleByType(const UBreakIterator *bi, in ubrk_getLocaleByType()