Searched refs:stripped_span (Results 1 – 2 of 2) sorted by relevance
70 CodepointSpan stripped_span; in Annotate() local73 trigger_on_beginner_words, &classification_result, &stripped_span); in Annotate()75 results->push_back(AnnotatedSpan{stripped_span, {classification_result}}); in Annotate()85 CodepointSpan stripped_span; in ClassifyText() local88 &stripped_span); in ClassifyText()108 const CodepointSpan stripped_span = in ClassifyTextInternal() local112 context, stripped_span.first, stripped_span.second, /*do_copy=*/false); in ClassifyTextInternal()132 *classified_span = stripped_span; in ClassifyTextInternal()
645 const CodepointSpan stripped_span = in StripBoundaryCodepoints() local648 if (initial_span != stripped_span) { in StripBoundaryCodepoints()650 UnicodeText::Substring(value_unicode, stripped_span.first, in StripBoundaryCodepoints()651 stripped_span.second, /*do_copy=*/false); in StripBoundaryCodepoints()