Searched refs:GetNumbersWithSlant (Results 1 – 4 of 4) sorted by relevance
34 static std::vector<MatchedNumberInfo> GetNumbersWithSlant(icu::UnicodeString& testStr);
43 …static std::vector<MatchedNumberInfo> GetNumbersWithSlant(icu::UnicodeString& testStr); // positiv…
197 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
386 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