Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:tzhead
(Results
1 - 12
of
12
) sorted by relevance
/third_party/tzdata/
H
A
D
tzfile.h
37
struct
tzhead
{
struct
77
** of
tzhead
and a second instance of the data in which each coded transition
H
A
D
localtime.c
375
struct
tzhead
tzhead
;
member
379
char buf[2 * sizeof(struct
tzhead
) + 2 * sizeof(struct state)
419
register int tzheadsize = sizeof(struct
tzhead
);
in tzloadbody()
476
char version = up->
tzhead
.tzh_version[0];
in tzloadbody()
479
int_fast32_t ttisstdcnt = detzcode(up->
tzhead
.tzh_ttisstdcnt);
in tzloadbody()
480
int_fast32_t ttisutcnt = detzcode(up->
tzhead
.tzh_ttisutcnt);
in tzloadbody()
483
int_fast32_t leapcnt = detzcode(up->
tzhead
.tzh_leapcnt);
in tzloadbody()
484
int_fast32_t timecnt = detzcode(up->
tzhead
.tzh_timecnt);
in tzloadbody()
485
int_fast32_t typecnt = detzcode(up->
tzhead
in tzloadbody()
[all...]
H
A
D
zic.c
2502
struct
tzhead
tzh;
in writezone()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H
A
D
tzfile.h
44
struct
tzhead
{
struct
84
** of
tzhead
and a second instance of the data in which each coded transition
H
A
D
time_zone_info.h
94
bool Build(const
tzhead
& tzh);
H
A
D
time_zone_info.cc
252
bool TimeZoneInfo::Header::Build(const
tzhead
& tzh) {
in Build()
393
tzhead
tzh;
/third_party/icu/icu4c/source/tools/tzcode/
H
A
D
localtime.c
335
struct
tzhead
tzhead
;
in tzload()
member
336
char buf[2 * sizeof(struct
tzhead
) +
in tzload()
396
ttisstdcnt = (int) detzcode(up->
tzhead
.tzh_ttisstdcnt);
in tzload()
397
ttisgmtcnt = (int) detzcode(up->
tzhead
.tzh_ttisgmtcnt);
in tzload()
398
sp->leapcnt = (int) detzcode(up->
tzhead
.tzh_leapcnt);
in tzload()
399
sp->timecnt = (int) detzcode(up->
tzhead
.tzh_timecnt);
in tzload()
400
sp->typecnt = (int) detzcode(up->
tzhead
.tzh_typecnt);
in tzload()
401
sp->charcnt = (int) detzcode(up->
tzhead
.tzh_charcnt);
in tzload()
402
p = up->
tzhead
in tzload()
[all...]
H
A
D
tzfile.h
40
struct
tzhead
{
struct
79
** of
tzhead
and a second instance of the data in which each coded transition
H
A
D
zic.c
1607
static const struct
tzhead
tzh0;
in writezone()
1608
static struct
tzhead
tzh;
in writezone()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H
A
D
localtime.c
333
struct
tzhead
tzhead
;
in tzload()
member
334
char buf[2 * sizeof(struct
tzhead
) +
in tzload()
394
ttisstdcnt = (int) detzcode(up->
tzhead
.tzh_ttisstdcnt);
in tzload()
395
ttisgmtcnt = (int) detzcode(up->
tzhead
.tzh_ttisgmtcnt);
in tzload()
396
sp->leapcnt = (int) detzcode(up->
tzhead
.tzh_leapcnt);
in tzload()
397
sp->timecnt = (int) detzcode(up->
tzhead
.tzh_timecnt);
in tzload()
398
sp->typecnt = (int) detzcode(up->
tzhead
.tzh_typecnt);
in tzload()
399
sp->charcnt = (int) detzcode(up->
tzhead
.tzh_charcnt);
in tzload()
400
p = up->
tzhead
in tzload()
[all...]
H
A
D
tzfile.h
40
struct
tzhead
{
struct
79
** of
tzhead
and a second instance of the data in which each coded transition
H
A
D
zic.c
1606
static const struct
tzhead
tzh0;
in writezone()
1607
static struct
tzhead
tzh;
in writezone()
Completed in 25 milliseconds