Searched refs:timezones (Results 1 - 5 of 5) 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
131 const std::vector<icu::TimeZone*> &timezones = local
134 for (std::vector<icu::TimeZone*>::const_iterator iter = timezones.begin();
135 iter != timezones.end(); ++iter) {
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/prefixmapper/
H A DPrefixTimeZonesMapTest.java74 static List<String> buildListOfTimeZones(String ... timezones) { argument
75 ArrayList<String> timezonesList = new ArrayList<String>(timezones.length);
76 for (String timezone : timezones) {
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dnetwork_screen_handler.cc336 scoped_ptr<base::ListValue> timezones = system::GetTimezoneList().Pass(); local
337 for (size_t i = 0; i < timezones->GetSize(); ++i) {
339 CHECK(timezones->GetList(i, &timezone));
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtztest.cpp1914 TimeZone *timezones[] = { &tz1, &tz2 }; local
1919 for (t = 0; t < LENGTHOF(timezones); ++t) {
1920 tz = timezones[t];
/external/icu/icu4c/source/test/intltest/
H A Dtztest.cpp1905 TimeZone *timezones[] = { &tz1, &tz2 }; local
1910 for (t = 0; t < LENGTHOF(timezones); ++t) {
1911 tz = timezones[t];

Completed in 196 milliseconds