Home
last modified time | relevance | path

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

/external/libtextclassifier/native/actions/
Dregex-actions.cc32 const std::string& group_match_text, const int message_index, in FillAnnotationFromMatchGroup() argument
44 group_match_text, annotation); in FillAnnotationFromMatchGroup()
220 Optional<std::string> group_match_text = in SuggestActions() local
222 if (!group_match_text.has_value()) { in SuggestActions()
228 NormalizeMatchText(unilib_, group, group_match_text.value()); in SuggestActions()
241 group_match_text.value(), in SuggestActions()
/external/libtextclassifier/native/annotator/
Dannotator.cc2586 Optional<std::string> group_match_text = in SerializedEntityDataFromRegexMatch() local
2588 if (!group_match_text.has_value()) { in SerializedEntityDataFromRegexMatch()
2606 UTF8ToUnicodeText(group_match_text.value(), /*do_copy=*/false); in SerializedEntityDataFromRegexMatch()