Lines Matching defs:bi
149 const UBreakIterator *bi, in ubrk_safeClone()
178 ubrk_clone(const UBreakIterator *bi, UErrorCode *status) { in ubrk_clone()
184 ubrk_close(UBreakIterator *bi) in ubrk_close()
190 ubrk_setText(UBreakIterator* bi, in ubrk_setText()
205 ubrk_setUText(UBreakIterator *bi, in ubrk_setUText()
217 ubrk_current(const UBreakIterator *bi) in ubrk_current()
224 ubrk_next(UBreakIterator *bi) in ubrk_next()
231 ubrk_previous(UBreakIterator *bi) in ubrk_previous()
238 ubrk_first(UBreakIterator *bi) in ubrk_first()
245 ubrk_last(UBreakIterator *bi) in ubrk_last()
252 ubrk_preceding(UBreakIterator *bi, in ubrk_preceding()
260 ubrk_following(UBreakIterator *bi, in ubrk_following()
283 ubrk_isBoundary(UBreakIterator *bi, int32_t offset) in ubrk_isBoundary()
290 ubrk_getRuleStatus(UBreakIterator *bi) in ubrk_getRuleStatus()
296 ubrk_getRuleStatusVec(UBreakIterator *bi, int32_t *fillInVec, int32_t capacity, UErrorCode *status) in ubrk_getRuleStatusVec()
303 ubrk_getLocaleByType(const UBreakIterator *bi, in ubrk_getLocaleByType()
318 ubrk_refreshUText(UBreakIterator *bi, in ubrk_refreshUText()
327 ubrk_getBinaryRules(UBreakIterator *bi, in ubrk_getBinaryRules()