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:next32
(Results
1 - 20
of
20
) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H
A
D
CjkBreakEngine.java
13
import static com.ibm.icu.impl.CharacterIteration.
next32
;
179
for (int i = 0; i < numCodePts; i++, text.setIndex(ix),
next32
(text)) {
in divideUpDictionaryRange()
218
next32
(text);
in divideUpDictionaryRange()
220
next32
(text);
in divideUpDictionaryRange()
H
A
D
UnhandledBreakEngine.java
52
CharacterIteration.
next32
(text);
in findBreaks()
H
A
D
DictionaryBreakEngine.java
199
CharacterIteration.
next32
(text);
in findBreaks()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H
A
D
CjkBreakEngine.java
14
import static ohos.global.icu.impl.CharacterIteration.
next32
;
155
for (int i = 0; i < numCodePts; i++, text.setIndex(ix),
next32
(text)) {
in divideUpDictionaryRange()
194
next32
(text);
in divideUpDictionaryRange()
196
next32
(text);
in divideUpDictionaryRange()
H
A
D
UnhandledBreakEngine.java
52
CharacterIteration.
next32
(text);
in findBreaks()
H
A
D
DictionaryBreakEngine.java
199
CharacterIteration.
next32
(text);
in findBreaks()
H
A
D
RuleBasedBreakIterator.java
14
import static ohos.global.icu.impl.CharacterIteration.
next32
;
950
next32
(text);
in handleNext()
1202
c = CharacterIteration.
next32
(fText); // pre-increment
in populateDictionary()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H
A
D
uchriter.h
162
* This can be used to begin an iteration with
next32
().
264
virtual UChar32
next32
(void);
H
A
D
chariter.h
407
* This can be used to begin an iteration with
next32
().
517
virtual UChar32
next32
(void) = 0;
/third_party/icu/icu4c/source/test/intltest/
H
A
D
citrtest.cpp
78
virtual UChar32
next32
() override {return DONE;}
613
c = iter.
next32
();
in TestIterationUChar32()
626
c=iter.
next32
();
in TestIterationUChar32()
628
errln("
next32
didn't return DONE at the end");
in TestIterationUChar32()
727
c = iter.
next32
();
in TestIterationUChar32()
731
c=iter.
next32
();
in TestIterationUChar32()
733
errln("error in
next32
()");
in TestIterationUChar32()
1062
virtual UChar32
next32
() override {
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H
A
D
CharacterIteration.java
31
public static int
next32
(CharacterIterator ci) {
in next32()
method in CharacterIteration
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H
A
D
CharacterIteration.java
35
public static int
next32
(CharacterIterator ci) {
in next32()
method in CharacterIteration
/third_party/icu/icu4c/source/common/unicode/
H
A
D
chariter.h
407
* This can be used to begin an iteration with
next32
().
517
virtual UChar32
next32
(void) = 0;
H
A
D
uchriter.h
162
* This can be used to begin an iteration with
next32
().
264
virtual UChar32
next32
(void) override;
/third_party/node/deps/icu-small/source/common/unicode/
H
A
D
chariter.h
407
* This can be used to begin an iteration with
next32
().
517
virtual UChar32
next32
(void) = 0;
H
A
D
uchriter.h
162
* This can be used to begin an iteration with
next32
().
264
virtual UChar32
next32
(void) override;
/third_party/icu/icu4c/source/common/
H
A
D
uchriter.cpp
259
UCharCharacterIterator::
next32
() {
in next32()
function in UCharCharacterIterator
/third_party/node/deps/icu-small/source/common/
H
A
D
uchriter.cpp
259
UCharCharacterIterator::
next32
() {
in next32()
function in UCharCharacterIterator
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
uchriter.cpp
259
UCharCharacterIterator::
next32
() {
in next32()
function in UCharCharacterIterator
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H
A
D
RuleBasedBreakIterator.java
13
import static com.ibm.icu.impl.CharacterIteration.
next32
;
973
next32
(text);
in handleNext()
1225
c = CharacterIteration.
next32
(fText); // pre-increment
in populateDictionary()
Completed in 18 milliseconds