HomeSort by relevance Sort by last modified time
    Searched full:vzone (Results 1 - 9 of 9) sorted by null

  /external/icu4c/i18n/
vzone.cpp 18 #include "vzone.h"
26 U_CAPI VZone* U_EXPORT2
29 return (VZone*) (VTimeZone::createVTimeZoneByID(s));
32 U_CAPI VZone* U_EXPORT2
35 return (VZone*) (VTimeZone::createVTimeZone(s,status));
39 vzone_close(VZone* zone) {
43 U_CAPI VZone* U_EXPORT2
44 vzone_clone(const VZone *zone) {
45 return (VZone*) (((VTimeZone*)zone)->VTimeZone::clone());
49 vzone_equals(const VZone* zone1, const VZone* zone2)
    [all...]
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...]
Android.mk 76 vzone.cpp fphdlimp.cpp fpositer.cpp\
Makefile.in 86 ztrans.o zrule.o vzone.o fphdlimp.o fpositer.o locdspnm.o \
i18n.vcxproj.filters 297 <ClCompile Include="vzone.cpp">
593 <ClInclude Include="vzone.h">
i18n.vcproj     [all...]
i18n.vcxproj 337 <ClCompile Include="vzone.cpp" />
    [all...]
  /external/icu4c/test/hdrtst/
cxxfiles.txt 7 vzone.h
  /external/icu4c/test/intltest/
tzrulets.cpp 27 #include "vzone.h"
    [all...]

Completed in 139 milliseconds