Home
last modified time | relevance | path

Searched refs:writeZone (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dvtzone.h379 void writeZone(VTZWriter& w, BasicTimeZone& basictz, UVector* customProps,
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DVTimeZone.java266 writeZone(writer, tz, customProperties); in write()
296 writeZone(writer, rbtz, customProperties); in write()
330 writeZone(writer, rbtz, customProperties); in writeSimple()
1247 …private void writeZone(Writer w, BasicTimeZone basictz, String[] customProperties) throws IOExcept… in writeZone() method
/external/icu/android_icu4j/src/main/java/android/icu/util/
DVTimeZone.java245 writeZone(writer, tz, customProperties); in write()
273 writeZone(writer, rbtz, customProperties); in write()
305 writeZone(writer, rbtz, customProperties); in writeSimple()
1216 …private void writeZone(Writer w, BasicTimeZone basictz, String[] customProperties) throws IOExcept… in writeZone() method
/external/icu/icu4c/source/i18n/
Dvtzone.cpp1768 writeZone(writer, *tz, customProps, status); in write()
1822 writeZone(writer, rbtz, &customProps, status); in write()
1877 writeZone(writer, rbtz, &customProps, status); in writeSimple()
1894 VTimeZone::writeZone(VTZWriter& w, BasicTimeZone& basictz, in writeZone() function in VTimeZone