Home
last modified time | relevance | path

Searched defs:country (Results 1 – 25 of 102) sorted by relevance

12345

/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/
DMigrationFactory.java46 public static MigrationJob createMigration(String number, String country) throws IOException { in createMigration()
68 String country, in createCustomRecipeMigration()
84 …public static MigrationJob createMigration(Path file, String country, boolean exportInvalidMigrati… in createMigration()
108 String country, in createCustomRecipeMigration()
126 String country, in createCustomRecipeMigration()
140 …public static MigrationJob createMigration(ImmutableList<String> numbers, String country, boolean … in createMigration()
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/
DICULocaleServiceProvider.java87 String country = result.getCountry(); in toULocaleNoSpecialVariant() local
173 String country = loc.getCountry(); in addLocale() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
Dp2p_build.c85 void p2p_buf_add_listen_channel(struct wpabuf *buf, const char *country, in p2p_buf_add_listen_channel()
99 void p2p_buf_add_operating_channel(struct wpabuf *buf, const char *country, in p2p_buf_add_operating_channel()
151 void p2p_buf_add_channel_list(struct wpabuf *buf, const char *country, in p2p_buf_add_channel_list()
370 void p2p_buf_add_oob_go_neg_channel(struct wpabuf *buf, const char *country, in p2p_buf_add_oob_go_neg_channel()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
Dp2p_build.c85 void p2p_buf_add_listen_channel(struct wpabuf *buf, const char *country, in p2p_buf_add_listen_channel()
99 void p2p_buf_add_operating_channel(struct wpabuf *buf, const char *country, in p2p_buf_add_operating_channel()
151 void p2p_buf_add_channel_list(struct wpabuf *buf, const char *country, in p2p_buf_add_channel_list()
370 void p2p_buf_add_oob_go_neg_channel(struct wpabuf *buf, const char *country, in p2p_buf_add_oob_go_neg_channel()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DLocaleUtility.java29 String country = ""; in getLocaleFromName() local
DLocaleIDs.java50 public static String getISO3Country(String country){ in getISO3Country()
DZoneMeta.java455 String country = getRegion(tzid); in getCanonicalCountry() local
470 String country = getRegion(tzid); in getCanonicalCountry() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DLocaleUtility.java27 String country = ""; in getLocaleFromName() local
DLocaleIDs.java51 public static String getISO3Country(String country){ in getISO3Country()
DZoneMeta.java454 String country = getRegion(tzid); in getCanonicalCountry() local
469 String country = getRegion(tzid); in getCanonicalCountry() local
/third_party/icu/icu4c/source/test/fuzzer/
Dlocale_fuzzer.cpp43 const std::string country = ConsumeSubstring(&data, &size); in LLVMFuzzerTestOneInput() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dieee802_11_common.c944 static int country_match(const char *const cc[], const char *const country) in country_match()
1179 int ieee80211_chan_to_freq(const char *country, u8 op_class, u8 chan) in ieee80211_chan_to_freq()
1831 u8 country_to_global_op_class(const char *country, u8 op_class) in country_to_global_op_class()
1868 const struct oper_class_map * get_oper_class(const char *country, u8 op_class) in get_oper_class()
/third_party/libwebsockets/READMEs/
DREADME.plugin-acme.md127 ### country subsection
/third_party/popt/tests/
Dtest2.c40 char *country = NULL; variable
/third_party/cJSON/
Dtest.c38 const char *country; member
/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DLocaleNameTest.java55 String country = forLocale.getCountry(); in TestLanguageNames() local
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DPreferencesDialog.java235 String country = null; in updatePreferences() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_common.c1186 static int country_match(const char *const cc[], const char *const country) in country_match()
1481 int ieee80211_chan_to_freq(const char *country, u8 op_class, u8 chan) in ieee80211_chan_to_freq()
2214 u8 country_to_global_op_class(const char *country, u8 op_class) in country_to_global_op_class()
2251 const struct oper_class_map * get_oper_class(const char *country, u8 op_class) in get_oper_class()
/third_party/icu/icu4c/source/common/unicode/
Dlocid.h1142 char country[ULOC_COUNTRY_CAPACITY]; variable
/third_party/node/deps/icu-small/source/common/unicode/
Dlocid.h1154 char country[ULOC_COUNTRY_CAPACITY]; variable
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dlocid.h1142 char country[ULOC_COUNTRY_CAPACITY]; variable
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBManager.java55 String country = Resources.getCountry(localeStr); in RBManager() local
653 … String language, String country, String variant, boolean copyValues) { in createResource()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwnm_sta.h33 char country[2]; /* valid if country_present=1 */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dwnm_sta.h33 char country[2]; /* valid if country_present=1 */ member
/third_party/json/tests/src/
Dunit-udt.cpp28 enum class country enum
273 const auto country = variable
312 const udt::country country = contact_json["person"]["country"]; variable

12345