Home | History | Annotate | Download | only in libtextclassifier

Lines Matching full:start_index

524 // transitively does not overlap with the candidate on 'start_index'. If the end
528 int start_index) {
529 int first_non_overlapping = start_index + 1;
530 CodepointSpan conflicting_span = candidates[start_index].span;
552 FirstNonOverlappingSpanIndex(candidates, /*start_index=*/i);
593 const std::vector<AnnotatedSpan>& candidates, int start_index,
598 for (int i = start_index; i < end_index; ++i) {