Home
last modified time | relevance | path

Searched refs:univ (Results 1 - 4 of 4) sorted by relevance

/third_party/openssl/test/
H A Dasn1_internal_test.c159 static int test_unicode(const unsigned char *univ, size_t len, int expected) in test_unicode() argument
161 const unsigned char *end = univ + len; in test_unicode()
164 for (; univ < end; univ += 4) { in test_unicode()
165 if (!TEST_int_eq(ASN1_mbstring_copy(NULL, univ, 4, MBSTRING_UNIV, in test_unicode()
/third_party/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp2033 SimpleDateFormat univ("EE G yyyy MM dd HH:mm:ss.SSS z", loc, ec); in expect()
2065 univ.format(date, str.remove()), in expect()
2066 univ.format(parsedate, str2.remove())); in expect()
2079 univ.format(date, str.remove()), in expect()
2080 univ.format(parsedate, str2.remove())); in expect()
2101 univ.format(date, str.remove()), in expect()
2102 univ.format(parsedate, str2.remove())); in expect()
2137 SimpleDateFormat univ("EE G yyyy MM dd HH:mm:ss.SSS z", loc, ec); in expectFormat()
2257 SimpleDateFormat univ("yyyy MM dd HH:mm zzz", en, status); in TestGenericTime()
2265 UDate d = univ in TestGenericTime()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateFormatTest.java677 final SimpleDateFormat univ = new SimpleDateFormat("yyyy MM dd HH:mm zzz", en); in TestGenericTime()
680 TimeZoneFormat tzfmt = univ.getTimeZoneFormat().cloneAsThawed(); in TestGenericTime()
683 univ.setTimeZoneFormat(tzfmt); in TestGenericTime()
691 Date d = univ.parse(times[i]); in TestGenericTime()
717 errln("univ could not parse: " + times[i]); in TestGenericTime()
3292 SimpleDateFormat univ = new SimpleDateFormat("EE G yyyy MM dd HH:mm:ss.SSS zzz", loc); in expect()
3343 univ.format(date), in expect()
3344 univ.format(parsedate)); in expect()
3370 univ.format(date), in expect()
3371 univ in expect()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatTest.java674 final SimpleDateFormat univ = new SimpleDateFormat("yyyy MM dd HH:mm zzz", en); in TestGenericTime()
677 TimeZoneFormat tzfmt = univ.getTimeZoneFormat().cloneAsThawed(); in TestGenericTime()
680 univ.setTimeZoneFormat(tzfmt); in TestGenericTime()
688 Date d = univ.parse(times[i]); in TestGenericTime()
714 errln("univ could not parse: " + times[i]); in TestGenericTime()
3389 SimpleDateFormat univ = new SimpleDateFormat("EE G yyyy MM dd HH:mm:ss.SSS zzz", loc); in expect()
3440 univ.format(date), in expect()
3441 univ.format(parsedate)); in expect()
3467 univ.format(date), in expect()
3468 univ in expect()
[all...]

Completed in 18 milliseconds