Lines Matching refs:CodepointSpan
537 int CountDigits(const std::string& str, CodepointSpan selection_indices) { in CountDigits()
556 CodepointSpan SnapLeftIfWhitespaceSelection(CodepointSpan span, in SnapLeftIfWhitespaceSelection()
572 CodepointSpan result; in SnapLeftIfWhitespaceSelection()
654 CodepointSpan Annotator::SuggestSelection( in SuggestSelection()
655 const std::string& context, CodepointSpan click_indices, in SuggestSelection()
657 CodepointSpan original_click_indices = click_indices; in SuggestSelection()
823 CodepointSpan conflicting_span = candidates[start_index].span; in FirstNonOverlappingSpanIndex()
1004 const UnicodeText& context_unicode, CodepointSpan click_indices, in ModelSuggestSelection()
1117 CodepointSpan selection_indices, InterpreterManager* interpreter_manager, in ModelClassifyText()
1127 CodepointSpan selection_indices, in CopyCachedTokens()
1191 CodepointSpan selection_indices, InterpreterManager* interpreter_manager, in ModelClassifyText()
1203 CodepointSpan selection_indices, InterpreterManager* interpreter_manager, in ModelClassifyText()
1360 const std::string& context, CodepointSpan selection_indices, in RegexClassifyText()
1432 const std::string& context, CodepointSpan selection_indices, in DatetimeClassifyText()
1475 const std::string& context, CodepointSpan selection_indices, in ClassifyText()
1705 const CodepointSpan codepoint_span = in ModelAnnotate()
1922 CodepointSpan Annotator::ComputeSelectionBoundaries( in ComputeSelectionBoundaries()
1928 const CodepointSpan result = {match->Start(1, &status), in ComputeSelectionBoundaries()
1936 CodepointSpan result = {kInvalidIndex, kInvalidIndex}; in ComputeSelectionBoundaries()