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:cpIndex
(Results
1 - 5
of
5
) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/
H
A
D
utxttest.cpp
721
int
cpIndex
= 0;
in TestAccessNoClone()
local
723
cpIndex
= (
cpIndex
+ 9973) % cpCount;
in TestAccessNoClone()
724
index = cpMap[
cpIndex
].nativeIdx;
in TestAccessNoClone()
725
expectedC = cpMap[
cpIndex
].cp;
in TestAccessNoClone()
733
cpIndex
= 0;
in TestAccessNoClone()
735
cpIndex
= (
cpIndex
+ 9973) % cpCount;
in TestAccessNoClone()
736
index = cpMap[
cpIndex
+1].nativeIdx;
in TestAccessNoClone()
737
expectedC = cpMap[
cpIndex
]
in TestAccessNoClone()
1024
int64_t
cpIndex
= utext_getNativeIndex(ut);
ErrorTest()
local
1034
int64_t
cpIndex
= utext_getNativeIndex(ut);
ErrorTest()
local
1042
int64_t
cpIndex
= utext_getNativeIndex(ut);
ErrorTest()
local
1051
int64_t
cpIndex
= utext_getNativeIndex(ut);
ErrorTest()
local
1096
int64_t
cpIndex
= utext_getNativeIndex(ut);
ErrorTest()
local
1104
int64_t
cpIndex
= utext_getNativeIndex(ut);
ErrorTest()
local
1112
int64_t
cpIndex
= utext_getNativeIndex(ut);
ErrorTest()
local
1120
int64_t
cpIndex
= utext_getNativeIndex(ut);
ErrorTest()
local
1164
int64_t
cpIndex
= utext_getNativeIndex(ut);
ErrorTest()
local
1172
int64_t
cpIndex
= utext_getNativeIndex(ut);
ErrorTest()
local
1180
int64_t
cpIndex
= utext_getNativeIndex(ut);
ErrorTest()
local
1188
int64_t
cpIndex
= utext_getNativeIndex(ut);
ErrorTest()
local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H
A
D
CodePointTrie.java
290
return data.getFromIndex(
cpIndex
(c));
in get()
737
protected abstract int
cpIndex
(int c);
in cpIndex()
method in CodePointTrie
800
protected final int
cpIndex
(int c) {
in cpIndex()
method in CodePointTrie.Fast
917
protected final int
cpIndex
(int c) {
in cpIndex()
method in CodePointTrie.Small
951
dataIndex =
cpIndex
(c);
in next()
976
dataIndex =
cpIndex
(c);
in previous()
1027
return dataArray[
cpIndex
(c)];
in get()
1084
return dataArray[
cpIndex
(c)];
in get()
1141
return dataArray[
cpIndex
(c)] & 0xff;
in get()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H
A
D
CodePointTrie.java
279
return data.getFromIndex(
cpIndex
(c));
in get()
723
protected abstract int
cpIndex
(int c);
in cpIndex()
method in CodePointTrie
782
protected final int
cpIndex
(int c) {
in cpIndex()
method in CodePointTrie.Fast
896
protected final int
cpIndex
(int c) {
in cpIndex()
method in CodePointTrie.Small
929
dataIndex =
cpIndex
(c);
in next()
954
dataIndex =
cpIndex
(c);
in previous()
1003
return dataArray[
cpIndex
(c)];
in get()
1056
return dataArray[
cpIndex
(c)];
in get()
1109
return dataArray[
cpIndex
(c)] & 0xff;
in get()
/third_party/icu/icu4c/source/test/cintltst/
H
A
D
utf16tst.c
422
int32_t
cpIndex
=0;
in TestNulTerminated()
local
426
expected=result[
cpIndex
];
in TestNulTerminated()
444
++
cpIndex
;
in TestNulTerminated()
451
U16_FWD_N(input, k, -1,
cpIndex
);
in TestNulTerminated()
H
A
D
utf8tst.c
488
int32_t
cpIndex
=0;
in TestNulTerminated()
local
492
expected=result[
cpIndex
];
in TestNulTerminated()
510
++
cpIndex
;
in TestNulTerminated()
517
U8_FWD_N(input, k, -1,
cpIndex
);
in TestNulTerminated()
Completed in 9 milliseconds