Home | History | Annotate | Download | only in i18n

Lines Matching refs:bi

41         bi = NULL;
51 delete bi;
52 bi = NULL;
62 bi = NULL;
63 if (o.bi != NULL) {
64 bi = o.bi->clone();
90 bi->setText(sText);
91 bi->preceding(offsets.start);
97 for(boundary = bi->next(); boundary != UBRK_DONE && boundary < offsets.limit; boundary = bi->next()) {
160 if (bi == NULL) {
163 bi = BreakIterator::createWordInstance(Locale::getEnglish(), status);
165 return bi;