Searched defs:tryPattern (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DDateFormatTest.java1758 tryPattern(sdf, today, null, expected);
1759 tryPattern(sdf, today, "G yyyy DDD", expected);
1763 public void tryPattern(SimpleDateFormat sdf, Date d, String pattern, Date expected) { method in class:DateFormatTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatTest.java1755 tryPattern(sdf, today, null, expected);
1756 tryPattern(sdf, today, "G yyyy DDD", expected);
1760 public void tryPattern(SimpleDateFormat sdf, Date d, String pattern, Date expected) { method in class:DateFormatTest
/external/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp915 tryPattern(*sdf, today, 0, expected);
916 tryPattern(*sdf, today, "G yyyy DDD", expected);
924 DateFormatTest::tryPattern(SimpleDateFormat& sdf, UDate d, const char* pattern, UDate expected) function in class:DateFormatTest

Completed in 424 milliseconds