Home
last modified time | relevance | path

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

12345678910>>...14

/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/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/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/
Drelease_notes.txt8 - New geocoding data for country calling code(s): 63 (en), 1340 (en)
9 - Updated geocoding data for country calling code(s):
12 - New carrier data for country calling code(s):
14 - Updated carrier data for country calling code(s):
29 - New geocoding data for country calling code(s):
31 - Updated geocoding data for country calling code(s):
33 - New carrier data for country calling code(s):
35 - Updated carrier data for country calling code(s):
44 - Updated alternate formatting data for country calling code(s): 595
51 - New geocoding 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 …]
DFAQ.md5 ### Why wasn't the country code removed when parsing?
8 are intended to be the country calling code, or the start of the national
11 This affects primarily German phone numbers, where 49 is both a country calling
13 digits will only be interpreted as a country calling code if the number is not
16 If you know that your numbers are always in the form &lt;country calling
56 Usually, when parsing, we remove a country's national or trunk prefix, so we can
61 1. If a country does not use a national prefix, or does not use one anymore, we
67 1. If the number is too short to be a valid phone number in this country, we do
80 US](http://libphonenumber.appspot.com/phonenumberparser?number=0015417540000&country=US),
86 `AC`](http://libphonenumber.appspot.com/phonenumberparser?number=0015417540000&country=AC)
[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 __anon2c240b130111::hello
/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/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/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))
DtsxAttributeResolution16.js6 country: string;
25 let a = <AddressComp postalCode='T1B 0L3' street="vancouver" country="CA" />
58 var a = <AddressComp postalCode='T1B 0L3' street="vancouver" country="CA"/>;
/third_party/cares/
Dacountry.c552 const struct search_list *country; in find_country_from_cname() local
608 country = list_lookup(cnumber, country_list, in find_country_from_cname()
610 if (!country) in find_country_from_cname()
616 if ((country->short_name[0] != ccode_A2[0]) || in find_country_from_cname()
617 (country->short_name[1] != ccode_A2[1]) || in find_country_from_cname()
618 (country->short_name[2] != ccode_A2[2])) in find_country_from_cname()
620 country->short_name, ccode_A2); in find_country_from_cname()
623 country->long_name, country->short_name, cnumber); in find_country_from_cname()
/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()
DLocaleIDs.java50 public static String getISO3Country(String country){ in getISO3Country() argument
52 int offset = findIndex(_countries, country); in getISO3Country()
56 offset = findIndex(_obsoleteCountries, country); in getISO3Country()
/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/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/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()
/third_party/XKeyboardConfig/docs/
DREADME.symbols3 for a given country or language or script.
15 Keyboard layouts for a country must use the 2-letter code from the
39 If the layout is country-based, the group name has to be the full name of
40 the country. It is highly discouraged to use forms like "Republic of XXX"

12345678910>>...14