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

/external/chromium_org/third_party/icu/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);
325 UDate myDate; local
[all...]
/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/chromium_org/third_party/icu/source/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);
371 myDate = formatter->parse( dateString, pos );
372 myString = fmt->format( myDate, myStrin
[all...]
H A Ddtfmttst.cpp582 UnicodeString myDate; local
589 myDate = "1997/02/03";
590 testIt917(fmt, myDate, date(97, 2 - 1, 3));
593 myDate = "19970304";
594 testIt917(fmt, myDate, date(97, 3 - 1, 4));
690 UDate myDate = formatter->parse(dateString, pos); local
691 logln((UnicodeString)"Using " + bigD + " -> " + myDate);
692 if (myDate != expBigD) errln((UnicodeString)"FAIL: Expected " + dateToString(expBigD));
697 myDate = formatter->parse(dateString, pos);
698 logln((UnicodeString)"Using " + littleD + " -> " + dateToString(myDate));
[all...]
/external/icu4c/test/intltest/
H A Ddtfmrgts.cpp285 UnicodeString myDate; local
289 myDate = "1997/01/01";
290 aux917( fmt, myDate );
297 myDate = "19970101";
298 aux917( fmt, myDate );
346 UDate myDate = formatter->parse( dateString, pos ); local
356 myString = fmt->format( myDate, myString);
361 cal->setTime(myDate, status);
375 myDate = formatter->parse( dateString, pos );
376 myString = fmt->format( myDate, myStrin
[all...]
H A Ddtfmttst.cpp723 UnicodeString myDate; local
730 myDate = "1997/02/03";
731 testIt917(fmt, myDate, date(97, 2 - 1, 3));
734 myDate = "19970304";
735 testIt917(fmt, myDate, date(97, 3 - 1, 4));
831 UDate myDate = formatter->parse(dateString, pos); local
832 logln((UnicodeString)"Using " + bigD + " -> " + myDate);
833 if (myDate != expBigD) errln((UnicodeString)"FAIL: bigD - Expected " + dateToString(expBigD));
838 myDate = formatter->parse(dateString, pos);
839 logln((UnicodeString)"Using " + littleD + " -> " + dateToString(myDate));
[all...]

Completed in 145 milliseconds