Searched refs:city (Results 1 - 11 of 11) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
H A DAddress.java20 public String city; field in class:Address
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowGeocoder.java22 private String city; field in class:ShadowGeocoder
48 address.setLocality(city);
82 * @param city the city for the response
87 public void setSimulatedResponse(String address, String city, String state, String zip, String countryCode) { argument
89 this.city = city;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
H A DTimeZoneAliasTest.java389 String city = id.substring(pos+1);
390 return city.replace('_',' ');
401 String city = getCity();
414 ? "\t\t\"" + city + " Standard Time\"\r\n"
415 + "\t\t\"" + city + "-ST\"\r\n"
416 + "\t\t\"" + city + " Daylight Time\"\r\n"
417 + "\t\t\"" + city + "-DT\"\r\n"
422 + "\t\t\"" + city + " Time\"\r\n"
423 + "\t\t\"" + city + "-T\"\r\n"
424 + "\t\t\"" + city
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneAliasTest.java388 String city = id.substring(pos+1);
389 return city.replace('_',' ');
400 String city = getCity();
413 ? "\t\t\"" + city + " Standard Time\"\r\n"
414 + "\t\t\"" + city + "-ST\"\r\n"
415 + "\t\t\"" + city + " Daylight Time\"\r\n"
416 + "\t\t\"" + city + "-DT\"\r\n"
421 + "\t\t\"" + city + " Time\"\r\n"
422 + "\t\t\"" + city + "-T\"\r\n"
423 + "\t\t\"" + city
[all...]
/external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/
H A Dtpmtoken_import_openssl.cnf129 localityName = Locality Name (eg, city)
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTimeZoneGenericNames.java84 // The format pattern such as "{0} Time", where {0} is the country or city.
88 // The format pattern such as "{1} Time ({0})", where {1} is the country and {0} is a city.
91 // The format pattern such as "{1} ({0})", where {1} is the metazone, and {0} is the country or city.
249 // use the exemplar city name
253 String city = _tznames.getExemplarLocationName(canonicalTzID);
254 name = formatPattern(Pattern.REGION_FORMAT, city);
559 // Otherwise, use exemplar city name
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTimeZoneGenericNames.java82 // The format pattern such as "{0} Time", where {0} is the country or city.
86 // The format pattern such as "{1} Time ({0})", where {1} is the country and {0} is a city.
89 // The format pattern such as "{1} ({0})", where {1} is the metazone, and {0} is the country or city.
247 // use the exemplar city name
251 String city = _tznames.getExemplarLocationName(canonicalTzID);
252 name = formatPattern(Pattern.REGION_FORMAT, city);
557 // Otherwise, use exemplar city name
/external/icu/icu4c/source/i18n/
H A Dtzgnames.cpp548 // use the exemplar city name.
553 UnicodeString city; local
554 fTimeZoneNames->getExemplarLocationName(tzCanonicalID, city);
555 fRegionFormat.format(city, name, status);
792 // Otherwise, use exemplar city name
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 225 milliseconds