Home
last modified time | relevance | path

Searched refs:FilteredForSelection (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/native/annotator/
Dannotator.h413 bool FilteredForSelection(const AnnotatedSpan& span) const;
Dannotator.cc753 bool Annotator::FilteredForSelection(const AnnotatedSpan& span) const { in FilteredForSelection() function in libtextclassifier3::Annotator
1013 if (FilteredForSelection(candidates.annotated_spans[0][i])) { in SuggestSelection()