Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dphone_number_matched.cpp86 std::vector<MatchedNumberInfo> shortResult = FindShortNumbers(country, message); in DealWithoutFixed() local
88 if (shortResult.size() != 0) { in DealWithoutFixed()
89 result.insert(result.end(), shortResult.begin(), shortResult.end()); in DealWithoutFixed()