OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cities
(Results
1 - 12
of
12
) sorted by null
/development/samples/GlobalTime/src/com/android/globaltime/
City.java
35
private static Map<String,City>
cities
= new HashMap<String,City>();
field in class:City
46
* Loads the city database. The
cities
must be stored in order by raw
90
cities
.put(name, city);
96
* Returns the
cities
, ordered by name.
99
City[] ocities = new City[
cities
.size()];
100
Iterator<City> iter =
cities
.values().iterator();
110
* Returns the
cities
, ordered by offset, accounting for summer/daylight
115
City[] ocities = new City[
cities
.size()];
116
Iterator<City> iter =
cities
.values().iterator();
144
* Returns the
cities
, ordered by offset, accounting for summer/dayligh
[
all
...]
GlobalTime.java
162
// List of all
cities
165
// List of
cities
matching a user-supplied prefix
430
City[]
cities
;
local
432
cities
= City.getCitiesByRawOffset();
434
cities
= City.getCitiesByOffset();
437
mClockCities = new ArrayList<City>(
cities
.length);
438
for (int i = 0; i <
cities
.length; i++) {
439
mClockCities.add(
cities
[i]);
579
* Shifts
cities
within the current time zone.
603
* Returns true if there are
cities
matching the given name prefix
[
all
...]
/dalvik/libcore/text/src/main/java/java/text/
DateFormatSymbols.java
63
* change the representative
cities
to your favorite ones.
/external/icu4c/i18n/unicode/
dtfmtsym.h
67
* they feel easy to remember. Or they can change the representative
cities
/frameworks/base/core/tests/coretests/src/android/text/format/
TimeTest.java
461
// once in case some
cities
decide to change their GMT offset.
/cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java
691
// once in case some
cities
decide to change their GMT offset.
/development/tools/zoneinfo/tzdata2009s/
northamerica
[
all
...]
asia
[
all
...]
europe
[
all
...]
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-89443.js
271
// U.S.
Cities
[
all
...]
/frameworks/base/docs/html/guide/topics/
fundamentals.jd
637
cities
is defined as part of a travel application. It has the same
[
all
...]
/external/srec/config/en.us/dictionary/
large.ok
[
all
...]
Completed in 108 milliseconds