/external/icu/icu4c/source/test/intltest/ |
D | calcasts.cpp | 111 enum { SUN=UCAL_SUNDAY, enumerator 131 { 1507231.5, 0, -1245, 12, 9, SUN, 0, 0, 0}, in IslamicCivil() 134 { 1770641.5, 0, -501, 4, 6, SUN, 0, 0, 0}, in IslamicCivil() 138 { 2091164.5, 0, 403, 10, 5, SUN, 0, 0, 0}, in IslamicCivil() 139 { 2121509.5, 0, 489, 5, 22, SUN, 0, 0, 0}, in IslamicCivil() 143 { 2195261.5, 0, 697, 7, 7, SUN, 0, 0, 0}, in IslamicCivil() 144 { 2229274.5, 0, 793, 7, 1, SUN, 0, 0, 0}, in IslamicCivil() 150 { 2334848.5, 0, 1091, 6, 2, SUN, 0, 0, 0}, in IslamicCivil() 152 { 2366978.5, 0, 1182, 2, 3, SUN, 0, 0, 0}, in IslamicCivil() 155 { 2416223.5, 0, 1321, 1, 21, SUN, 0, 0, 0}, in IslamicCivil() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | TextTrieMapTest.java | 20 private static final Integer SUN = new Integer(1); field in TextTrieMapTest 32 {"Sunday", SUN}, 39 {"Sun", SUN}, 46 {"S", SUN}, 56 {"Sunday", SUN, SUN}, 57 {"sunday", null, SUN}, 63 {"SUN", new Object[]{SUN, SAT}, SUN}, 64 {"super", null, SUN}, 101 checkResult(itr, new Object[]{FOO, SUN}); in TestCaseSensitive() 137 checkResult(itr, new Object[]{SUN, FOO, BAR}); in TestCaseInsensitive()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | TextTrieMapTest.java | 21 private static final Integer SUN = new Integer(1); field in TextTrieMapTest 33 {"Sunday", SUN}, 40 {"Sun", SUN}, 47 {"S", SUN}, 57 {"Sunday", SUN, SUN}, 58 {"sunday", null, SUN}, 64 {"SUN", new Object[]{SUN, SAT}, SUN}, 65 {"super", null, SUN}, 102 checkResult(itr, new Object[]{FOO, SUN}); in TestCaseSensitive() 138 checkResult(itr, new Object[]{SUN, FOO, BAR}); in TestCaseInsensitive()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | IndianTest.java | 60 new TestCase(1770641.5, 0, 57, ASVINA, 10, SUN, 0, 0, 0), in TestCases() 64 new TestCase(2091164.5, 0, 935, VAISAKHA, 5, SUN, 0, 0, 0), in TestCases() 65 new TestCase(2121509.5, 0, 1018, JYAISTHA, 3, SUN, 0, 0, 0), in TestCases() 69 new TestCase(2195261.5, 0, 1220, VAISAKHA, 7, SUN, 0, 0, 0), in TestCases() 70 new TestCase(2229274.5, 0, 1313, JYAISTHA, 22, SUN, 0, 0, 0), in TestCases() 78 new TestCase(2334610.5, 0, 1601, KARTIKA, 14, SUN, 0, 0, 0), in TestCases() 83 new TestCase(2334757.5, 0, 1602, CHAITRA, 11, SUN, 0, 0, 0), in TestCases() 87 new TestCase(2334848.5, 0, 1602, ASADHA, 9, SUN, 0, 0, 0), in TestCases() 90 new TestCase(2366978.5, 0, 1690, JYAISTHA, 29, SUN, 0, 0, 0), in TestCases() 93 new TestCase(2416223.5, 0, 1825, CHAITRA, 29, SUN, 0, 0, 0), in TestCases() [all …]
|
D | HebrewTest.java | 144 new TestCase(1507231.5, 0, 3174, 12, 10, SUN, 0, 0, 0), in TestCases() 147 new TestCase(1770641.5, 0, 3896, 1, 9, SUN, 0, 0, 0), in TestCases() 151 new TestCase(2091164.5, 0, 4773, 9, 6, SUN, 0, 0, 0), in TestCases() 152 new TestCase(2121509.5, 0, 4856, 9, 23, SUN, 0, 0, 0), in TestCases() 156 new TestCase(2195261.5, 0, 5058, 9, 7, SUN, 0, 0, 0), in TestCases() 157 new TestCase(2229274.5, 0, 5151, 11, 1, SUN, 0, 0, 0), in TestCases() 165 new TestCase(2334610.5, 0, 5440, 3, 1, SUN, 0, 0, 0), in TestCases() 170 new TestCase(2334757.5, 0, 5440, 8, 1, SUN, 0, 0, 0), in TestCases() 174 new TestCase(2334848.5, 0, 5440, 11, 3, SUN, 0, 0, 0), in TestCases() 177 new TestCase(2366978.5, 0, 5528, 11, 4, SUN, 0, 0, 0), in TestCases() [all …]
|
D | ChineseTest.java | 210 new ChineseTestCase(1507231.5, 35, 11, 6, false, 12, SUN), in TestJulianDayMapping() 213 new ChineseTestCase(1770641.5, 47, 12, 8, false, 9, SUN), in TestJulianDayMapping() 217 new ChineseTestCase(2091164.5, 61, 50, 3, false, 7, SUN), in TestJulianDayMapping() 218 new ChineseTestCase(2121509.5, 63, 13, 4, false, 24, SUN), in TestJulianDayMapping() 222 new ChineseTestCase(2195261.5, 66, 35, 3, false, 9, SUN), //* in TestJulianDayMapping() 223 new ChineseTestCase(2229274.5, 68, 8, 5, false, 2, SUN), //* in TestJulianDayMapping() 229 new ChineseTestCase(2334848.5, 72, 57, 6, false, 5, SUN), in TestJulianDayMapping() 231 new ChineseTestCase(2366978.5, 74, 25, 5, false, 5, SUN), in TestJulianDayMapping() 234 new ChineseTestCase(2416223.5, 76, 40, 3, false, 22, SUN), in TestJulianDayMapping() 235 new ChineseTestCase(2425848.5, 77, 6, 7, false, 21, SUN), in TestJulianDayMapping() [all …]
|
D | IslamicTest.java | 94 new TestCase(1507231.5, 0, -1245, 12, 9, SUN, 0, 0, 0), in TestCivilCases() 97 new TestCase(1770641.5, 0, -501, 4, 6, SUN, 0, 0, 0), in TestCivilCases() 101 new TestCase(2091164.5, 0, 403, 10, 5, SUN, 0, 0, 0), in TestCivilCases() 102 new TestCase(2121509.5, 0, 489, 5, 22, SUN, 0, 0, 0), in TestCivilCases() 106 new TestCase(2195261.5, 0, 697, 7, 7, SUN, 0, 0, 0), in TestCivilCases() 107 new TestCase(2229274.5, 0, 793, 7, 1, SUN, 0, 0, 0), in TestCivilCases() 113 new TestCase(2334848.5, 0, 1091, 6, 2, SUN, 0, 0, 0), in TestCivilCases() 115 new TestCase(2366978.5, 0, 1182, 2, 3, SUN, 0, 0, 0), in TestCivilCases() 118 new TestCase(2416223.5, 0, 1321, 1, 21, SUN, 0, 0, 0), in TestCivilCases() 119 new TestCase(2425848.5, 0, 1348, 3, 19, SUN, 0, 0, 0), in TestCivilCases() [all …]
|
D | EthiopicTest.java | 152 … new TestCase(1725316.5, 1, 4, 1, 1, SUN, 0, 0, 0), // Gregorian: 28/08/0011 - dlf in TestCases() 159 … new TestCase(1725680.5, 1, 4, 13, 5, SUN, 0, 0, 0), // Gregorian: 26/08/0012 in TestCases() 201 … new TestCase(1725316.5, 0, 5504, 1, 1, SUN, 0, 0, 0), // Gregorian: 28/08/0011 - dlf in TestCases() 208 … new TestCase(1725680.5, 0, 5504, 13, 5, SUN, 0, 0, 0), // Gregorian: 26/08/0012 in TestCases()
|
D | CopticTest.java | 118 … new TestCase(1825759.5, 1, 3, 1, 1, SUN, 0, 0, 0), // Gregorian: 29/08/0286 in TestCases() 123 … new TestCase(1826123.5, 1, 3, 13, 5, SUN, 0, 0, 0), // Gregorian: 28/08/0287 in TestCases()
|
D | CalendarTestFmwk.java | 32 public final static int SUN = Calendar.SUNDAY; field in CalendarTestFmwk
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | IndianTest.java | 61 new TestCase(1770641.5, 0, 57, ASVINA, 10, SUN, 0, 0, 0), in TestCases() 65 new TestCase(2091164.5, 0, 935, VAISAKHA, 5, SUN, 0, 0, 0), in TestCases() 66 new TestCase(2121509.5, 0, 1018, JYAISTHA, 3, SUN, 0, 0, 0), in TestCases() 70 new TestCase(2195261.5, 0, 1220, VAISAKHA, 7, SUN, 0, 0, 0), in TestCases() 71 new TestCase(2229274.5, 0, 1313, JYAISTHA, 22, SUN, 0, 0, 0), in TestCases() 79 new TestCase(2334610.5, 0, 1601, KARTIKA, 14, SUN, 0, 0, 0), in TestCases() 84 new TestCase(2334757.5, 0, 1602, CHAITRA, 11, SUN, 0, 0, 0), in TestCases() 88 new TestCase(2334848.5, 0, 1602, ASADHA, 9, SUN, 0, 0, 0), in TestCases() 91 new TestCase(2366978.5, 0, 1690, JYAISTHA, 29, SUN, 0, 0, 0), in TestCases() 94 new TestCase(2416223.5, 0, 1825, CHAITRA, 29, SUN, 0, 0, 0), in TestCases() [all …]
|
D | HebrewTest.java | 145 new TestCase(1507231.5, 0, 3174, 12, 10, SUN, 0, 0, 0), in TestCases() 148 new TestCase(1770641.5, 0, 3896, 1, 9, SUN, 0, 0, 0), in TestCases() 152 new TestCase(2091164.5, 0, 4773, 9, 6, SUN, 0, 0, 0), in TestCases() 153 new TestCase(2121509.5, 0, 4856, 9, 23, SUN, 0, 0, 0), in TestCases() 157 new TestCase(2195261.5, 0, 5058, 9, 7, SUN, 0, 0, 0), in TestCases() 158 new TestCase(2229274.5, 0, 5151, 11, 1, SUN, 0, 0, 0), in TestCases() 166 new TestCase(2334610.5, 0, 5440, 3, 1, SUN, 0, 0, 0), in TestCases() 171 new TestCase(2334757.5, 0, 5440, 8, 1, SUN, 0, 0, 0), in TestCases() 175 new TestCase(2334848.5, 0, 5440, 11, 3, SUN, 0, 0, 0), in TestCases() 178 new TestCase(2366978.5, 0, 5528, 11, 4, SUN, 0, 0, 0), in TestCases() [all …]
|
D | ChineseTest.java | 211 new ChineseTestCase(1507231.5, 35, 11, 6, false, 12, SUN), in TestJulianDayMapping() 214 new ChineseTestCase(1770641.5, 47, 12, 8, false, 9, SUN), in TestJulianDayMapping() 218 new ChineseTestCase(2091164.5, 61, 50, 3, false, 7, SUN), in TestJulianDayMapping() 219 new ChineseTestCase(2121509.5, 63, 13, 4, false, 24, SUN), in TestJulianDayMapping() 223 new ChineseTestCase(2195261.5, 66, 35, 3, false, 9, SUN), //* in TestJulianDayMapping() 224 new ChineseTestCase(2229274.5, 68, 8, 5, false, 2, SUN), //* in TestJulianDayMapping() 230 new ChineseTestCase(2334848.5, 72, 57, 6, false, 5, SUN), in TestJulianDayMapping() 232 new ChineseTestCase(2366978.5, 74, 25, 5, false, 5, SUN), in TestJulianDayMapping() 235 new ChineseTestCase(2416223.5, 76, 40, 3, false, 22, SUN), in TestJulianDayMapping() 236 new ChineseTestCase(2425848.5, 77, 6, 7, false, 21, SUN), in TestJulianDayMapping() [all …]
|
D | IslamicTest.java | 95 new TestCase(1507231.5, 0, -1245, 12, 9, SUN, 0, 0, 0), in TestCivilCases() 98 new TestCase(1770641.5, 0, -501, 4, 6, SUN, 0, 0, 0), in TestCivilCases() 102 new TestCase(2091164.5, 0, 403, 10, 5, SUN, 0, 0, 0), in TestCivilCases() 103 new TestCase(2121509.5, 0, 489, 5, 22, SUN, 0, 0, 0), in TestCivilCases() 107 new TestCase(2195261.5, 0, 697, 7, 7, SUN, 0, 0, 0), in TestCivilCases() 108 new TestCase(2229274.5, 0, 793, 7, 1, SUN, 0, 0, 0), in TestCivilCases() 114 new TestCase(2334848.5, 0, 1091, 6, 2, SUN, 0, 0, 0), in TestCivilCases() 116 new TestCase(2366978.5, 0, 1182, 2, 3, SUN, 0, 0, 0), in TestCivilCases() 119 new TestCase(2416223.5, 0, 1321, 1, 21, SUN, 0, 0, 0), in TestCivilCases() 120 new TestCase(2425848.5, 0, 1348, 3, 19, SUN, 0, 0, 0), in TestCivilCases() [all …]
|
D | EthiopicTest.java | 153 … new TestCase(1725316.5, 1, 4, 1, 1, SUN, 0, 0, 0), // Gregorian: 28/08/0011 - dlf in TestCases() 160 … new TestCase(1725680.5, 1, 4, 13, 5, SUN, 0, 0, 0), // Gregorian: 26/08/0012 in TestCases() 202 … new TestCase(1725316.5, 0, 5504, 1, 1, SUN, 0, 0, 0), // Gregorian: 28/08/0011 - dlf in TestCases() 209 … new TestCase(1725680.5, 0, 5504, 13, 5, SUN, 0, 0, 0), // Gregorian: 26/08/0012 in TestCases()
|
D | CopticTest.java | 119 … new TestCase(1825759.5, 1, 3, 1, 1, SUN, 0, 0, 0), // Gregorian: 29/08/0286 in TestCases() 124 … new TestCase(1826123.5, 1, 3, 13, 5, SUN, 0, 0, 0), // Gregorian: 28/08/0287 in TestCases()
|
D | CalendarTestFmwk.java | 33 public final static int SUN = Calendar.SUNDAY; field in CalendarTestFmwk
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | TokenNames.java | 65 public static final String SUN = SIPDate.SUN; field
|
D | HeaderParser.java | 67 else if (TokenNames.SUN.equalsIgnoreCase(id)) in wkday()
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | SIPDate.java | 78 public static final String SUN = "Sun"; field in SIPDate 194 sipWkDay = SUN; in SIPDate() 395 } else if (sipWkDay.compareToIgnoreCase(SUN) == 0) { in setWkday()
|
/external/unicode/additions/ |
D | emoji-data.txt | 8 2600 ; Emoji_Presentation # (☀) BLACK SUN WITH RAYS
|
/external/objenesis/main/src/main/java/org/objenesis/strategy/ |
D | PlatformDescription.java | 44 public static final String SUN = HOTSPOT; field in PlatformDescription
|
/external/unicode/ |
D | emoji-variation-sequences.txt | 112 2600 FE0E ; text style; # (1.1) BLACK SUN WITH RAYS 113 2600 FE0F ; emoji style; # (1.1) BLACK SUN WITH RAYS 232 26C5 FE0E ; text style; # (5.2) SUN BEHIND CLOUD 233 26C5 FE0F ; emoji style; # (5.2) SUN BEHIND CLOUD 366 1F324 FE0E ; text style; # (7.0) WHITE SUN WITH SMALL CLOUD 367 1F324 FE0F ; emoji style; # (7.0) WHITE SUN WITH SMALL CLOUD 368 1F325 FE0E ; text style; # (7.0) WHITE SUN BEHIND CLOUD 369 1F325 FE0F ; emoji style; # (7.0) WHITE SUN BEHIND CLOUD 370 1F326 FE0E ; text style; # (7.0) WHITE SUN BEHIND CLOUD WITH RAIN 371 1F326 FE0F ; emoji style; # (7.0) WHITE SUN BEHIND CLOUD WITH RAIN
|
/external/libxml2/xstc/ |
D | Makefile.am | 87 $(XSLTPROC) --nonet --stringparam vendor SUN \
|
/external/wycheproof/doc/ |
D | dh.md | 31 order of the subgroup q. Moreover, the SUN provider uses the minimal sizes 41 is what the SUN provider is currently doing.
|