Searched defs:timezones (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/system/
H A Dtimezone_util.cc59 // Resource keys for timezones use ':' in place of '/'.
73 // Depending on timezones, keeping all but the 1st component
99 // Some timezones have a non-integral hour offset. So, we need to use hh:mm
104 // TODO(jungshik): When coming up with a better list of timezones, we also
111 // multiple timezones with the same "LONG" name but with different
129 const std::vector<icu::TimeZone*> &timezones = local
132 for (std::vector<icu::TimeZone*>::const_iterator iter = timezones.begin();
133 iter != timezones.end(); ++iter) {
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dnetwork_screen_handler.cc297 scoped_ptr<base::ListValue> timezones = system::GetTimezoneList().Pass(); local
298 for (size_t i = 0; i < timezones->GetSize(); ++i) {
300 CHECK(timezones->GetList(i, &timezone));
/external/icu4c/test/intltest/
H A Dtztest.cpp1912 TimeZone *timezones[] = { &tz1, &tz2 }; local
1917 for (t = 0; t < LENGTHOF(timezones); ++t) {
1918 tz = timezones[t];

Completed in 1051 milliseconds