Home | History | Annotate | Download | only in i18n

Lines Matching refs:endindex

622         int32_t endindex   = ubrk_last(breakiterator);
625 if (start < startindex || start > endindex ||
626 end < startindex || end > endindex) {
634 (end == endindex ||
3710 int32_t endindex = ubrk_last(breakiterator);
3713 if (start < startindex || start > endindex ||
3714 end < startindex || end > endindex) {