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:usi
(Results
1 - 6
of
6
) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/
H
A
D
transrt.cpp
564
UnicodeSetIterator
usi
;
in test2()
local
604
usi
.reset(sourceRange);
in test2()
606
if (!
usi
.next() ||
usi
.isString()) break;
in test2()
607
UChar32 c =
usi
.getCodepoint();
in test2()
619
usi
.reset(targetRange);
in test2()
621
if (!
usi
.next() ||
usi
.isString()) break;
in test2()
622
UChar32 c =
usi
.getCodepoint();
in test2()
638
usi
in test2()
[all...]
H
A
D
utxttest.cpp
446
int32_t
usi
= 0; // UnicodeString position, utf-16 index.
in TestCopyMove()
local
453
usc = targetUS.char32At(
usi
);
in TestCopyMove()
458
TEST_ASSERT(uti ==
usi
);
in TestCopyMove()
460
usi
= targetUS.moveIndex32(
usi
, 1);
in TestCopyMove()
522
int32_t
usi
= 0; // UnicodeString position, utf-16 index.
in TestReplace()
local
530
usc = targetUS.char32At(
usi
);
in TestReplace()
535
TEST_ASSERT(uti ==
usi
);
in TestReplace()
537
usi
= targetUS.moveIndex32(
usi
,
in TestReplace()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H
A
D
RoundTripTest.java
1301
AbbreviatedUnicodeSetIterator
usi
= new AbbreviatedUnicodeSetIterator();
field in RoundTripTest.TransliterationTest
1379
usi
.reset(sourceRange);
in checkSourceTargetSource()
1380
while (
usi
.next()) {
in checkSourceTargetSource()
1381
int c =
usi
.codepoint;
in checkSourceTargetSource()
1395
usi
.reset(targetRange);
in checkTargetSourceTarget()
1396
while (
usi
.next()) {
in checkTargetSourceTarget()
1397
int c =
usi
.codepoint;
in checkTargetSourceTarget()
1417
usi
.reset(sourceRange);
in checkSourceTargetSingles()
1418
while (
usi
.next()) {
in checkSourceTargetSingles()
1419
int c =
usi
in checkSourceTargetSingles()
[all...]
H
A
D
WriteCharts.java
181
UnicodeSetIterator
usi
= new UnicodeSetIterator(sourceSet);
in print()
183
while (
usi
.next()) {
in print()
184
int j =
usi
.codepoint;
in print()
257
usi
.reset(leftOverSet);
in print()
258
while (
usi
.next()) {
in print()
259
int j =
usi
.codepoint;
in print()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H
A
D
RoundTripTest.java
1286
UnicodeSetIterator
usi
= new UnicodeSetIterator();
field in RoundTripTest.TransliterationTest
1364
usi
.reset(sourceRange);
in checkSourceTargetSource()
1365
while (
usi
.next()) {
in checkSourceTargetSource()
1366
int c =
usi
.codepoint;
in checkSourceTargetSource()
1380
usi
.reset(targetRange);
in checkTargetSourceTarget()
1381
while (
usi
.next()) {
in checkTargetSourceTarget()
1382
int c =
usi
.codepoint;
in checkTargetSourceTarget()
1402
usi
.reset(sourceRange);
in checkSourceTargetSingles()
1403
while (
usi
.next()) {
in checkSourceTargetSingles()
1404
int c =
usi
in checkSourceTargetSingles()
[all...]
H
A
D
WriteCharts.java
178
UnicodeSetIterator
usi
= new UnicodeSetIterator(sourceSet);
in print()
180
while (
usi
.next()) {
in print()
181
int j =
usi
.codepoint;
in print()
254
usi
.reset(leftOverSet);
in print()
255
while (
usi
.next()) {
in print()
256
int j =
usi
.codepoint;
in print()
Completed in 9 milliseconds