Home
last modified time | relevance | path

Searched refs:ParseTestData (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DDateFormatTest.java4108 class ParseTestData { in TestParsePosition() class
4114 ParseTestData(String pattern, String dateStr) { in TestParsePosition() method in DateFormatTest.ParseTestData
4121 ParseTestData(String pattern, String lead, String dateStr, String trail) { in TestParsePosition() method in DateFormatTest.ParseTestData
4129 ParseTestData[] TestData = { in TestParsePosition()
4130 new ParseTestData("yyyy-MM-dd HH:mm:ssZ", "2010-01-10 12:30:00+0500"), in TestParsePosition()
4131 new ParseTestData("yyyy-MM-dd HH:mm:ss ZZZZ", "2010-01-10 12:30:00 GMT+05:00"), in TestParsePosition()
4132 new ParseTestData("Z HH:mm:ss", "-0100 13:20:30"), in TestParsePosition()
4133 new ParseTestData("y-M-d Z", "", "2011-8-25 -0400", " Foo"), in TestParsePosition()
4134 new ParseTestData("y/M/d H:mm:ss z", "2011/7/1 12:34:00 PDT"), in TestParsePosition()
4135 new ParseTestData("y/M/d H:mm:ss z", "+123", "2011/7/1 12:34:00 PDT", " PST"), in TestParsePosition()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatTest.java4192 class ParseTestData { in TestParsePosition() class
4198 ParseTestData(String pattern, String dateStr) { in TestParsePosition() method in DateFormatTest.ParseTestData
4205 ParseTestData(String pattern, String lead, String dateStr, String trail) { in TestParsePosition() method in DateFormatTest.ParseTestData
4213 ParseTestData[] TestData = { in TestParsePosition()
4214 new ParseTestData("yyyy-MM-dd HH:mm:ssZ", "2010-01-10 12:30:00+0500"), in TestParsePosition()
4215 new ParseTestData("yyyy-MM-dd HH:mm:ss ZZZZ", "2010-01-10 12:30:00 GMT+05:00"), in TestParsePosition()
4216 new ParseTestData("Z HH:mm:ss", "-0100 13:20:30"), in TestParsePosition()
4217 new ParseTestData("y-M-d Z", "", "2011-8-25 -0400", " Foo"), in TestParsePosition()
4218 new ParseTestData("y/M/d H:mm:ss z", "2011/7/1 12:34:00 PDT"), in TestParsePosition()
4219 new ParseTestData("y/M/d H:mm:ss z", "+123", "2011/7/1 12:34:00 PDT", " PST"), in TestParsePosition()
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dtzfmttst.cpp764 } ParseTestData; typedef
768 const ParseTestData DATA[] = { in TestParse()
/third_party/mbedtls/tests/scripts/
Dtest_generate_test_code.py1052 class ParseTestData(TestCase): class