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

/external/icu/icu4c/source/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);
326 UDate myDate; local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ddtfmrgts.cpp289 UnicodeString myDate; local
293 myDate = "1997/01/01";
294 aux917( fmt, myDate );
301 myDate = "19970101";
302 aux917( fmt, myDate );
350 UDate myDate = formatter->parse( dateString, pos ); local
360 myString = fmt->format( myDate, myString);
365 cal->setTime(myDate, status);
379 myDate = formatter->parse( dateString, pos );
380 myString = fmt->format( myDate, myStrin
[all...]
H A Ddtfmttst.cpp738 UnicodeString myDate; local
745 myDate = "1997/02/03";
746 testIt917(fmt, myDate, date(97, 2 - 1, 3));
749 myDate = "19970304";
750 testIt917(fmt, myDate, date(97, 3 - 1, 4));
846 UDate myDate = formatter->parse(dateString, pos); local
847 logln((UnicodeString)"Using " + bigD + " -> " + myDate);
848 if (myDate != expBigD) errln((UnicodeString)"FAIL: bigD - Expected " + dateToString(expBigD));
853 myDate = formatter->parse(dateString, pos);
854 logln((UnicodeString)"Using " + littleD + " -> " + dateToString(myDate));
[all...]

Completed in 102 milliseconds