Home
last modified time | relevance | path

Searched refs:GetNumbersWithSlant (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/
H A Dpositive_rule.h34 static std::vector<MatchedNumberInfo> GetNumbersWithSlant(icu::UnicodeString& testStr);
H A Dregex_rule.h43 …static std::vector<MatchedNumberInfo> GetNumbersWithSlant(icu::UnicodeString& testStr); // positiv…
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dpositive_rule.cpp197 std::vector<MatchedNumberInfo> tempList = GetNumbersWithSlant(number); in HandleSlant()
236 std::vector<MatchedNumberInfo> PositiveRule::GetNumbersWithSlant(icu::UnicodeString& testStr) in GetNumbersWithSlant() function in OHOS::Global::I18n::PositiveRule
H A Dregex_rule.cpp386 std::vector<MatchedNumberInfo> tempList = GetNumbersWithSlant(number); in HandleSlant()
452 std::vector<MatchedNumberInfo> RegexRule::GetNumbersWithSlant(icu::UnicodeString& testStr) in GetNumbersWithSlant() function in OHOS::Global::I18n::RegexRule