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:wTextForAILength
(Results
1 - 2
of
2
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H
A
D
text_layout_algorithm.cpp
188
int32_t
wTextForAILength
= static_cast<int32_t>(wTextForAI.length());
in UpdateParagraphForAISpan()
local
197
if (preEnd >=
wTextForAILength
) {
in UpdateParagraphForAISpan()
215
if (preEnd <
wTextForAILength
) {
in UpdateParagraphForAISpan()
217
dragSpanPosition.spanEnd =
wTextForAILength
;
in UpdateParagraphForAISpan()
254
int32_t
wTextForAILength
= static_cast<int32_t>(wTextForAI.length());
in StringOutBoundProtection()
local
255
if (position >=
wTextForAILength
|| length >
wTextForAILength
- position) {
in StringOutBoundProtection()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
data_detector_adapter.cpp
349
auto
wTextForAILength
= static_cast<int32_t>(wTextForAI.length());
in GetDetectDelayTask()
local
352
wTextForAI.substr(startPos, std::min(AI_TEXT_MAX_LENGTH,
wTextForAILength
- startPos)));
in GetDetectDelayTask()
356
aiSpanMapIt->first < std::min(
wTextForAILength
, startPos + AI_TEXT_MAX_LENGTH - AI_TEXT_GAP)) {
in GetDetectDelayTask()
360
std::min(static_cast<int32_t>(wAIContent.length()),
wTextForAILength
- aiSpanMapIt->first)))) {
in GetDetectDelayTask()
376
} while (startPos + AI_TEXT_GAP <
wTextForAILength
);
in GetDetectDelayTask()
Completed in 3 milliseconds