Lines Matching full:vtimezone
10 * \brief C API: RFC2445 VTIMEZONE support
12 * <p>This is a C wrapper around the C++ VTimeZone class.</p>
48 * Create a vzone instance by RFC2445 VTIMEZONE data
49 * @param vtzdata The string including VTIMEZONE data block
52 * @return A vzone initialized by the VTIMEZONE data or
53 * NULL if failed to load the rule from the VTIMEZONE data.
86 * created from VTIMEZONE data, the initial value is set by the TZURL
107 * was created from VTIMEZONE data, the initial value is set by the
126 * Writes RFC2445 VTIMEZONE data for this time zone
128 * @param result Output param to filled in with the VTIMEZONE data.
136 * Writes RFC2445 VTIMEZONE data for this time zone applicalbe
140 * @param result Output param to filled in with the VTIMEZONE data.
148 * Writes RFC2445 VTIMEZONE data applicalbe for the specified date.
152 * the VTIMEZONE data which can be handled these implementations. The rules
157 * @param result Output param to filled in with the VTIMEZONE data.