OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZoneType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp
121
// A transition from one
ZoneType
to another
135
struct
ZoneType
{
146
ZoneType
(const SimplifiedZoneType&); // used by optimizeTypeList
148
ZoneType
() : rawoffset(-1), dstoffset(-1), abbr(-1) {}
151
bool matches(const
ZoneType
& other) {
157
// A collection of transitions from one
ZoneType
to another, together
165
vector<
ZoneType
> types;
401
ZoneType
type;
474
for (vector<
ZoneType
>::iterator it=info.types.begin();
1033
vector<
ZoneType
>::const_iterator typ
[
all
...]
/external/icu4c/tools/tzcode/
tz2icu.cpp
121
// A transition from one
ZoneType
to another
135
struct
ZoneType
{
146
ZoneType
(const SimplifiedZoneType&); // used by optimizeTypeList
148
ZoneType
() : rawoffset(-1), dstoffset(-1), abbr(-1) {}
151
bool matches(const
ZoneType
& other) {
157
// A collection of transitions from one
ZoneType
to another, together
165
vector<
ZoneType
> types;
401
ZoneType
type;
474
for (vector<
ZoneType
>::iterator it=info.types.begin();
1033
vector<
ZoneType
>::const_iterator typ
[
all
...]
Completed in 1127 milliseconds