Home
last modified time | relevance | path

Searched defs:span_end (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libtextclassifier/native/annotator/
H A Dfeature-processor.cc153 const UnicodeText::const_iterator& span_end, const CodepointSpan& span, in StripTokensFromOtherLines()
300 UnicodeText::const_iterator span_end = token_right_unicode.end(); in SpanToLabel() local
504 const UnicodeText::const_iterator& span_end, in CountIgnoredSpanBoundaryCodepoints()
602 const UnicodeText::const_iterator& span_end, in StripBoundaryCodepoints()
712 const UnicodeText::const_iterator& span_end, in RetokenizeAndFindClick()
H A Dstrip-unpaired-brackets.cc28 const UnicodeText::const_iterator& span_end, CodepointSpan span, in StripUnpairedBrackets()
H A Dannotator.cc1467 const UnicodeText::const_iterator& span_end, const UnicodeTextRange* line, in ModelClassifyText()
/aosp_15_r20/external/libtextclassifier/native/utils/utf8/
H A Dunicodetext.cc237 auto span_end = span_begin; in UTF8Substring() local
/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/handlers/
Dnarratable.rs396 let span_end = span.offset() + span.len(); in span_attach() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dscale_and_translate_op.cc94 int64_t span_end = in ComputeSpansCore() local
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/
Derror.rs1273 let span_end = span_start; in fmt() localVariable