Home
last modified time | relevance | path

Searched refs:HandleNegativeRule (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.h58 icu::UnicodeString HandleNegativeRule(icu::UnicodeString& src);
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dphone_number_matched.cpp55 icu::UnicodeString filteredString = HandleNegativeRule(messageStr); in GetMatchedPhoneNumber()
99 icu::UnicodeString PhoneNumberMatched::HandleNegativeRule(icu::UnicodeString& src) in HandleNegativeRule() function in OHOS::Global::I18n::PhoneNumberMatched