OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isgmt
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp
144
bool
isgmt
;
member in struct:ZoneType
399
// Read types (except for the isdst and
isgmt
flags, which come later (why??))
523
// Read
isgmt
flags
524
for (i=0; i<typecnt; ++i) info.types[i].
isgmt
= readbool(file);
772
// Isstd and
isgmt
only have 3 valid states, corresponding to local
774
// Here is how the isstd &
isgmt
flags are set by zic:
787
bool
isgmt
;
member in struct:FinalRulePart
819
isgmt
= _isgmt;
835
if (
isgmt
&& !isstd) {
836
os << "Invalid input
isgmt
&& !isstd"
961
bool isstd,
isgmt
;
local
[
all
...]
/external/icu4c/tools/tzcode/
tz2icu.cpp
144
bool
isgmt
;
member in struct:ZoneType
399
// Read types (except for the isdst and
isgmt
flags, which come later (why??))
523
// Read
isgmt
flags
524
for (i=0; i<typecnt; ++i) info.types[i].
isgmt
= readbool(file);
772
// Isstd and
isgmt
only have 3 valid states, corresponding to local
774
// Here is how the isstd &
isgmt
flags are set by zic:
787
bool
isgmt
;
member in struct:FinalRulePart
819
isgmt
= _isgmt;
835
if (
isgmt
&& !isstd) {
836
os << "Invalid input
isgmt
&& !isstd"
961
bool isstd,
isgmt
;
local
[
all
...]
Completed in 276 milliseconds