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 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")))
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatRegressionTest.java 312 String strShortDate, strFullDate;
332 strFullDate = "The current date (long form) is ";
334 strFullDate += temp2;
337 logln(strFullDate);
348 if (!strFullDate.endsWith("GMT-05:00"))
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatRegressionTest.java 309 String strShortDate, strFullDate;
329 strFullDate = "The current date (long form) is ";
331 strFullDate += temp2;
334 logln(strFullDate);
345 if (!strFullDate.endsWith("GMT-05:00"))
    [all...]

Completed in 64 milliseconds