Home | History | Annotate | Download | only in intltest

Lines Matching refs:uprv_timezone

104     logln("call uprv_timezone() which uses the host");
108 int32_t tzoffset = uprv_timezone();
109 logln(UnicodeString("Value returned from uprv_timezone = ") + tzoffset);