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:SIndex
(Results
1 - 4
of
4
) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H
A
D
NormalizerBuilder.java
230
for (int
SIndex
= 0;
SIndex
< SCount; ++
SIndex
) {
in buildDecompositionTables()
231
int TIndex =
SIndex
% TCount;
in buildDecompositionTables()
234
first = (char)(SBase +
SIndex
- TIndex);
in buildDecompositionTables()
237
first = (char)(LBase +
SIndex
/ NCount);
in buildDecompositionTables()
238
second = (char)(VBase + (
SIndex
% NCount) / TCount);
in buildDecompositionTables()
241
value =
SIndex
+ SBase;
in buildDecompositionTables()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H
A
D
NormalizerBuilder.java
229
for (int
SIndex
= 0;
SIndex
< SCount; ++
SIndex
) {
in buildDecompositionTables()
230
int TIndex =
SIndex
% TCount;
in buildDecompositionTables()
233
first = (char)(SBase +
SIndex
- TIndex);
in buildDecompositionTables()
236
first = (char)(LBase +
SIndex
/ NCount);
in buildDecompositionTables()
237
second = (char)(VBase + (
SIndex
% NCount) / TCount);
in buildDecompositionTables()
240
value =
SIndex
+ SBase;
in buildDecompositionTables()
/third_party/python/Modules/
H
A
D
unicodedata.c
551
int
SIndex
= code - SBase;
in nfd_nfkd()
local
552
int L = LBase +
SIndex
/ NCount;
in nfd_nfkd()
553
int V = VBase + (
SIndex
% NCount) / TCount;
in nfd_nfkd()
554
int T = TBase +
SIndex
% TCount;
in nfd_nfkd()
1095
int
SIndex
= code - SBase;
in _getucname()
local
1096
int L =
SIndex
/ NCount;
in _getucname()
1097
int V = (
SIndex
% NCount) / TCount;
in _getucname()
1098
int T =
SIndex
% TCount;
in _getucname()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H
A
D
ARMLoadStoreOptimizer.cpp
1006
unsigned
SIndex
= 0;
in FormCandidates()
local
1010
const MachineInstr *MI = MemOps[
SIndex
].MI;
in FormCandidates()
1011
int Offset = MemOps[
SIndex
].Offset;
in FormCandidates()
1016
unsigned Latest =
SIndex
;
in FormCandidates()
1017
unsigned Earliest =
SIndex
;
in FormCandidates()
1055
for (unsigned I =
SIndex
+1; I < EIndex; ++I, ++Count) {
in FormCandidates()
1101
for (unsigned C =
SIndex
, CE =
SIndex
+ Count; C < CE; ++C)
in FormCandidates()
1103
Candidate->LatestMIIdx = Latest -
SIndex
;
in FormCandidates()
1104
Candidate->EarliestMIIdx = Earliest -
SIndex
;
in FormCandidates()
[all...]
Completed in 6 milliseconds