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:TZ_DOMAIN
(Results
1 - 10
of
10
) sorted by relevance
/third_party/tzdata/
H
A
D
date.c
62
bindtextdomain(
TZ_DOMAIN
, TZ_DOMAINDIR);
in main()
64
textdomain(
TZ_DOMAIN
);
in main()
H
A
D
private.h
943
#if !defined
TZ_DOMAIN
&& defined HAVE_GETTEXT
944
# define
TZ_DOMAIN
"tz"
macro
H
A
D
zdump.c
496
bindtextdomain(
TZ_DOMAIN
, TZ_DOMAINDIR);
in main()
498
textdomain(
TZ_DOMAIN
);
in main()
H
A
D
zic.c
984
bindtextdomain(
TZ_DOMAIN
, TZ_DOMAINDIR);
in main()
986
textdomain(
TZ_DOMAIN
);
in main()
/third_party/icu/icu4c/source/tools/tzcode/
H
A
D
private.h
380
#ifndef
TZ_DOMAIN
381
#define
TZ_DOMAIN
"tz"
macro
382
#endif /* !defined
TZ_DOMAIN
*/
H
A
D
zdump.c
201
#ifndef
TZ_DOMAIN
202
#define
TZ_DOMAIN
"tz"
macro
203
#endif /* !defined
TZ_DOMAIN
*/
361
(void) bindtextdomain(
TZ_DOMAIN
, TZ_DOMAINDIR);
in main()
363
(void) textdomain(
TZ_DOMAIN
);
in main()
H
A
D
zic.c
623
(void) bindtextdomain(
TZ_DOMAIN
, TZ_DOMAINDIR);
in main()
625
(void) textdomain(
TZ_DOMAIN
);
in main()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H
A
D
private.h
388
#ifndef
TZ_DOMAIN
389
#define
TZ_DOMAIN
"tz"
macro
390
#endif /* !defined
TZ_DOMAIN
*/
H
A
D
zdump.c
207
#ifndef
TZ_DOMAIN
208
#define
TZ_DOMAIN
"tz"
macro
209
#endif /* !defined
TZ_DOMAIN
*/
367
(void) bindtextdomain(
TZ_DOMAIN
, TZ_DOMAINDIR);
in main()
369
(void) textdomain(
TZ_DOMAIN
);
in main()
H
A
D
zic.c
622
(void) bindtextdomain(
TZ_DOMAIN
, TZ_DOMAINDIR);
in main()
624
(void) textdomain(
TZ_DOMAIN
);
in main()
Completed in 20 milliseconds