/external/icu4c/i18n/ |
zonemeta.h | 36 * Return the canonical country code for this tzid. If we have none, or if the time zone 37 * is not associated with a country, return null. 42 * Return the country code if this is a 'single' time zone that can fallback to just 43 * the country, otherwise return empty string. (Note, one must also check the locale data 44 * to see that there is a localization for the country in order to implement 47 static UnicodeString& U_EXPORT2 getSingleCountry(const UnicodeString &tzid, UnicodeString &country);
|
/external/chromium/third_party/icu/source/i18n/ |
zonemeta.h | 21 const UChar *country; // const because it's a reference to a resource bundle string. member in struct:CanonicalMapEntry 46 * Return the canonical country code for this tzid. If we have none, or if the time zone 47 * is not associated with a country, return null. 52 * Return the country code if this is a 'single' time zone that can fallback to just 53 * the country, otherwise return empty string. (Note, one must also check the locale data 54 * to see that there is a localization for the country in order to implement 57 static UnicodeString& U_EXPORT2 getSingleCountry(const UnicodeString &tzid, UnicodeString &country);
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
PostalSplitterForJapaneseTest.java | 45 private static final String COUNTRY = "\u65E5\u672C"; 94 assertJoinedPostal(COUNTRY + " " + POSTCODE + "\n" + STREET, 95 STREET, null, null, null, null, POSTCODE, COUNTRY); 102 assertJoinedPostal(COUNTRY + "\n" + REGION + " " + CITY + "\n" + STREET, 103 STREET, null, null, CITY, REGION, null, COUNTRY); 105 assertJoinedPostal(COUNTRY + "\n" + STREET, 106 STREET, null, null, null, null, null, COUNTRY); 110 assertJoinedPostal(COUNTRY + "\n" + STREET, 111 null, null, STREET, null, null, null, COUNTRY); 115 String neighborhood, String city, String region, String postcode, String country) { [all...] |
PostalSplitterTest.java | 99 String neighborhood, String city, String region, String postcode, String country) { 108 assertEquals(country, postal.country); 112 String neighborhood, String city, String region, String postcode, String country) { 120 postal.country = country;
|
/external/chromium/third_party/icu/source/tools/tzcode/ |
tzselect.ksh | 77 country= 151 country = cc_list[i] 152 if (cc_name[country]) { 153 country = cc_name[country] 155 print country 161 # If there's more than one country, ask the user which one. 164 echo >&2 'Please select a country.' 165 select country in $countries 167 case $country i [all...] |
/external/icu4c/tools/tzcode/ |
tzselect.ksh | 77 country= 151 country = cc_list[i] 152 if (cc_name[country]) { 153 country = cc_name[country] 155 print country 161 # If there's more than one country, ask the user which one. 164 echo >&2 'Please select a country.' 165 select country in $countries 167 case $country i [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
PostalSplitter.java | 39 public String country; field in class:PostalSplitter.Postal 48 country = values.getAsString(StructuredPostal.COUNTRY); 58 values.put(StructuredPostal.COUNTRY, country); 87 postal.region, postal.postcode, postal.country 106 final boolean hasCountry = !TextUtils.isEmpty(postal.country); 108 // First block: [country][ ][postcode] 120 builder.append(postal.country); 172 final boolean hasCountry = !TextUtils.isEmpty(postal.country); [all...] |
/frameworks/base/include/tts/ |
TtsEngine.h | 105 // Returns the level of support for the language, country and variant. 106 // @return TTS_LANG_COUNTRY_VAR_AVAILABLE if the language, country and variant are supported, 108 // TTS_LANG_COUNTRY_AVAILABLE if the language and country are supported and the 113 // the specified country and variant 117 virtual tts_support_result isLanguageAvailable(const char *lang, const char *country, 122 // language value is issued. Language and country values are coded according to the ISO three 127 // @param country pointer to the ISO three letter code for the country 130 virtual tts_result loadLanguage(const char *lang, const char *country, const char *variant); 132 // Load the resources associated with the specified language, country and Locale variant [all...] |
/frameworks/base/packages/TtsService/src/android/tts/ |
SynthProxy.java | 103 public int isLanguageAvailable(String language, String country, String variant) { 104 return native_isLanguageAvailable(mJniData, language, country, variant); 117 public int setLanguage(String language, String country, String variant) { 118 return native_setLanguage(mJniData, language, country, variant); 124 public int loadLanguage(String language, String country, String variant) { 125 return native_loadLanguage(mJniData, language, country, variant); 143 * Returns the currently set language, country and variant information. 200 String country, String variant); 202 private native final int native_setLanguage(int jniData, String language, String country, 205 private native final int native_loadLanguage(int jniData, String language, String country, [all...] |
/external/svox/pico/src/com/svox/pico/ |
GetSampleText.java | 41 String country = i.getExtras().getString("country"); local 45 if (country.equals("GBR")){
|
/libcore/luni/src/main/java/java/util/ |
Currency.java | 65 // it a valid country code, and will just return a sensible default for the default 101 * Returns the {@code Currency} instance for this {@code Locale}'s country. 104 * the {@code Locale} of a country. 105 * @return the {@code Currency} used in the country defined by the locale parameter. 108 * if the locale's country is not a supported ISO 3166 Country. 116 String country = locale.getCountry(); local 120 country = country + "_" + variant; 123 String currencyCode = ICU.getCurrencyCodeNative(country); [all...] |
Locale.java | 31 * {@code Locale} represents a language/country/variant combination. Locales are used to 37 * The country codes are two-letter uppercase ISO country codes (such as "US") as defined by 183 * country, and variant. 247 * Constructs a new {@code Locale} using the specified language and country codes. 249 public Locale(String language, String country) { 250 this(language, country, ""); 254 * Constructs a new {@code Locale} using the specified language, country, 257 public Locale(String language, String country, String variant) { 258 if (language == null || country == null || variant == null) [all...] |
/external/chromium/third_party/icu/source/data/translit/ |
en.txt | 18 // TODO: Reorganize this data like Country, Currencies and Language tables.
|
/external/icu4c/data/translit/ |
en.txt | 18 // TODO: Reorganize this data like Country, Currencies and Language tables.
|
/device/htc/common/ |
README.ecclist_for_mcc.conf | 22 [MCC of a country] white space [Emergency number for that country, separated by comma]
|
/packages/apps/Browser/tools/ |
get_search_engines.py | 146 def getSearchEnginesForCountry(self, country): 147 """Returns the list of search engine names for the given country. 152 # where XX = country. 153 pos = self.chrome_data.find('engines_' + country) 155 print ('Unable to find search engine data for country ' + country + '.') 200 The new file contains search engines specific to that country. If required 206 print ('Locale must be of format <language>-<country>. For e.g.' 211 country = locale[separator_pos + 1:].upper() 212 dir_path = os.path.join(self.resdir, 'values-' + language + '-r' + country) [all...] |
/external/chromium/third_party/icu/public/common/unicode/ |
locid.h | 50 * according to the customs/conventions of the user's native country, 61 * const char* country, 73 * The second argument to the constructors is a valid <STRONG>ISO Country 114 * itself. Use <code>getCountry</code> to get the ISO Country Code and 117 * name of the country suitable for displaying to the user. Similarly, 122 * that takes a locale as an argument and displays the name or country in 161 * through these objects by language, country, or variant, 202 /** Useful constant for this country/region. @stable ICU 2.0 */ 204 /** Useful constant for this country/region. @stable ICU 2.0 */ 206 /** Useful constant for this country/region. @stable ICU 2.0 * 702 char country[ULOC_COUNTRY_CAPACITY]; member in class:Locale [all...] |
/external/icu4c/common/unicode/ |
locid.h | 50 * according to the customs/conventions of the user's native country, 61 * const char* country, 73 * The second argument to the constructors is a valid <STRONG>ISO Country 114 * itself. Use <code>getCountry</code> to get the ISO Country Code and 117 * name of the country suitable for displaying to the user. Similarly, 122 * that takes a locale as an argument and displays the name or country in 161 * through these objects by language, country, or variant, 204 /** Useful constant for this country/region. @stable ICU 2.0 */ 206 /** Useful constant for this country/region. @stable ICU 2.0 */ 208 /** Useful constant for this country/region. @stable ICU 2.0 * 718 char country[ULOC_COUNTRY_CAPACITY]; member in class:Locale [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/NetworkCtrl/RegulatoryDomain/ |
regulatoryDomain.c | 188 * Indicate the time in which the STA didn't receive any country code and was not connected, and therefore 189 * will delete its current country code 267 else /* Update country code and supported channels */ 279 /* Check if Country code should be updated */ 361 /* Update the last time a country code was used. 362 After uTimeOutToResetCountryMs the country code will be deleted */ 412 /* Mark that no country was found - applies for both enabling and disabling of 11d */ 574 /* This case is used as an inner function of the driver to retrieve the full IE of the country */ 578 /* Check if country code is still valid */ 607 /* Getting only country string * [all...] |
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
smeSm.c | 636 * Scan parameters are set according to scan target - find country IE, find desired SSID, or both 637 * (one on each band). To find country IE we use passive scan forever, to find the desired SSID we 638 * use active scan until the current country IE expires. In addition, we take into account the WSC PB 639 * mode - scan constantly for two minutes (but under the country validity and expiry constraints) 667 /* get country validity for all bands */ 681 /* for each channel, if country is found, set active scan */ 688 /* if 802.11d is disabled, or country is available for this band */ 695 /* 802.11d is enabled and no country available */ 702 * in order to fined country set uMaxDwellTimeMs ( that at passive scan set the passiveScanDuration ) 721 * if for at least one band country is known and scan is performed on this band - means we need to [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/ |
smeSm.c | 631 * Scan parameters are set according to scan target - find country IE, find desired SSID, or both 632 * (one on each band). To find country IE we use passive scan forever, to find the desired SSID we 633 * use active scan until the current country IE expires. In addition, we take into account the WSC PB 634 * mode - scan constantly for two minutes (but under the country validity and expiry constraints) 660 /* get country validity for all bands */ 674 /* for each channel, if country is found, set active scan */ 681 /* if 802.11d is disabled, or country is available for this band */ 688 /* 802.11d is enabled and no country available */ 695 * in order to fined country set uMaxDwellTimeMs ( that at passive scan set the passiveScanDuration ) 714 * if for at least one band country is known and scan is performed on this band - means we need to [all...] |
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/ |
regulatoryDomain.c | 209 * Indicate the time in which the STA didn't receive any country code and was not connected, and therefore 210 * will delete its current country code 263 else /* Update country code and supported channels */ 344 /* Update the last time a country code was used. 345 After uTimeOutToResetCountryMs the country code will be deleted */ 378 /* Mark that no country was found - applies for both enabling and disabling of 11d */ 441 /* Check if country code is still valid */ 521 /* This case is used as an inner function of the driver to retrieve the full IE of the country */ 550 /* Getting only country string */ 563 /* Getting only country string * [all...] |
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/ |
regulatoryDomain.c | 209 * Indicate the time in which the STA didn't receive any country code and was not connected, and therefore 210 * will delete its current country code 263 else /* Update country code and supported channels */ 344 /* Update the last time a country code was used. 345 After uTimeOutToResetCountryMs the country code will be deleted */ 378 /* Mark that no country was found - applies for both enabling and disabling of 11d */ 441 /* Check if country code is still valid */ 521 /* This case is used as an inner function of the driver to retrieve the full IE of the country */ 550 /* Getting only country string */ 563 /* Getting only country string * [all...] |
/frameworks/base/native/android/ |
configuration.cpp | 58 outCountry[0] = config->country[0]; 59 outCountry[1] = config->country[1]; 129 void AConfiguration_setCountry(AConfiguration* config, const char* country) { 130 config->country[0] = country[0]; 131 config->country[1] = country[1];
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
TelephonyProperties.java | 68 /** The ISO country code equivalent of the current registered operator's 69 * MCC (Mobile Country Code)<p> 73 static final String PROPERTY_OPERATOR_ISO_COUNTRY = "gsm.operator.iso-country"; 84 /** The MCC+MNC (mobile country code+mobile network code) of the 95 /** ISO country code equivalent for the SIM provider's country code*/ 96 static String PROPERTY_ICC_OPERATOR_ISO_COUNTRY = "gsm.sim.operator.iso-country";
|