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);
326 UDate myDate; local
[all...]
/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/chromium_org/third_party/icu/source/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.cpp724 UnicodeString myDate; local
731 myDate = "1997/02/03";
732 testIt917(fmt, myDate, date(97, 2 - 1, 3));
735 myDate = "19970304";
736 testIt917(fmt, myDate, date(97, 3 - 1, 4));
832 UDate myDate = formatter->parse(dateString, pos); local
833 logln((UnicodeString)"Using " + bigD + " -> " + myDate);
834 if (myDate != expBigD) errln((UnicodeString)"FAIL: bigD - Expected " + dateToString(expBigD));
839 myDate = formatter->parse(dateString, pos);
840 logln((UnicodeString)"Using " + littleD + " -> " + dateToString(myDate));
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ddtfmrgts.cpp288 UnicodeString myDate; local
292 myDate = "1997/01/01";
293 aux917( fmt, myDate );
300 myDate = "19970101";
301 aux917( fmt, myDate );
349 UDate myDate = formatter->parse( dateString, pos ); local
359 myString = fmt->format( myDate, myString);
364 cal->setTime(myDate, status);
378 myDate = formatter->parse( dateString, pos );
379 myString = fmt->format( myDate, myStrin
[all...]
H A Ddtfmttst.cpp727 UnicodeString myDate; local
734 myDate = "1997/02/03";
735 testIt917(fmt, myDate, date(97, 2 - 1, 3));
738 myDate = "19970304";
739 testIt917(fmt, myDate, date(97, 3 - 1, 4));
835 UDate myDate = formatter->parse(dateString, pos); local
836 logln((UnicodeString)"Using " + bigD + " -> " + myDate);
837 if (myDate != expBigD) errln((UnicodeString)"FAIL: bigD - Expected " + dateToString(expBigD));
842 myDate = formatter->parse(dateString, pos);
843 logln((UnicodeString)"Using " + littleD + " -> " + dateToString(myDate));
[all...]

Completed in 281 milliseconds