OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timezones
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/chromeos/system/
timezone_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
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/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_screen_handler.cc
336
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));
/packages/apps/DeskClock/src/com/android/deskclock/
Utils.java
566
String[]
timezones
= r.getStringArray(R.array.cities_tz);
local
569
if (cities.length !=
timezones
.length || ids.length != cities.length) {
570
minLength = Math.min(cities.length, Math.min(
timezones
.length, ids.length));
575
tempList[i] = new CityObj(cities[i],
timezones
[i], ids[i]);
/external/chromium_org/third_party/icu/source/test/intltest/
tztest.cpp
1914
TimeZone *
timezones
[] = { &tz1, &tz2 };
local
[
all
...]
/external/icu/icu4c/source/test/intltest/
tztest.cpp
1905
TimeZone *
timezones
[] = { &tz1, &tz2 };
local
[
all
...]
Completed in 223 milliseconds