Home | History | Annotate | Download | only in i18n

Lines Matching defs:endindex

607         int32_t endindex   = ubrk_last(breakiterator);
610 if (start < startindex || start > endindex ||
611 end < startindex || end > endindex) {
619 (end == endindex ||
3728 int32_t endindex = ubrk_last(breakiterator);
3731 if (start < startindex || start > endindex ||
3732 end < startindex || end > endindex) {