Searched refs:DealWithoutFixed (Results 1 – 2 of 2) sorted by relevance
47 std::vector<int> DealWithoutFixed(icu::UnicodeString& message, std::string& country);
53 return DealWithoutFixed(messageStr, country); in GetMatchedPhoneNumber()69 std::vector<int> PhoneNumberMatched::DealWithoutFixed(icu::UnicodeString& message, std::string& cou… in DealWithoutFixed() function in OHOS::Global::I18n::PhoneNumberMatched