OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isstd
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp
143
bool
isstd
;
member in struct:ZoneType
520
// Read
isstd
flags
521
for (i=0; i<typecnt; ++i) info.types[i].
isstd
= 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:
786
bool
isstd
;
member in struct:FinalRulePart
818
isstd
= _isstd;
835
if (isgmt && !
isstd
) {
836
os << "Invalid input isgmt && !
isstd
";
843
<<
isstd
<< isgm
961
bool
isstd
, isgmt;
local
[
all
...]
/external/icu4c/tools/tzcode/
tz2icu.cpp
143
bool
isstd
;
member in struct:ZoneType
520
// Read
isstd
flags
521
for (i=0; i<typecnt; ++i) info.types[i].
isstd
= 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:
786
bool
isstd
;
member in struct:FinalRulePart
818
isstd
= _isstd;
835
if (isgmt && !
isstd
) {
836
os << "Invalid input isgmt && !
isstd
";
843
<<
isstd
<< isgm
961
bool
isstd
, isgmt;
local
[
all
...]
Completed in 1321 milliseconds