Home
last modified time | relevance | path

Searched defs:withTimeZone (Results 1 – 8 of 8) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
DDateFormatter.java53 DateFormatter withTimeZone(TimeZone tz); in withTimeZone() method
DPeriodBuilder.java56 PeriodBuilder withTimeZone(TimeZone tz); in withTimeZone() method
DDurationFormatter.java79 DurationFormatter withTimeZone(TimeZone tz); in withTimeZone() method
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DDateFormatter.java51 DateFormatter withTimeZone(TimeZone tz); in withTimeZone() method
DPeriodBuilder.java54 PeriodBuilder withTimeZone(TimeZone tz); in withTimeZone() method
DDurationFormatter.java77 DurationFormatter withTimeZone(TimeZone tz); in withTimeZone() method
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DStdDateFormat.java200 public StdDateFormat withTimeZone(TimeZone tz) { in withTimeZone() method in StdDateFormat
/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/
DJsonFormat.java670 public Value withTimeZone(TimeZone tz) { in withTimeZone() method in JsonFormat.Value