Home | History | Annotate | Download | only in intltest

Lines Matching refs:strFullDate

436     UnicodeString strShortDate, strFullDate;
464 strFullDate = "The current date (long form) is ";
467 strFullDate += temp2;
470 logln(strFullDate);
483 if (!strFullDate.endsWith(UnicodeString("GMT-05:00")))