Home | History | Annotate | Download | only in util

Lines Matching defs:BI_LIMIT

155     private static final int BI_LIMIT = BI_TITLE + 1;
520 if (type < BI_CHARACTER || type >= BI_LIMIT) {
539 if (type < BI_CHARACTER || type >= BI_LIMIT) {
546 breakIterators = new BreakIterator[BI_LIMIT];