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
defs:SPACE
(Results
1 - 25
of
65
) sorted by relevance
1
2
3
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H
A
D
NameUnicodeTransliterator.java
24
static final char
SPACE
= ' ';
field in NameUnicodeTransliterator
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H
A
D
NameUnicodeTransliterator.java
25
static final char
SPACE
= ' ';
field in NameUnicodeTransliterator
/third_party/ltp/pan/
H
A
D
reporter.h
66
#define
SPACE
999
macro
/third_party/icu/icu4c/source/i18n/
H
A
D
name2uni.cpp
35
static const UChar
SPACE
= 32; // ' '
variable
H
A
D
brktrans.cpp
37
static const UChar
SPACE
= 32; // ' '
variable
H
A
D
selfmtimpl.h
34
#define
SPACE
((UChar)0x0020)
macro
H
A
D
dt_impl.h
33
#define
SPACE
((UChar)0x0020)
macro
H
A
D
dtitv_impl.h
33
#define
SPACE
((UChar)0x0020)
macro
/third_party/node/deps/icu-small/source/i18n/
H
A
D
brktrans.cpp
37
static const char16_t
SPACE
= 32; // ' '
variable
H
A
D
name2uni.cpp
35
static const char16_t
SPACE
= 32; // ' '
variable
H
A
D
dtitv_impl.h
33
#define
SPACE
((char16_t)0x0020)
macro
H
A
D
dt_impl.h
33
#define
SPACE
((char16_t)0x0020)
macro
H
A
D
selfmtimpl.h
34
#define
SPACE
((char16_t)0x0020)
macro
/third_party/node/deps/openssl/openssl/crypto/bio/
H
A
D
bio_dump.c
20
#define
SPACE
(buf, pos, n) (sizeof(buf) - (pos) > (n))
macro
/third_party/openssl/crypto/bio/
H
A
D
bio_dump.c
20
#define
SPACE
(buf, pos, n) (sizeof(buf) - (pos) > (n))
macro
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
brktrans.cpp
37
static const UChar
SPACE
= 32; // ' '
variable
H
A
D
name2uni.cpp
35
static const UChar
SPACE
= 32; // ' '
variable
H
A
D
dt_impl.h
33
#define
SPACE
((UChar)0x0020)
macro
/third_party/icu/icu4c/source/common/
H
A
D
util.cpp
24
static const UChar
SPACE
= 0x0020; // ' '
variable
/third_party/node/deps/icu-small/source/common/
H
A
D
util.cpp
24
static const char16_t
SPACE
= 0x0020; // ' '
variable
/third_party/node/deps/icu-small/source/tools/genrb/
H
A
D
read.c
36
#define
SPACE
0x0020
macro
/third_party/icu/icu4c/source/tools/genrb/
H
A
D
read.c
36
#define
SPACE
0x0020
macro
/third_party/python/Lib/email/
H
A
D
_parseaddr.py
18
SPACE
= ' '
variable
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H
A
D
read.c
34
#define
SPACE
0x0020
macro
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
util.cpp
24
static const UChar
SPACE
= 0x0020; // ' '
variable
Completed in 12 milliseconds
1
2
3