Home
last modified time | relevance | path

Searched defs:match_text (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libtextclassifier/native/actions/
H A Dutils.cc62 const UnicodeText& match_text, const std::string& smart_reply_action_type, in SuggestTextRepliesFromCapturingMatch()
79 StringPiece match_text) { in NormalizeMatchText()
87 const UnicodeText match_text) { in NormalizeMatchText()
97 const int message_index, StringPiece match_text, in FillAnnotationFromCapturingMatch()
117 StringPiece match_text, MutableFlatbuffer* buffer) { in MergeEntityDataFromCapturingMatch()
H A Dgrammar-actions.cc79 const UnicodeText match_text = in InstantiateActionsFromMatch() local
/aosp_15_r20/external/rust/android-crates-io/crates/regex/tests/
Dmacros_bytes.rs4 macro_rules! match_text { ($text:expr) => { $text.as_bytes() } } macro
Dmacros_str.rs4 macro_rules! match_text { ($text:expr) => { $text.as_str() } } macro
/aosp_15_r20/external/python/mako/mako/
Dlexer.py355 def match_text(self): member in Lexer
/aosp_15_r20/external/libtextclassifier/native/annotator/grammar/
H A Dgrammar-annotator.cc180 UnicodeText match_text = in InstantiateClassificationFromDerivation() local