OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VZone
(Results
1 - 6
of
6
) 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
...]
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
...]
/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
...]
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
...]
/external/chromium_org/third_party/icu/source/test/intltest/
tzrulets.cpp
27
#include "
vzone
.h"
[
all
...]
/external/icu4c/test/intltest/
tzrulets.cpp
27
#include "
vzone
.h"
[
all
...]
Completed in 1758 milliseconds