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

  /external/icu/icu4c/source/test/intltest/
dtifmtts.cpp 333 TimeZone * tzTokyo = TimeZone::createTimeZone("Asia/Tokyo");
350 dtitvfmt->setTimeZone(*tzTokyo);
360 errln("ERROR: DateIntervalFormat::format for tzTokyo, status %s", u_errorName(status));
363 if ( dtitvfmt->getTimeZone() != *tzTokyo ) {
367 delete tzTokyo; // tzCalif was owned by dtitvfmt which should have deleted it
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateIntervalFormatTest.java     [all...]

Completed in 121 milliseconds