• Home
  • Raw
  • Download

Lines Matching refs:context_unicode

142   const UnicodeText context_unicode = UTF8ToUnicodeText(context,  in StripTokensFromOtherLines()  local
145 CodepointSpanToUnicodeTextRange(context_unicode, span); in StripTokensFromOtherLines()
146 StripTokensFromOtherLines(context_unicode, span_begin, span_end, span, in StripTokensFromOtherLines()
151 const UnicodeText& context_unicode, in StripTokensFromOtherLines() argument
156 SplitContext(context_unicode, options_->use_pipe_character_for_newline()); in StripTokensFromOtherLines()
162 std::distance(context_unicode.begin(), line.first); in StripTokensFromOtherLines()
570 const UnicodeText& context_unicode, in SplitContext() argument
577 FindSubstrings(context_unicode, codepoints, &lines); in SplitContext()
583 const UnicodeText context_unicode = in StripBoundaryCodepoints() local
585 return StripBoundaryCodepoints(context_unicode, span); in StripBoundaryCodepoints()
589 const UnicodeText& context_unicode, const CodepointSpan& span) const { in StripBoundaryCodepoints() argument
590 if (context_unicode.empty() || !span.IsValid() || span.IsEmpty()) { in StripBoundaryCodepoints()
595 CodepointSpanToUnicodeTextRange(context_unicode, span); in StripBoundaryCodepoints()
701 const UnicodeText context_unicode = in RetokenizeAndFindClick() local
704 CodepointSpanToUnicodeTextRange(context_unicode, input_span); in RetokenizeAndFindClick()
705 RetokenizeAndFindClick(context_unicode, span_begin, span_end, input_span, in RetokenizeAndFindClick()
710 const UnicodeText& context_unicode, in RetokenizeAndFindClick() argument
722 StripTokensFromOtherLines(context_unicode, span_begin, span_end, input_span, in RetokenizeAndFindClick()