HomeSort by relevance Sort by last modified time
    Searched refs:country (Results 76 - 100 of 292) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/autofill/
address.h 45 // Returns the localized country name corresponding to |country_code_|.
46 string16 Country() const;
51 // Sets the |country_code_| based on |country|, which should be a localized
52 // country name.
53 void SetCountry(const string16& country);
autofill_country.cc 39 // The maximum capacity needed to store a locale up to the country code.
43 // Maps country codes to localized label string identifiers.
288 // A singleton class that encapsulates a map from country codes to country data.
350 // A singleton class that encapsulates mappings from country names to their
351 // corresponding country codes.
356 // Returns the country code corresponding to |country|, which should be a
357 // country code or country name localized to |locale|
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_country.h 17 // country.
41 // Stores data associated with a country. Strings are localized to the app
45 // Returns country data corresponding to the two-letter ISO code
54 // Returns the likely country code for |locale|, or "US" as a fallback if no
58 // Returns the country code corresponding to |country|, which should be a
59 // country code or country name localized to |locale|. This function can
61 static const std::string GetCountryCode(const base::string16& country,
69 // City is expected in a complete address for this country
    [all...]
  /external/icu4c/i18n/
zonemeta.h 52 * Return the canonical country code for this tzid. If we have none, or if the time zone
53 * is not associated with a country, return bogus string.
55 * @param country [output] Country code
56 * @param isPrimary [output] TRUE if the zone is the primary zone for the country
57 * @return A reference to the result country
59 static UnicodeString& U_EXPORT2 getCanonicalCountry(const UnicodeString &tzid, UnicodeString &country, UBool *isPrimary = NULL);
  /external/kernel-headers/original/linux/
uhid.h 50 __u32 country; member in struct:uhid_create_req
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneData.java 133 * Dropping non-GMT tzs without a country code. They are not really
134 * needed and they are dups but missing proper country codes. e.g.
203 // Grouping tz's by country for search by country
368 * zone.tab contains a list of time zones and country code. They are
369 * "sorted first by country, then an order within the country that (1)
380 // 0: country code
394 * Dropping non-GMT tzs without a country code. They are not
396 * country codes. e.g. WET CET MST7MDT PST8PDT Asia/Khandyg
406 String country = mCountryCodeToNameMap.get(countryCode); local
    [all...]
TimeZoneInfo.java 57 public TimeZoneInfo(TimeZone tz, String country) {
60 mCountry = country;
231 final String country = this.mCountry; local
252 sb.append(country);
318 // By country
336 Log.e(TAG, "Not expected to be comparing tz with the same country, same offset," +
  /external/chromium_org/chrome/browser/spellchecker/
feedback_sender.cc 107 // Builds feedback parameters from |suggestion_info|, |language|, and |country|.
111 const std::string& country) {
116 params->SetString("originCountry", country);
145 const std::string& country)
148 country_(country),
315 const std::string& country) {
318 country_ = country;
  /external/wpa_supplicant_8/src/p2p/
p2p_build.c 87 void p2p_buf_add_listen_channel(struct wpabuf *buf, const char *country,
93 wpabuf_put_data(buf, country, 3);
101 void p2p_buf_add_operating_channel(struct wpabuf *buf, const char *country,
107 wpabuf_put_data(buf, country, 3);
115 void p2p_buf_add_channel_list(struct wpabuf *buf, const char *country,
124 wpabuf_put_data(buf, country, 3); /* Country String */
p2p_go_neg.c 49 os_memcpy(dev->country, pos, 3);
50 wpa_hexdump_ascii(MSG_DEBUG, "P2P: Peer country", pos, 3);
51 if (pos[2] != 0x04 && os_memcmp(pos, p2p->cfg->country, 2) != 0) {
52 p2p_info(p2p, "Mismatching country (ours=%c%c peer's=%c%c)",
53 p2p->cfg->country[0], p2p->cfg->country[1],
162 p2p_buf_add_listen_channel(buf, p2p->cfg->country, p2p->cfg->reg_class,
168 p2p_buf_add_channel_list(buf, p2p->cfg->country, &p2p->channels);
170 p2p_buf_add_operating_channel(buf, p2p->cfg->country,
285 p2p_buf_add_operating_channel(buf, p2p->cfg->country,
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
zonemeta.cpp 32 // Country info vectors
286 ZoneMeta::getSingleCountry(const UnicodeString &tzid, UnicodeString &country) {
287 // Get canonical country for the zone
291 country.remove();
292 return country;
325 country.remove();
326 return country;
374 // no single country by default for any error cases
397 country.remove();
399 country.setTo(region, -1)
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
IWifiManager.aidl 64 void setCountryCode(String country, boolean persist);
  /packages/apps/Settings/src/com/android/settings/
SettingsSafetyLegalActivity.java 53 final String country = configuration.locale.getCountry(); local
55 String loc = String.format("locale=%s-%s", language, country);
  /packages/apps/Settings/src/com/android/settings/accessibility/
LocalePreference.java 67 final String country = localeStr.substring(3, 5); local
68 final Locale l = new Locale(language, country);
74 // same lang and a country -> upgrade to full name and
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
FlagManagerTest.java 106 String country = regionNames.get(code); local
107 if (country == null) {
117 "language to country bindings: " + unused);
  /external/chromium_org/components/autofill/core/browser/android/
test_auxiliary_profile_loader_android.h 51 void SetCountry(const base::string16& country);
auxiliary_profile_unittest_android.cc 114 base::string16 country = ASCIIToUTF16("England");
120 profile_loader().SetCountry(country);
127 EXPECT_EQ(profile->GetRawInfo(ADDRESS_HOME_COUNTRY), country);
  /external/apache-xml/src/main/java/org/apache/xpath/res/
XPATHErrorResources.java 991 String country = locale.getCountry(); local
    [all...]
  /external/svox/pico/tts/
com_svox_picottsengine.cpp     [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java 73 String country = locale.getCountry(); local
76 if (country != null) {
77 scanner.setLocale(language + "_" + country);
  /external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.cc 72 // Returns a dictionary that maps country codes to data for the country.
80 const AutofillCountry country(country_codes[i], app_locale);
83 details->SetString("name", country.name());
84 details->SetString("postalCodeLabel", country.postal_code_label());
85 details->SetString("stateLabel", country.state_label());
87 country_data->Set(country.country_code(), details);
334 address.SetString("country", profile->CountryCode());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsUsageMonitor.java 119 /** Country code for the cached short code pattern matcher. */
146 /** XML tag for short code patterns for a specific country. */
149 /** XML attribute for the country code. */
150 private static final String ATTR_COUNTRY = "country";
183 * SMS short code regex pattern matcher for a specific country.
274 * Return a pattern matcher object for the specified country.
275 * @param country the country to search for
276 * @return a {@link ShortCodePatternMatcher} for the specified country, or null if not found
278 private ShortCodePatternMatcher getPatternMatcherFromFile(String country) {
    [all...]
  /external/chromium_org/third_party/icu/source/common/
locid.cpp 429 *p++ = '_'; /* No country found */
489 /* Copy the language and country fields */
492 uprv_strcpy(country, other.country);
544 language[0] = script[0] = country[0] = 0;
592 || (fieldLen[1] == 4 && fieldLen[2] >= (int32_t)(sizeof(country)))
593 || (fieldLen[1] != 4 && fieldLen[1] >= (int32_t)(sizeof(country))))
610 /* We have a country */
611 uprv_memcpy(country, field[2], fieldLen[2]);
612 country[fieldLen[2]] = 0
    [all...]
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java 97 * Denotes the language is available for the language and country specified
104 * but not the country and variant.
322 * available voices. The format of each voice is: lang-COUNTRY-variant where COUNTRY and
326 * lang-COUNTRY-variant where COUNTRY and variant are optional (ie, "eng" or
339 * <li>country</li>
363 * The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are
371 * The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant ar
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
View_UsingViewsTest.java 42 * country of Argentina
47 * country of America
52 * country of China
463 private boolean showPicture(String country) {
464 if (ARGENTINA.equals(country)) {
467 } else if (AMERICA.equals(country)) {
470 } else if (CHINA.equals(country)) {
481 String country = mEditText.getText().toString(); local
482 if (!showPicture(country)) {

Completed in 1204 milliseconds

1 2 34 5 6 7 8 91011>>