Home | History | Annotate | Download | only in intltest

Lines Matching refs:strFullDate

440     UnicodeString strShortDate, strFullDate;
468 strFullDate = "The current date (long form) is ";
471 strFullDate += temp2;
474 logln(strFullDate);
487 if (!strFullDate.endsWith(UnicodeString("GMT-05:00")))