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:ttisstdcnt
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H
A
D
time_zone_info.h
91
std::size_t
ttisstdcnt
; // UTC/local indicators (unused)
member
H
A
D
time_zone_info.cc
263
ttisstdcnt
= static_cast<std::size_t>(v);
in Build()
277
len += 1 *
ttisstdcnt
; // UTC/local indicators
in DataLength()
419
if (hdr.
ttisstdcnt
!= 0 && hdr.
ttisstdcnt
!= hdr.typecnt) return false;
484
bp += 1 * hdr.
ttisstdcnt
; // UTC/local indicators
/third_party/tzdata/
H
A
D
localtime.c
479
int_fast32_t
ttisstdcnt
= detzcode(up->tzhead.tzh_ttisstdcnt);
in tzloadbody()
local
495
&& 0 <=
ttisstdcnt
&&
ttisstdcnt
< TZ_MAX_TYPES
in tzloadbody()
504
+
ttisstdcnt
/* ttisstds */
in tzloadbody()
511
if (! ((
ttisstdcnt
== typecnt ||
ttisstdcnt
== 0)
in tzloadbody()
612
if (
ttisstdcnt
== 0)
in tzloadbody()
/third_party/icu/icu4c/source/tools/tzcode/
H
A
D
localtime.c
392
int
ttisstdcnt
;
in tzload()
local
396
ttisstdcnt
= (int) detzcode(up->tzhead.tzh_ttisstdcnt);
in tzload()
407
(
ttisstdcnt
!= sp->typecnt &&
ttisstdcnt
!= 0) ||
in tzload()
416
ttisstdcnt
+ /* ttisstds */
in tzload()
481
if (
ttisstdcnt
== 0)
in tzload()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H
A
D
localtime.c
390
int
ttisstdcnt
;
in tzload()
local
394
ttisstdcnt
= (int) detzcode(up->tzhead.tzh_ttisstdcnt);
in tzload()
405
(
ttisstdcnt
!= sp->typecnt &&
ttisstdcnt
!= 0) ||
in tzload()
414
ttisstdcnt
+ /* ttisstds */
in tzload()
479
if (
ttisstdcnt
== 0)
in tzload()
Completed in 10 milliseconds