HomeSort by relevance Sort by last modified time
    Searched refs:strFullDate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
dtfmrgts.cpp 432 UnicodeString strShortDate, strFullDate;
460 strFullDate = "The current date (long form) is ";
463 strFullDate += temp2;
466 logln(strFullDate);
479 if (!strFullDate.endsWith(UnicodeString("GMT-05:00")))
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmrgts.cpp 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")))
    [all...]

Completed in 89 milliseconds