HomeSort by relevance Sort by last modified time
    Searched refs:timezones (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
timezone_options_util.cc 59 // 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
128 const std::vector<icu::TimeZone*> &timezones = local
131 for (std::vector<icu::TimeZone*>::const_iterator iter = timezones.begin();
132 iter != timezones.end(); ++iter) {
  /packages/apps/DeskClock/src/com/android/deskclock/
SettingsActivity.java 290 List<TimeZoneRow> timezones = new ArrayList<TimeZoneRow>();
292 timezones.add(new TimeZoneRow(ids[i], labels[i]));
294 Collections.sort(timezones);
296 CharSequence[][] timeZones = new CharSequence[2][timezones.size()];
298 for (TimeZoneRow row : timezones) {
299 timeZones[0][i] = row.mId;
300 timeZones[1][i++] = row.mDisplayName;
302 return timeZones;
Utils.java 540 String[] timezones = r.getStringArray(R.array.cities_tz); local
543 if (cities.length != timezones.length || ids.length != cities.length) {
544 minLength = Math.min(cities.length, Math.min(timezones.length, ids.length));
549 tempList[i] = new CityObj(cities[i], timezones[i], ids[i]);
  /packages/apps/Settings/src/com/android/settings/
ZonePicker.java 224 XmlResourceParser xrp = context.getResources().getXml(R.xml.timezones);
247 Log.e(TAG, "Ill-formatted timezones.xml file");
249 Log.e(TAG, "Unable to read timezones.xml file");
  /external/chromium_org/third_party/icu/source/test/intltest/
tztest.cpp     [all...]
  /external/icu4c/test/intltest/
tztest.cpp 1912 TimeZone *timezones[] = { &tz1, &tz2 }; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/
date-parse.js 132 // test a few formats for each of the timezones.
  /external/v8/test/mjsunit/
date-parse.js 132 // test a few formats for each of the timezones.

Completed in 394 milliseconds