HomeSort by relevance Sort by last modified time
    Searched defs:country (Results 51 - 71 of 71) sorted by null

1 23

  /external/chromium/third_party/icu/source/test/cintltst/
cloctst.c 58 /* country code */
68 /* ISO-3 country */
77 /* display country (English) */
90 /* display country (French) */
103 /* display country (Catalan) */
127 /* display country (Greek) */
279 log_err(" Country code mismatch: %s versus %s\n", temp, rawData2[CTRY][i]);
539 log_err(" ISO-3 Country code mismatch: %s versus %s\n", austrdup(expected),
2778 char country[256] ={'\\0'}; local
    [all...]
  /external/icu4c/test/cintltst/
cloctst.c 58 /* country code */
68 /* ISO-3 country */
77 /* display country (English) */
90 /* display country (French) */
103 /* display country (Catalan) */
127 /* display country (Greek) */
284 log_err(" Country code mismatch: %s versus %s\n", temp, rawData2[CTRY][i]);
544 log_err(" ISO-3 Country code mismatch: %s versus %s\n", austrdup(expected),
2802 char country[256] ={'\\0'}; local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneBase.java 568 String country = ""; local
570 country = l.substring(3, 5);
572 setSystemLocale(language, country);
593 * @param country Two character country code desired
597 public void setSystemLocale(String language, String country) {
599 String c = SystemProperties.get("persist.sys.country");
605 if (null == country) {
606 country = "";
608 country = country.toUpperCase()
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/res/
XSLTErrorResources.java 1502 String country = locale.getCountry(); local
    [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 251 String country; field in class:ContactsSyncAdapter.Address
257 return city != null || country != null || code != null || state != null
443 work.country = getValue();
458 home.country = getValue();
473 other.country = getValue();
602 work.state, work.country, work.code);
606 home.state, home.country, home.code);
610 other.state, other.country, other.code);
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/cache/
CacheService.java 752 String country = Utils.readUTF(dis); local
    [all...]
  /frameworks/base/include/utils/
ResourceTypes.h 807 // Mobile country code (from SIM). 0 means "any".
821 char country[2]; member in struct:android::ResTable_config::__anon8811::__anon8812
    [all...]