Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dpositive_rule.cpp238 std::vector<MatchedNumberInfo> shortList; in GetNumbersWithSlant() local
243 return shortList; in GetNumbersWithSlant()
265 shortList.push_back(matchedNumberInfoFirst); in GetNumbersWithSlant()
273 shortList.push_back(matchedNumberInfoEnd); in GetNumbersWithSlant()
276 return shortList; in GetNumbersWithSlant()
H A Dregex_rule.cpp454 std::vector<MatchedNumberInfo> shortList; in GetNumbersWithSlant() local
459 return shortList; in GetNumbersWithSlant()
481 shortList.push_back(matchedNumberInfoFirst); in GetNumbersWithSlant()
489 shortList.push_back(matchedNumberInfoEnd); in GetNumbersWithSlant()
492 return shortList; in GetNumbersWithSlant()
H A Dphone_number_matched.cpp58 std::vector<MatchedNumberInfo> shortList = FindShortNumbers(country, filteredString); in GetMatchedPhoneNumber() local
59 if (shortList.size() != 0) { in GetMatchedPhoneNumber()
60 … matchedNumberInfoList.insert(matchedNumberInfoList.end(), shortList.begin(), shortList.end()); in GetMatchedPhoneNumber()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dpac_map.cpp1630 std::vector<short> shortList; in ParseJsonItemArrayShort() local
1635 shortList.push_back(arrayValue[i].asInt()); in ParseJsonItemArrayShort()
1637 InnerPutShortValueArray(mapList, key, shortList); in ParseJsonItemArrayShort()