Home
last modified time | relevance | path

Searched refs:countries (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/external/libwebm/webm_parser/tests/
Dchapter_display_parser_test.cc37 EXPECT_EQ(static_cast<std::size_t>(0), chapter_display.countries.size()); in TEST_F()
63 ASSERT_EQ(static_cast<std::size_t>(1), chapter_display.countries.size()); in TEST_F()
64 EXPECT_TRUE(chapter_display.countries[0].is_present()); in TEST_F()
65 EXPECT_EQ("", chapter_display.countries[0].value()); in TEST_F()
110 ASSERT_EQ(static_cast<std::size_t>(2), chapter_display.countries.size()); in TEST_F()
111 EXPECT_TRUE(chapter_display.countries[0].is_present()); in TEST_F()
112 EXPECT_EQ("area0", chapter_display.countries[0].value()); in TEST_F()
113 EXPECT_TRUE(chapter_display.countries[1].is_present()); in TEST_F()
114 EXPECT_EQ("area1", chapter_display.countries[1].value()); in TEST_F()
/external/one-true-awk/testdir/
DCompare.p10 $oldawk -f $i test.countries test.countries >foo1
11 $awk -f $i test.countries test.countries >foo2
Dcleanup1 rm -f core foo* junk* glop* *temp* *.p bigpop smallpop tt.* countries td.1
3 rm -f T.* t.* p.* u.* chem.awk test.data test.countries Compare*
Dxc12 time awk -f $i test.countries >foo1
13 time ../drek test.countries >foo2
Dp.26a3 "Asian countries in millions is", pop }
Dp.263 "Asian countries in millions is", pop }
/external/python/cpython2/Tools/world/
Dworld110 elif countries.has_key(addr):
111 print rawaddr, 'originated from', countries[addr]
241 codes = countries.keys()
244 print ' %2s:' % code, countries[code]
304 countries = { variable
547 all.update(countries)
/external/icu/icu4c/source/tools/tzcode/
Dtzselect.ksh138 countries=$($AWK -F'\t' \
162 case $countries in
165 select country in $countries
177 country=$countries
/external/cldr/tools/java/org/unicode/cldr/util/data/
DUnMacroRegions.txt48 199 Least developed countries
49 432 Landlocked developing countries
51 778 Transition countries
363 199 Least developed countries
416 432 Landlocked developing countries
504 778 Transition countries d/
520 Transition countries of South-Eastern Europe
/external/libxkbcommon/test/data/symbols/
Dkpdl7 // As a result users of SI-abiding countries expect either a "." or a ","
38 // Period <KPDL>, usual keyboard serigraphy in most countries
48 // Period <KPDL>, usual keyboard serigraphy in most countries, latin-9 restriction
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
Dm49_raw.txt72 199 Least developed countries
74 432 Landlocked developing countries
1207 Least developed countries
1358 Landlocked developing countries
/external/mtools/
Dcodepage.h39 extern country_t countries[];
/external/libwebm/webm_parser/src/
Dchapter_display_parser.h29 &ChapterDisplay::countries)) {} in ChapterDisplayParser()
/external/libphonenumber/
Drelease_notes.txt101 to use the new possibleLengths metadata. This affects a lot of countries,
525 could belong to multiple countries
526 - Removing obsolete code that treated countries with no metadata as valid.
611 countries with very long carrier codes, such as Korea.
724 - Added carrier mapping files for some NANPA countries, EG, SS, MA, DZ, TN, GM, SN, MR, ML, GN,
743 - Adding a token to indicate which countries have mobile portability.
748 - Bug fix: Argentinian (and other countries with mobile tokens) mobile numbers now geocode
780 -- Not requiring the NDC to be alone for countries where there is no national prefix in strict
833 - Fix for as-you-type-formatting bug affecting countries with no national prefix
938 format for countries with no national prefix, e.g. Spain.
[all …]
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateStatistics.java58 …Set<String> languages = new TreeSet<>(col), countries = new TreeSet<>(col), draftLanguages = new T… in generateSize() local
82 countries, nativeLanguages, nativeCountries); in generateSize()
86 + languages.size() + ", " + countries.size() + ", " in generateSize()
101 logHtml.println("<p><b>Territories (" + countries.size() + "):</b>"); in generateSize()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/cldr/units/
D_readme.txt4 …de and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/cldr/units/
D_readme.txt4 …de and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
/external/icu/icu4c/source/test/testdata/cldr/units/
D_readme.txt4 …de and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
/external/cldr/common/testData/units/
D_readme.txt4 …de and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
/external/cldr/common/testData/
D_readme.txt4 …de and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
/external/cldr/common/testData/segmentation/graphemeCluster/
D_readme.txt4 …de and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
/external/cldr/common/testData/transforms/
D_readme.txt4 …de and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
/external/unicode/additions/
Demoji-exclusions.txt2 …de and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
/external/cldr/common/testData/localeIdentifiers/
D_readme.txt4 …de and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DICUServiceThreadTest.java46 private static final String[] countries = { field in ICUServiceThreadTest
90 String c = countries[r.nextInt(countries.length)]; in getCLV()

12345678910>>...13