Home
last modified time | relevance | path

Searched refs:country (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dtzselect.ksh77 country=
165 select country in $countries
167 case $country in
173 case $country in
177 country=$countries
183 -v country="$country" \
220 -v country="$country" \
271 case $country+$region in
272 ?*+?*) echo >&2 " $country$newline $region";;
273 ?*+) echo >&2 " $country";;
/third_party/icu/icu4c/source/tools/tzcode/
Dtzselect.ksh77 country=
165 select country in $countries
167 case $country in
173 case $country in
177 country=$countries
183 -v country="$country" \
220 -v country="$country" \
271 case $country+$region in
272 ?*+?*) echo >&2 " $country$newline $region";;
273 ?*+) echo >&2 " $country";;
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dtzselect.ksh77 country=
165 select country in $countries
167 case $country in
173 case $country in
177 country=$countries
183 -v country="$country" \
220 -v country="$country" \
271 case $country+$region in
272 ?*+?*) echo >&2 " $country$newline $region";;
273 ?*+) echo >&2 " $country";;
/third_party/libphonenumber/
Drelease_notes.txt6 - New geocoding data for country calling code(s):
8 - Updated carrier data for country calling code(s):
16 - Updated carrier data for country calling code(s):
24 - Updated carrier data for country calling code(s):
30 - New geocoding data for country calling code(s): 1464 (en)
31 - Updated carrier data for country calling code(s):
42 - Updated geocoding data for country calling code(s):
44 - Updated carrier data for country calling code(s): 238 (en), 248 (en)
51 - Updated geocoding data for country calling code(s): 56 (en, es)
52 - Updated carrier data for country calling code(s):
[all …]
DFALSEHOODS.md56 1. **Each country calling code corresponds to exactly one country**
58 The USA, Canada, and several Caribbean islands share the country calling
61 1. **Each country has only one country calling code**
65 country calling code for Serbia (+381), Slovenia (+386), or Monaco (+377),
73 Some numbers can only be dialed within the country. Some can only be dialled
120 after the country code (54) needs to be removed. This transforms +54 9 2982
143 with one to three digits reserved for the country calling code, but valid
146 1. **All valid phone numbers belong to a country**
148 There are many "country calling codes" issued to non-geographical entities,
183 `(0)`) after the country calling code to indicate that it should be
[all …]
/third_party/boost/libs/bimap/example/
Dtagged_simple_bimap.cpp29 struct country {}; struct
40 tagged< std::string, country >, in main()
64 << i->get<country>() << std::endl; in main()
73 for( results_bimap::map_by<country>::const_iterator in main()
74 i = results.by<country>().begin(), in main()
75 iend = results.by<country>().end() ; in main()
78 std::cout << i->get<country>() << " ends " in main()
/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() argument
47 DigitSequence countryCode = DigitSequence.of(country); in createMigration()
68 String country, in createCustomRecipeMigration() argument
70 DigitSequence countryCode = DigitSequence.of(country); in createCustomRecipeMigration()
84 …public static MigrationJob createMigration(Path file, String country, boolean exportInvalidMigrati… in createMigration() argument
87 DigitSequence countryCode = DigitSequence.of(country); in createMigration()
108 String country, in createCustomRecipeMigration() argument
112 DigitSequence countryCode = DigitSequence.of(country); in createCustomRecipeMigration()
126 String country, in createCustomRecipeMigration() argument
128 DigitSequence countryCode = DigitSequence.of(country); in createCustomRecipeMigration()
[all …]
/third_party/json/test/src/
Dunit-udt.cpp42 enum class country enum
71 country m_country;
73 person(const age& a, const name& n, const country& c) : m_age(a), m_name(n), m_country(c) {} in person()
110 static void to_json(BasicJsonType& j, country c) in to_json()
114 case country::china: in to_json()
117 case country::france: in to_json()
120 case country::russia: in to_json()
199 static void from_json(const BasicJsonType& j, country& c) in from_json()
202 static const std::map<std::string, country> m = in from_json()
204 {u8"中华人民共和国", country::china}, in from_json()
[all …]
/third_party/boost/libs/python/example/quickstart/
Dextending.cpp17 hello(const std::string& country) { this->country = country; } in hello() argument
18 std::string greet() const { return "Hello from " + country; } in greet()
20 std::string country; member in __anon16d4f6ee0111::hello
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DPreferencesDialog.java235 String country = null; in updatePreferences() local
243 country = Resources.getCountry(encoding); in updatePreferences()
245 RBManagerGUI.debugMsg("Before: " + language + "_" + country + "_" + variant); in updatePreferences()
246 if (country == null) country = new String(); in updatePreferences()
247 if (variant == null) locale = new Locale(language, country); in updatePreferences()
248 else locale = new Locale(language, country, variant); in updatePreferences()
253 country = Resources.getCountry(encoding); in updatePreferences()
255 if (country == null) country = new String(); in updatePreferences()
256 if (variant == null) locale = new Locale(language, country); in updatePreferences()
257 else locale = new Locale(language, country, variant); in updatePreferences()
[all …]
/third_party/typescript/tests/baselines/reference/
DtsxAttributeResolution16.types9 country: string;
10 >country : string
40 let a = <AddressComp postalCode='T1B 0L3' street="vancouver" country="CA" />
42 ><AddressComp postalCode='T1B 0L3' street="vancouver" country="CA" /> : JSX.Element
46 >country : string
DtsxAttributeResolution16.symbols11 country: string;
12 >country : Symbol(Address.country, Decl(file.tsx, 3, 17))
50 let a = <AddressComp postalCode='T1B 0L3' street="vancouver" country="CA" />
55 >country : Symbol(country, Decl(file.tsx, 23, 60))
/third_party/boost/libs/python/test/
Dpickle4.cpp24 std::string country; member in boost_python_test::world
27 this->country = _country; in world()
29 std::string greet() const { return "Hello from " + country + "!"; } in greet()
30 std::string get_country() const { return country; } in get_country()
Dpickle1.cpp28 std::string country; member in boost_python_test::world
31 this->country = _country; in world()
33 std::string greet() const { return "Hello from " + country + "!"; } in greet()
34 std::string get_country() const { return country; } in get_country()
Dpickle2.cpp38 this->country = _country; in world()
40 std::string greet() const { return "Hello from " + country + "!"; } in greet()
41 std::string get_country() const { return country; } in get_country()
45 std::string country; member in boost_python_test::world
Dpickle3.cpp35 this->country = _country; in world()
37 std::string greet() const { return "Hello from " + country + "!"; } in greet()
38 std::string get_country() const { return country; } in get_country()
42 std::string country; member in boost_python_test::world
/third_party/node/deps/cares/src/tools/
Dacountry.c568 const struct search_list *country; in find_country_from_cname() local
624 country = list_lookup(cnumber, country_list, in find_country_from_cname()
626 if (!country) in find_country_from_cname()
632 if ((country->short_name[0] != ccode_A2[0]) || in find_country_from_cname()
633 (country->short_name[1] != ccode_A2[1]) || in find_country_from_cname()
634 (country->short_name[2] != ccode_A2[2])) in find_country_from_cname()
636 country->short_name, ccode_A2); in find_country_from_cname()
639 country->long_name, country->short_name, cnumber); in find_country_from_cname()
/third_party/gettext/gettext-tools/src/gnu/gettext/
DDumpResource.java192 String country; in DumpResource() local
198 country = language.substring(i+1); in DumpResource()
201 country = ""; in DumpResource()
204 int j = country.indexOf('_'); in DumpResource()
206 variant = country.substring(j+1); in DumpResource()
207 country = country.substring(0,j); in DumpResource()
211 Locale locale = new Locale(language,country,variant); in DumpResource()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DLocaleUtility.java29 String country = ""; in getLocaleFromName() local
40 country = name.substring(i1); in getLocaleFromName()
42 country = name.substring(i1, i2); in getLocaleFromName()
47 return new Locale(language, country, variant); in getLocaleFromName()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DLocaleUtility.java27 String country = ""; in getLocaleFromName() local
38 country = name.substring(i1); in getLocaleFromName()
40 country = name.substring(i1, i2); in getLocaleFromName()
45 return new Locale(language, country, variant); in getLocaleFromName()
/third_party/libphonenumber/resources/
Dphonemetadata.proto63 // the NATIONAL format when a national prefix exists for a certain country.
92 // certain country.
106 // the full number, without country calling code or national prefix. For
165 // The CLDR 2-letter representation of a country/region, with the exception of
166 // "country calling codes" used for non-geographical entities, such as
172 // The country calling code that one would dial from overseas when trying to
173 // dial a phone number in this country. For example, this would be "64" for
177 // The international_prefix of country A is the number that needs to be
178 // dialled from country A to another country (country B). This is followed
179 // by the country code for country B. Note that some countries may have more
[all …]
/third_party/tzdata/
Dtzselect.ksh297 country=
442 -v country="$country" \
472 -v country="$country" \
526 case $country%$region%$coord in
527 ?*%?*%) say >&2 " $country$newline $region";;
528 ?*%%) say >&2 " $country";;
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
DFlatBuffersTests.swift22 let country = "Norway" variable
36 XCTAssertEqual(b.create(string: country).o, 12) in testCreateString()
40 XCTAssertEqual(b.create(string: country).o, 32) in testCreateString()
49 XCTAssertEqual(b.create(string: country).o, 12) in testStartTable()
55 let countryOff = Country.createCountry(builder: &b, name: country, log: 200, lan: 100) in testCreateFinish()
63 let countryOff = Country.createCountry(builder: &b, name: country, log: 200, lan: 100) in testCreateFinishWithPrefix()
76 XCTAssertEqual(c.name, country) in testReadCountry()
/third_party/libphonenumber/migrator/
DREADME.md3country code](https://countrycode.org/). If inputted numbers match any of the supported internal r…
9 …ion``` - input a single E.164 phone number with its corresponding BCP-47 country code. If there is…
11 … text file location with one E.164 number per line along with the BCP-47 country code that corresp…
13 …. Custom recipe migrations will not check if converted numbers are valid based on country formats.
15 …rated into invalid formats based on known valid phone number ranges for the specified country code.
21 …number is seen as invalid, producing a number not dialable for the given country, unless the --exp…
23 …--countryCode``` - the BCP-47 country code that corresponds to the given phone number input. Only …
70 # Migration of country code +84 phone number(s):
74 If the given number is already in a valid format for the given country code, a migration will not o…
80 # Migration of country code +84 phone number(s):
[all …]
/third_party/boost/libs/geometry/example/with_external_libs/
Dx04_wxwidgets_world_mapper.cpp159 void DrawCountry(wxDC& dc, country_type const& country);
275 BOOST_FOREACH(country_type const& country, m_countries) in OnMouseMove()
277 if (bg::selected(country, point, 0)) in OnMouseMove()
346 BOOST_FOREACH(country_type const& country, m_countries) in DrawCountries()
348 DrawCountry(dc, country); in DrawCountries()
358 void HelloWorldCanvas::DrawCountry(wxDC& dc, country_type const& country) in DrawCountry() argument
362 BOOST_FOREACH(bg::model::polygon<point_2d> const& poly, country) in DrawCountry()

12345678910>>...16