Searched refs:shortList (Results 1 – 4 of 4) sorted by relevance
238 std::vector<MatchedNumberInfo> shortList; in GetNumbersWithSlant() local243 return shortList; in GetNumbersWithSlant()265 shortList.push_back(matchedNumberInfoFirst); in GetNumbersWithSlant()273 shortList.push_back(matchedNumberInfoEnd); in GetNumbersWithSlant()276 return shortList; in GetNumbersWithSlant()
454 std::vector<MatchedNumberInfo> shortList; in GetNumbersWithSlant() local459 return shortList; in GetNumbersWithSlant()481 shortList.push_back(matchedNumberInfoFirst); in GetNumbersWithSlant()489 shortList.push_back(matchedNumberInfoEnd); in GetNumbersWithSlant()492 return shortList; in GetNumbersWithSlant()
58 std::vector<MatchedNumberInfo> shortList = FindShortNumbers(country, filteredString); in GetMatchedPhoneNumber() local59 if (shortList.size() != 0) { in GetMatchedPhoneNumber()60 … matchedNumberInfoList.insert(matchedNumberInfoList.end(), shortList.begin(), shortList.end()); in GetMatchedPhoneNumber()
1630 std::vector<short> shortList; in ParseJsonItemArrayShort() local1635 shortList.push_back(arrayValue[i].asInt()); in ParseJsonItemArrayShort()1637 InnerPutShortValueArray(mapList, key, shortList); in ParseJsonItemArrayShort()