Searched refs:olson_code (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/i18n/
H A Dtimezone.cc24 std::string CountryCodeForTimezone(const std::string& olson_code) { argument
25 std::map<std::string, std::string>::iterator iter = map_.find(olson_code);
39 std::string olson_code; member in struct:base::__anon2296::TimezoneMap::OlsonCodeData
463 map_[olson_code_data[i].olson_code] = olson_code_data[i].country_code;
603 string16 olson_code(id.getBuffer(), id.length());
605 UTF16ToUTF8(olson_code));

Completed in 124 milliseconds