Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/
H A Dphone_number_matched.h59 …std::vector<MatchedNumberInfo> HandlePositiveRule(PhoneNumberMatch* match, icu::UnicodeString& mes…
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dphone_number_matched.cpp324 std::vector<MatchedNumberInfo> posList = HandlePositiveRule(delMatch, filteredString); in GetPossibleNumberInfos()
436 std::vector<MatchedNumberInfo> PhoneNumberMatched::HandlePositiveRule(PhoneNumberMatch* match, in HandlePositiveRule() function in OHOS::Global::I18n::PhoneNumberMatched