Lines Matching defs:parse2DigitYear
1182 parse2DigitYear(fmt, "5/6/30", date(130, UCAL_JUNE, 5));1183 parse2DigitYear(fmt, "4/6/50", date(50, UCAL_JUNE, 4));1189 DateFormatTest::parse2DigitYear(DateFormat& fmt, const char* str, UDate expected)