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:gZero
(Results
1 - 9
of
9
) sorted by relevance
/third_party/icu/icu4c/source/i18n/
H
A
D
standardplural.cpp
87
static const UChar
gZero
[] = u"zero";
variable
124
} else if (keyword.compare(
gZero
, 4) == 0) {
in indexOrNegativeFromString()
H
A
D
nfrule.cpp
68
static const UChar
gZero
= 0x0030;
variable
275
if (firstChar >=
gZero
&& firstChar <= gNine && lastChar != gX) {
291
if (c >=
gZero
&& c <= gNine) {
292
val = val * ll_10 + (int32_t)(c -
gZero
);
320
if (c >=
gZero
&& c <= gNine) {
321
val = val * ll_10 + (int32_t)(c -
gZero
);
370
if (firstChar ==
gZero
&& lastChar == gX) {
378
else if (firstChar == gX && lastChar ==
gZero
) {
665
case kProperFractionRule: result.append(
gZero
).append(decimalPoint == 0 ? gDot : decimalPoint).append(gX); break;
666
case kDefaultRule: result.append(gX).append(decimalPoint == 0 ? gDot : decimalPoint).append(
gZero
); brea
[all...]
H
A
D
nfsubs.cpp
33
static const UChar
gZero
= 0x0030;
variable
440
else if (workingDescription.charAt(0) == gPound || workingDescription.charAt(0) ==
gZero
) {
in NFSubstitution()
/third_party/node/deps/icu-small/source/i18n/
H
A
D
standardplural.cpp
87
static const char16_t
gZero
[] = u"zero";
variable
124
} else if (keyword.compare(
gZero
, 4) == 0) {
in indexOrNegativeFromString()
H
A
D
nfrule.cpp
68
static const char16_t
gZero
= 0x0030;
variable
275
if (firstChar >=
gZero
&& firstChar <= gNine && lastChar != gX) {
291
if (c >=
gZero
&& c <= gNine) {
292
val = val * ll_10 + (int32_t)(c -
gZero
);
320
if (c >=
gZero
&& c <= gNine) {
321
val = val * ll_10 + (int32_t)(c -
gZero
);
370
if (firstChar ==
gZero
&& lastChar == gX) {
378
else if (firstChar == gX && lastChar ==
gZero
) {
665
case kProperFractionRule: result.append(
gZero
).append(decimalPoint == 0 ? gDot : decimalPoint).append(gX); break;
666
case kDefaultRule: result.append(gX).append(decimalPoint == 0 ? gDot : decimalPoint).append(
gZero
); brea
[all...]
H
A
D
nfsubs.cpp
33
static const char16_t
gZero
= 0x0030;
variable
458
else if (workingDescription.charAt(0) == gPound || workingDescription.charAt(0) ==
gZero
) {
in NFSubstitution()
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
standardplural.cpp
87
static const UChar
gZero
[] = u"zero";
variable
124
} else if (keyword.compare(
gZero
, 4) == 0) {
in indexOrNegativeFromString()
H
A
D
nfrule.cpp
68
static const UChar
gZero
= 0x0030;
variable
275
if (firstChar >=
gZero
&& firstChar <= gNine && lastChar != gX) {
291
if (c >=
gZero
&& c <= gNine) {
292
val = val * ll_10 + (int32_t)(c -
gZero
);
320
if (c >=
gZero
&& c <= gNine) {
321
val = val * ll_10 + (int32_t)(c -
gZero
);
370
if (firstChar ==
gZero
&& lastChar == gX) {
378
else if (firstChar == gX && lastChar ==
gZero
) {
665
case kProperFractionRule: result.append(
gZero
).append(decimalPoint == 0 ? gDot : decimalPoint).append(gX); break;
666
case kDefaultRule: result.append(gX).append(decimalPoint == 0 ? gDot : decimalPoint).append(
gZero
); brea
[all...]
H
A
D
nfsubs.cpp
33
static const UChar
gZero
= 0x0030;
variable
440
else if (workingDescription.charAt(0) == gPound || workingDescription.charAt(0) ==
gZero
) {
in NFSubstitution()
Completed in 11 milliseconds