Searched refs:ReplaceSpecifiedPos (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/ |
H A D | negative_rule.cpp | 40 void NegativeRule::ReplaceSpecifiedPos(icu::UnicodeString& chs, int start, int end) in ReplaceSpecifiedPos() function in OHOS::Global::I18n::NegativeRule 61 ReplaceSpecifiedPos(ret, start, end); in Handle()
|
H A D | phone_number_matched.cpp | 113 void PhoneNumberMatched::ReplaceSpecifiedPos(icu::UnicodeString& chs, int start, int end) in ReplaceSpecifiedPos() function in OHOS::Global::I18n::PhoneNumberMatched 284 ReplaceSpecifiedPos(filteredString, pos.first, pos.second); in HandleWithShortAndShort() 291 ReplaceSpecifiedPos(filteredString, pos.first, pos.second); in HandleWithShortAndShort() 327 ReplaceSpecifiedPos(filteredString, matchInfo.GetBegin(), matchInfo.GetEnd()); in GetPossibleNumberInfos()
|
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/ |
H A D | negative_rule.h | 30 void ReplaceSpecifiedPos(icu::UnicodeString& chs, int start, int end);
|
H A D | phone_number_matched.h | 61 void ReplaceSpecifiedPos(icu::UnicodeString& chs, int start, int end);
|