Home | History | Annotate | Download | only in intltest

Lines Matching refs:strFullDate

435     UnicodeString strShortDate, strFullDate;
463 strFullDate = "The current date (long form) is ";
466 strFullDate += temp2;
469 logln(strFullDate);
482 if (!strFullDate.endsWith(UnicodeString("GMT-05:00")))