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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtfmttst.h126 virtual void parse2DigitYear(DateFormat& fmt, const char* str, UDate expected);
H A Ddtfmttst.cpp966 parse2DigitYear(fmt, "5/6/17", date(117, UCAL_JUNE, 5));
967 parse2DigitYear(fmt, "4/6/34", date(34, UCAL_JUNE, 4));
973 DateFormatTest::parse2DigitYear(DateFormat& fmt, const char* str, UDate expected) function in class:DateFormatTest
/external/icu4c/test/intltest/
H A Ddtfmttst.h131 virtual void parse2DigitYear(DateFormat& fmt, const char* str, UDate expected);
H A Ddtfmttst.cpp1130 parse2DigitYear(fmt, "5/6/17", date(117, UCAL_JUNE, 5));
1131 parse2DigitYear(fmt, "4/6/34", date(34, UCAL_JUNE, 4));
1137 DateFormatTest::parse2DigitYear(DateFormat& fmt, const char* str, UDate expected) function in class:DateFormatTest

Completed in 136 milliseconds