Home | History | Annotate | Download | only in i18n

Lines Matching refs:endindex

611         int32_t endindex   = ubrk_last(breakiterator);
614 if (start < startindex || start > endindex ||
615 end < startindex || end > endindex) {
623 (end == endindex ||
3732 int32_t endindex = ubrk_last(breakiterator);
3735 if (start < startindex || start > endindex ||
3736 end < startindex || end > endindex) {