OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isstd
(Results
1 - 5
of
5
) sorted by null
/prebuilts/go/darwin-x86/src/time/
zoneinfo_read.go
123
isstd
:= d.read(n[NStdWall])
172
if i < len(
isstd
) {
173
tx[i].
isstd
=
isstd
[i] != 0
zoneinfo.go
47
isstd
, isutc bool // ignored - no idea what these mean
/prebuilts/go/linux-x86/src/time/
zoneinfo_read.go
123
isstd
:= d.read(n[NStdWall])
172
if i < len(
isstd
) {
173
tx[i].
isstd
=
isstd
[i] != 0
zoneinfo.go
47
isstd
, isutc bool // ignored - no idea what these mean
/external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp
144
bool
isstd
;
member in struct:ZoneType
521
// Read
isstd
flags
522
for (i=0; i<typecnt; ++i) info.types[i].
isstd
= readbool(file);
773
//
Isstd
and isgmt only have 3 valid states, corresponding to local
775
// Here is how the
isstd
& isgmt flags are set by zic:
787
bool
isstd
;
member in struct:FinalRulePart
819
isstd
= _isstd;
836
if (isgmt && !
isstd
) {
837
os << "Invalid input isgmt && !
isstd
";
844
<<
isstd
<< isgm
962
bool
isstd
, isgmt;
local
[
all
...]
Completed in 560 milliseconds