Lines Matching refs:CodepointSpan
327 int CountDigits(const std::string& str, CodepointSpan selection_indices) { in CountDigits()
341 CodepointSpan selection_indices) { in ExtractSelection()
356 CodepointSpan SnapLeftIfWhitespaceSelection(CodepointSpan span, in SnapLeftIfWhitespaceSelection()
372 CodepointSpan result; in SnapLeftIfWhitespaceSelection()
413 CodepointSpan TextClassifier::SuggestSelection( in SuggestSelection()
414 const std::string& context, CodepointSpan click_indices, in SuggestSelection()
416 CodepointSpan original_click_indices = click_indices; in SuggestSelection()
530 CodepointSpan conflicting_span = candidates[start_index].span; in FirstNonOverlappingSpanIndex()
649 const UnicodeText& context_unicode, CodepointSpan click_indices, in ModelSuggestSelection()
753 const std::string& context, CodepointSpan selection_indices, in ModelClassifyText()
768 CodepointSpan selection_indices, in CopyCachedTokens()
820 CodepointSpan selection_indices, InterpreterManager* interpreter_manager, in ModelClassifyText()
960 const std::string& context, CodepointSpan selection_indices, in RegexClassifyText()
998 const std::string& context, CodepointSpan selection_indices, in DatetimeClassifyText()
1032 const std::string& context, CodepointSpan selection_indices, in ClassifyText()
1159 const CodepointSpan codepoint_span = in ModelAnnotate()