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:index2Capacity
(Results
1 - 5
of
5
) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H
A
D
MutableCodePointTrie.java
1192
int
index2Capacity
= (iLimit - iStart) >> CodePointTrie.SHIFT_2_3;
in compactIndex()
1195
int index1Length = (
index2Capacity
+ CodePointTrie.INDEX_2_MASK) >> CodePointTrie.SHIFT_1_2;
in compactIndex()
1199
int index16Capacity = fastIndexLength + index1Length + index3Capacity +
index2Capacity
+ 1;
in compactIndex()
1210
char[] index2 = new char[
index2Capacity
];
in compactIndex()
1317
assert(i2Length ==
index2Capacity
);
in compactIndex()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H
A
D
MutableCodePointTrie.java
1184
int
index2Capacity
= (iLimit - iStart) >> CodePointTrie.SHIFT_2_3;
in compactIndex()
1187
int index1Length = (
index2Capacity
+ CodePointTrie.INDEX_2_MASK) >> CodePointTrie.SHIFT_1_2;
in compactIndex()
1191
int index16Capacity = fastIndexLength + index1Length + index3Capacity +
index2Capacity
+ 1;
in compactIndex()
1202
char[] index2 = new char[
index2Capacity
];
in compactIndex()
1309
assert(i2Length ==
index2Capacity
);
in compactIndex()
/third_party/icu/icu4c/source/common/
H
A
D
umutablecptrie.cpp
1294
int32_t
index2Capacity
= (iLimit - iStart) >> UCPTRIE_SHIFT_2_3;
in compactIndex()
local
1297
int32_t index1Length = (
index2Capacity
+ UCPTRIE_INDEX_2_MASK) >> UCPTRIE_SHIFT_1_2;
in compactIndex()
1301
int32_t index16Capacity = fastIndexLength + index1Length + index3Capacity +
index2Capacity
+ 1;
in compactIndex()
1322
uint16_t index2[UNICODE_LIMIT >> UCPTRIE_SHIFT_2]; //
index2Capacity
in compactIndex()
1429
U_ASSERT(i2Length ==
index2Capacity
);
in compactIndex()
/third_party/node/deps/icu-small/source/common/
H
A
D
umutablecptrie.cpp
1294
int32_t
index2Capacity
= (iLimit - iStart) >> UCPTRIE_SHIFT_2_3;
in compactIndex()
local
1297
int32_t index1Length = (
index2Capacity
+ UCPTRIE_INDEX_2_MASK) >> UCPTRIE_SHIFT_1_2;
in compactIndex()
1301
int32_t index16Capacity = fastIndexLength + index1Length + index3Capacity +
index2Capacity
+ 1;
in compactIndex()
1322
uint16_t index2[UNICODE_LIMIT >> UCPTRIE_SHIFT_2]; //
index2Capacity
in compactIndex()
1429
U_ASSERT(i2Length ==
index2Capacity
);
in compactIndex()
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
umutablecptrie.cpp
1294
int32_t
index2Capacity
= (iLimit - iStart) >> UCPTRIE_SHIFT_2_3;
in compactIndex()
local
1297
int32_t index1Length = (
index2Capacity
+ UCPTRIE_INDEX_2_MASK) >> UCPTRIE_SHIFT_1_2;
in compactIndex()
1301
int32_t index16Capacity = fastIndexLength + index1Length + index3Capacity +
index2Capacity
+ 1;
in compactIndex()
1322
uint16_t index2[UNICODE_LIMIT >> UCPTRIE_SHIFT_2]; //
index2Capacity
in compactIndex()
1429
U_ASSERT(i2Length ==
index2Capacity
);
in compactIndex()
Completed in 14 milliseconds