/third_party/glib/glib/tests/ |
D | date.c | 314 #define TEST_DATE(d,m,y,f,o) G_STMT_START { \ in test_month_names() macro 348 TEST_DATE (1, 1, 2018, "%B %d, %Y", "January 01, 2018"); in test_month_names() 349 TEST_DATE (1, 2, 2018, "%OB %Y", "February 2018"); in test_month_names() 350 TEST_DATE (1, 3, 2018, "%e %b %Y", " 1 Mar 2018"); in test_month_names() 351 TEST_DATE (1, 4, 2018, "%Ob %Y", "Apr 2018"); in test_month_names() 352 TEST_DATE (1, 5, 2018, "%d %h %Y", "01 May 2018"); in test_month_names() 353 TEST_DATE (1, 6, 2018, "%Oh %Y", "Jun 2018"); in test_month_names() 364 TEST_DATE (16, 7, 2018, "%d. %B %Y", "16. Juli 2018"); in test_month_names() 365 TEST_DATE ( 1, 8, 2018, "%OB %Y", "August 2018"); in test_month_names() 366 TEST_DATE (18, 9, 2018, "%e. %b %Y", "18. Sep 2018"); in test_month_names() [all …]
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | apev2mux.c | 32 #define TEST_DATE g_date_new_dmy(1,1,2006) macro 68 date = TEST_DATE; in test_taglib_apev2mux_create_tags() 130 shouldbe = TEST_DATE; in test_taglib_apev2mux_check_tags()
|
D | id3v2mux.c | 31 #define TEST_DATE g_date_new_dmy(1,1,2006) macro 84 date = TEST_DATE; in test_taglib_id3mux_create_tags() 192 shouldbe = TEST_DATE; in test_taglib_id3mux_check_tags()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | id3mux.c | 31 #define TEST_DATE g_date_new_dmy(1,1,2006) macro 86 date = TEST_DATE; in test_taglib_id3mux_create_tags() 217 shouldbe = TEST_DATE; in test_taglib_id3mux_check_tags()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateFormatTest.java | 4728 static Date TEST_DATE = new Date(2012-1900, 1-1, 15); // January 15, 2012 field in DateFormatTest 4741 String formattedString = format.format(TEST_DATE); in TestDotAndAtLeniency() 4745 … formattedString = dateFormat.format(TEST_DATE) + " " + timeFormat.format(TEST_DATE); in TestDotAndAtLeniency() 4770 … boolean ok = TEST_DATE.equals(parsed) && parsePosition.getIndex() == formattedString.length(); in showParse()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | DateFormatTest.java | 4644 static Date TEST_DATE = new Date(2012-1900, 1-1, 15); // January 15, 2012 field in DateFormatTest 4657 String formattedString = format.format(TEST_DATE); in TestDotAndAtLeniency() 4661 … formattedString = dateFormat.format(TEST_DATE) + " " + timeFormat.format(TEST_DATE); in TestDotAndAtLeniency() 4686 … boolean ok = TEST_DATE.equals(parsed) && parsePosition.getIndex() == formattedString.length(); in showParse()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | dtfmttst.cpp | 4490 static const UDate TEST_DATE = 1326585600000.; // 2012-jan-15 variable 4512 format->format(TEST_DATE, formattedString); in TestDotAndAtLeniency() 4519 … formattedString = dateFormat->format(TEST_DATE, ds) + " " + timeFormat->format(TEST_DATE, ts); in TestDotAndAtLeniency() 4545 UBool ok = TEST_DATE == parsed && parsePosition.getIndex() == formattedString.length(); in showParse()
|