HomeSort by relevance Sort by last modified time
    Searched defs:VZone (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
vzone.h 25 struct VZone;
31 typedef struct VZone VZone;
35 * VZone API
39 * Creates a vzone from the given time zone ID.
42 * @return A vzone object initialized by the time zone ID,
46 U_DRAFT VZone* U_EXPORT2
50 * Create a vzone instance by RFC2445 VTIMEZONE data
54 * @return A vzone initialized by the VTIMEZONE data or
58 U_DRAFT VZone* U_EXPORT
    [all...]
  /external/icu4c/i18n/
vzone.h 25 struct VZone;
30 typedef struct VZone VZone;
34 * VZone API
38 * Creates a vzone from the given time zone ID.
41 * @return A vzone object initialized by the time zone ID,
44 U_CAPI VZone* U_EXPORT2
48 * Create a vzone instance by RFC2445 VTIMEZONE data
52 * @return A vzone initialized by the VTIMEZONE data or
55 U_CAPI VZone* U_EXPORT
    [all...]

Completed in 449 milliseconds