OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tzTokyo
(Results
1 - 3
of
3
) 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/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateIntervalFormatTest.java
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateIntervalFormatTest.java
[
all
...]
Completed in 120 milliseconds