Searched refs:retVec (Results 1 - 2 of 2) sorted by relevance
/base/global/i18n/frameworks/zone/src/ |
H A D | zone_util.cpp | 148 void ZoneUtil::GetZoneList(const string country, vector<string> &retVec)
in GetZoneList() argument 151 GetList(strEnum, retVec);
in GetZoneList() 158 void ZoneUtil::GetZoneList(const string country, const int32_t offset, vector<string> &retVec)
in GetZoneList() argument 168 GetList(strEnum, retVec);
in GetZoneList() 199 void ZoneUtil::GetList(StringEnumeration *strEnum, vector<string> &retVec)
in GetList() argument 212 retVec.clear();
in GetList() 218 retVec.clear();
in GetList() 223 if ((canonicalString != "") && (find(retVec.begin(), retVec.end(), canonicalString) == retVec in GetList() [all...] |
/base/global/i18n/interfaces/native/inner_api/zone/include/ |
H A D | zone_util.h | 107 * @param retVec used to store the returned timezones
109 void GetZoneList(const std::string country, std::vector<std::string> &retVec);
116 * @param retVec used to store the returned timezones
118 void GetZoneList(const std::string country, const int32_t offset, std::vector<std::string> &retVec);
|
Completed in 2 milliseconds