Home
last modified time | relevance | path

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

123456

/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/boost/libs/python/example/quickstart/
Dextending.cpp17 hello(const std::string& country) { this->country = country; } in hello()
20 std::string country; member in __anon16d4f6ee0111::hello
/third_party/boost/libs/python/test/
Dpickle4.cpp24 std::string country; member in boost_python_test::world
Dpickle1.cpp28 std::string country; member in boost_python_test::world
Dpickle2.cpp45 std::string country; member in boost_python_test::world
Dpickle3.cpp42 std::string country; member in boost_python_test::world
/third_party/boost/libs/bimap/example/
Dtagged_simple_bimap.cpp29 struct country {}; struct
/third_party/boost/libs/locale/src/util/
Dlocale_data.hpp27 std::string country; member in boost::locale::util::locale_data
/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/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()
/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()
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
DFlatbuffersDoubleTests.swift22 let country = "Norway" variable
DFlatBuffersTests.swift22 let country = "Norway" variable
/third_party/boost/boost/locale/
Dinfo.hpp67 std::string country() const in country() function in boost::locale::info
/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_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/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/libwebsockets/READMEs/
DREADME.plugin-acme.md127 ### country subsection
/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/popt/tests/
Dtest2.c40 char *country = NULL; variable
/third_party/cJSON/
Dtest.c38 const char *country; member
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dlocid.h1047 char country[ULOC_COUNTRY_CAPACITY]; variable
/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DLocaleNameTest.java55 String country = forLocale.getCountry(); in TestLanguageNames() local

123456