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:lReqPos
(Results
1 - 16
of
16
) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H
A
D
DecimalQuantity_AbstractBCD.java
86
//
lReqPos
is the magnitude of the first required leading zero.
88
protected int
lReqPos
= 0;
field in DecimalQuantity_AbstractBCD
101
lReqPos
= other.
lReqPos
;
in copyFrom()
113
lReqPos
= 0;
in clear()
127
if (minInt <
lReqPos
) {
in setMinInteger()
128
minInt =
lReqPos
;
in setMinInteger()
132
lReqPos
= minInt;
in setMinInteger()
169
fingerprint ^= (
lReqPos
<< 16);
in getPositionFingerprint()
290
int result = (
lReqPos
> magnitud
in getUpperDisplayMagnitude()
[all...]
H
A
D
DecimalQuantity_DualStorageBCD.java
445
lReqPos
,
in toString()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
H
A
D
DecimalQuantity_SimpleStorage.java
31
// * Digits between
lReqPos
and rReqPos are in the "required zone" and are always displayed.
41
// | lOptPos |
lReqPos
| rReqPos | rOptPos | number | positions | en-US string |
53
private int
lReqPos
= 0;
field in DecimalQuantity_SimpleStorage
279
lReqPos
= _other.
lReqPos
;
in copyFrom()
294
fingerprint ^= (
lReqPos
<< 16);
in getPositionFingerprint()
345
lReqPos
= minInt;
in setMinInteger()
682
if (
lReqPos
< 0) {
in nextFraction()
683
lReqPos
+= 1;
in nextFraction()
697
if (
lReqPos
>
in hasNextInteger()
[all...]
H
A
D
DecimalQuantity_64BitBCD.java
184
lReqPos
,
in toString()
H
A
D
DecimalQuantity_ByteArrayBCD.java
235
lReqPos
,
in toString()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/
H
A
D
DecimalQuantity_SimpleStorage.java
34
// * Digits between
lReqPos
and rReqPos are in the "required zone" and are always displayed.
44
// | lOptPos |
lReqPos
| rReqPos | rOptPos | number | positions | en-US string |
56
private int
lReqPos
= 0;
field in DecimalQuantity_SimpleStorage
282
lReqPos
= _other.
lReqPos
;
in copyFrom()
297
fingerprint ^= (
lReqPos
<< 16);
in getPositionFingerprint()
338
lReqPos
= minInt;
in setMinInteger()
675
if (
lReqPos
< 0) {
in nextFraction()
676
lReqPos
+= 1;
in nextFraction()
690
if (
lReqPos
>
in hasNextInteger()
[all...]
H
A
D
DecimalQuantity_64BitBCD.java
187
lReqPos
,
in toString()
H
A
D
DecimalQuantity_ByteArrayBCD.java
238
lReqPos
,
in toString()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H
A
D
DecimalQuantity_AbstractBCD.java
84
//
lReqPos
is the magnitude of the first required leading zero.
86
protected int
lReqPos
= 0;
field in DecimalQuantity_AbstractBCD
99
lReqPos
= other.
lReqPos
;
in copyFrom()
111
lReqPos
= 0;
in clear()
125
if (minInt <
lReqPos
) {
in setMinInteger()
126
minInt =
lReqPos
;
in setMinInteger()
130
lReqPos
= minInt;
in setMinInteger()
167
fingerprint ^= (
lReqPos
<< 16);
in getPositionFingerprint()
302
int result = (
lReqPos
> magnitud
in getUpperDisplayMagnitude()
[all...]
H
A
D
DecimalQuantity_DualStorageBCD.java
487
lReqPos
,
in toString()
/third_party/icu/icu4c/source/i18n/
H
A
D
number_decimalquantity.cpp
116
lReqPos
= other.
lReqPos
;
in copyFieldsFrom()
128
lReqPos
= 0;
in clear()
140
if (minInt <
lReqPos
) {
in setMinInteger()
141
minInt =
lReqPos
;
in setMinInteger()
145
lReqPos
= minInt;
in setMinInteger()
179
fingerprint ^= (
lReqPos
<< 16);
in getPositionFingerprint()
315
int32_t result = (
lReqPos
> magnitude) ?
lReqPos
: magnitude;
in getUpperDisplayMagnitude()
996
if (upper <
lReqPos
in toPlainString()
[all...]
H
A
D
number_decimalquantity.h
408
//
lReqPos
is the magnitude of the first required leading zero.
410
int32_t
lReqPos
= 0;
member in number::impl::DecimalQuantity
/third_party/node/deps/icu-small/source/i18n/
H
A
D
number_decimalquantity.cpp
116
lReqPos
= other.
lReqPos
;
in copyFieldsFrom()
128
lReqPos
= 0;
in clear()
140
if (minInt <
lReqPos
) {
in setMinInteger()
141
minInt =
lReqPos
;
in setMinInteger()
145
lReqPos
= minInt;
in setMinInteger()
179
fingerprint ^= (
lReqPos
<< 16);
in getPositionFingerprint()
315
int32_t result = (
lReqPos
> magnitude) ?
lReqPos
: magnitude;
in getUpperDisplayMagnitude()
996
if (upper <
lReqPos
in toPlainString()
[all...]
H
A
D
number_decimalquantity.h
408
//
lReqPos
is the magnitude of the first required leading zero.
410
int32_t
lReqPos
= 0;
member in number::impl::DecimalQuantity
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
number_decimalquantity.cpp
116
lReqPos
= other.
lReqPos
;
in copyFieldsFrom()
128
lReqPos
= 0;
in clear()
140
if (minInt <
lReqPos
) {
in setMinInteger()
141
minInt =
lReqPos
;
in setMinInteger()
145
lReqPos
= minInt;
in setMinInteger()
179
fingerprint ^= (
lReqPos
<< 16);
in getPositionFingerprint()
302
int32_t result = (
lReqPos
> magnitude) ?
lReqPos
: magnitude;
in getUpperDisplayMagnitude()
914
if (upper <
lReqPos
in toPlainString()
[all...]
H
A
D
number_decimalquantity.h
385
//
lReqPos
is the magnitude of the first required leading zero.
387
int32_t
lReqPos
= 0;
member in number::impl::DecimalQuantity
Completed in 17 milliseconds