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:moveForward
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/modules/skparagraph/src/
H
A
D
TextWrapper.h
234
void
moveForward
(bool hasEllipsis, bool breakAll); // breakAll = true, break occurs after each character
H
A
D
TextWrapper.cpp
260
void TextWrapper::
moveForward
(bool hasEllipsis, bool breakAll) {
in moveForward()
function in skia::textlayout::TextWrapper
787
this->
moveForward
(needEllipsis, parent->getWordBreakType() == WordBreakType::BREAK_ALL);
in moveForward()
1117
void TextWrapper::
moveForward
(bool hasEllipsis) {
in moveForward()
1230
this->
moveForward
(needEllipsis);
in moveForward()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H
A
D
RBBITestMonkey.java
1608
int
moveForward
(int i) {
in moveForward()
method in RBBITestMonkey.RBBISentenceMonkey
1656
p3 =
moveForward
(p3);
in next()
1713
p8 =
moveForward
(p8);
in next()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H
A
D
RBBITestMonkey.java
1613
int
moveForward
(int i) {
in moveForward()
method in RBBITestMonkey.RBBISentenceMonkey
1661
p3 =
moveForward
(p3);
in next()
1718
p8 =
moveForward
(p8);
in next()
/third_party/icu/icu4c/source/test/intltest/
H
A
D
rbbitst.cpp
2258
int
moveForward
(int posFrom);
2371
int RBBISentMonkey::
moveForward
(int i) {
in moveForward()
function in RBBISentMonkey
2424
p3 =
moveForward
(p3);
in next()
2483
p8 =
moveForward
(p8);
in next()
Completed in 17 milliseconds