HomeSort by relevance Sort by last modified time
    Searched refs:AnnotatedSpan (Results 1 - 8 of 8) sorted by null

  /external/libtextclassifier/
types-test-util.h 34 const AnnotatedSpan& value) {
text-classifier.h 147 std::vector<AnnotatedSpan> Annotate(
201 bool ResolveConflicts(const std::vector<AnnotatedSpan>& candidates,
212 const std::vector<AnnotatedSpan>& candidates,
224 std::vector<AnnotatedSpan>* result) const;
268 std::vector<AnnotatedSpan>* result) const;
305 std::vector<AnnotatedSpan>* result) const;
312 std::vector<AnnotatedSpan>* result) const;
315 bool FilteredForAnnotation(const AnnotatedSpan& span) const;
318 bool FilteredForSelection(const AnnotatedSpan& span) const;
text-classifier.cc 393 bool TextClassifier::FilteredForAnnotation(const AnnotatedSpan& span) const {
406 bool TextClassifier::FilteredForSelection(const AnnotatedSpan& span) const {
460 std::vector<AnnotatedSpan> candidates;
484 [](const AnnotatedSpan& a, const AnnotatedSpan& b) {
527 int FirstNonOverlappingSpanIndex(const std::vector<AnnotatedSpan>& candidates,
545 const std::vector<AnnotatedSpan>& candidates, const std::string& context,
593 const std::vector<AnnotatedSpan>& candidates, int start_index,
651 std::vector<AnnotatedSpan>* result) const {
736 AnnotatedSpan candidate
    [all...]
types.h 262 struct AnnotatedSpan {
270 // Pretty-printing function for AnnotatedSpan.
272 logging::LoggingStringStream& stream, const AnnotatedSpan& span) {
text-classifier_test.cc     [all...]
textclassifier_jni.cc 32 using libtextclassifier2::AnnotatedSpan;
407 std::vector<AnnotatedSpan> annotations =
411 env->FindClass(TC_PACKAGE_PATH TC_CLASS_NAME_STR "$AnnotatedSpan");
414 << TC_PACKAGE_PATH TC_CLASS_NAME_STR "$AnnotatedSpan";
  /frameworks/base/core/java/android/view/textclassifier/
TextClassifierImplNative.java 99 public AnnotatedSpan[] annotate(String text, AnnotationOptions options) {
184 public static final class AnnotatedSpan {
189 AnnotatedSpan(
293 private static native AnnotatedSpan[] nativeAnnotate(
TextClassifierImpl.java 232 final TextClassifierImplNative.AnnotatedSpan[] annotations =
239 for (TextClassifierImplNative.AnnotatedSpan span : annotations) {
    [all...]

Completed in 578 milliseconds