/external/libwebm/webm_parser/tests/ |
D | chapter_display_parser_test.cc | 37 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/ |
D | Compare.p | 10 $oldawk -f $i test.countries test.countries >foo1 11 $awk -f $i test.countries test.countries >foo2
|
D | cleanup | 1 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*
|
D | xc | 12 time awk -f $i test.countries >foo1 13 time ../drek test.countries >foo2
|
D | p.26a | 3 "Asian countries in millions is", pop }
|
D | p.26 | 3 "Asian countries in millions is", pop }
|
/external/python/cpython2/Tools/world/ |
D | world | 110 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/ |
D | tzselect.ksh | 138 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/ |
D | UnMacroRegions.txt | 48 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/ |
D | kpdl | 7 // 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/ |
D | m49_raw.txt | 72 199 Least developed countries 74 432 Landlocked developing countries 1207 Least developed countries 1358 Landlocked developing countries
|
/external/mtools/ |
D | codepage.h | 39 extern country_t countries[];
|
/external/libwebm/webm_parser/src/ |
D | chapter_display_parser.h | 29 &ChapterDisplay::countries)) {} in ChapterDisplayParser()
|
/external/libphonenumber/ |
D | release_notes.txt | 101 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/ |
D | GenerateStatistics.java | 58 …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.txt | 4 …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.txt | 4 …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.txt | 4 …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.txt | 4 …de and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
|
/external/cldr/common/testData/ |
D | _readme.txt | 4 …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.txt | 4 …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.txt | 4 …de and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
|
/external/unicode/additions/ |
D | emoji-exclusions.txt | 2 …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.txt | 4 …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/ |
D | ICUServiceThreadTest.java | 46 private static final String[] countries = { field in ICUServiceThreadTest 90 String c = countries[r.nextInt(countries.length)]; in getCLV()
|