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

/external/icu4c/test/cintltst/
H A Dcdtrgtst.c205 UChar *myDate; local
220 myDate=(UChar*)malloc(sizeof(UChar) * 11);
221 u_uastrcpy(myDate, "1970/01/12");
223 aux917( def, myDate );
233 u_uastrcpy(myDate, "19700112");
234 aux917( def, myDate );
236 free(myDate);
278 UDate myDate; local
290 myDate = udat_parse(formatter, dateString, u_strlen(dateString), &pos, &status);
300 myString = myFormatit(fmt, myDate);
325 UDate myDate; local
[all...]
/external/icu4c/test/intltest/
H A Ddtfmrgts.cpp283 UnicodeString myDate; local
287 myDate = "1997/01/01";
288 aux917( fmt, myDate );
295 myDate = "19970101";
296 aux917( fmt, myDate );
344 UDate myDate = formatter->parse( dateString, pos ); local
354 myString = fmt->format( myDate, myString);
359 cal->setTime(myDate, status);
373 myDate = formatter->parse( dateString, pos );
374 myString = fmt->format( myDate, myStrin
[all...]
H A Ddtfmttst.cpp591 UnicodeString myDate; local
598 myDate = "1997/02/03";
599 testIt917(fmt, myDate, date(97, 2 - 1, 3));
602 myDate = "19970304";
603 testIt917(fmt, myDate, date(97, 3 - 1, 4));
699 UDate myDate = formatter->parse(dateString, pos); local
700 logln((UnicodeString)"Using " + bigD + " -> " + myDate);
701 if (myDate != expBigD) errln((UnicodeString)"FAIL: bigD - Expected " + dateToString(expBigD));
706 myDate = formatter->parse(dateString, pos);
707 logln((UnicodeString)"Using " + littleD + " -> " + dateToString(myDate));
[all...]

Completed in 166 milliseconds