Searched refs:countries (Results 1 - 7 of 7) sorted by relevance
/third_party/tzdata/ |
H A D | tzselect.ksh | 613 countries=` 625 # Get list of names of countries in the continent or ocean. 626 countries=` 659 case $countries in 663 doselect $countries 667 country=$countries
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | ICUServiceThreadTest.java | 46 private static final String[] countries = { field in ICUServiceThreadTest 90 String c = countries[r.nextInt(countries.length)]; in getCLV()
|
H A D | DisplayNameTest.java | 68 String[] countries = addUnknown(ULocale.getISOCountries(),2); field in DisplayNameTest 121 check("Country", locale, countries, null, new DisplayNameGetter() { in checkLocale()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | ICUServiceThreadTest.java | 43 private static final String[] countries = { field in ICUServiceThreadTest 87 String c = countries[r.nextInt(countries.length)]; in getCLV()
|
H A D | DisplayNameTest.java | 65 String[] countries = addUnknown(ULocale.getISOCountries(),2); field in DisplayNameTest 118 check("Country", locale, countries, null, new DisplayNameGetter() { in checkLocale()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ohos/ |
H A D | geocoding_data.pb.h | 272 // repeated int32 countries = 5; 286 ::PROTOBUF_NAMESPACE_ID::int32 countries(int index) const; 290 countries() const; 1300 // repeated int32 countries = 5; 1313 inline ::PROTOBUF_NAMESPACE_ID::int32 GeocodingInfo::countries(int index) const { in countries() function in i18n::phonenumbers::GeocodingInfo 1314 // @@protoc_insertion_point(field_get:i18n.phonenumbers.GeocodingInfo.countries) in countries() 1319 // @@protoc_insertion_point(field_set:i18n.phonenumbers.GeocodingInfo.countries) in set_countries() 1326 // @@protoc_insertion_point(field_add:i18n.phonenumbers.GeocodingInfo.countries) in add_countries() 1333 GeocodingInfo::countries() const { in countries() function in i18n::phonenumbers::GeocodingInfo 1334 // @@protoc_insertion_point(field_list:i18n.phonenumbers.GeocodingInfo.countries) in countries() [all...] |
H A D | update_geocoding.cc | 62 countriesInfoMap->insert(std::make_pair(geocodingInfo->countries(i), geocodingInfo->countries_info(i))); in LoadGeocodingData()
|
Completed in 8 milliseconds