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

  /external/icu/icu4c/source/test/intltest/
dtfmrgts.cpp 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")))
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatRegressionTest.java 302 String strShortDate, strFullDate;
322 strFullDate = "The current date (long form) is ";
324 strFullDate += temp2;
327 logln(strFullDate);
338 if (!strFullDate.endsWith("GMT-05:00"))
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatRegressionTest.java 298 String strShortDate, strFullDate;
318 strFullDate = "The current date (long form) is ";
320 strFullDate += temp2;
323 logln(strFullDate);
334 if (!strFullDate.endsWith("GMT-05:00"))
    [all...]

Completed in 652 milliseconds