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:lineEnd
(Results
1 - 7
of
7
) sorted by relevance
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H
A
D
source_map.cpp
491
int32_t
lineEnd
= (int32_t)findLineEnd - 1;
in GetErrorPos()
local
492
if (
lineEnd
< 1 || rawStack[
lineEnd
- 1] == '?') {
in GetErrorPos()
496
uint32_t secondPos = rawStack.rfind(':',
lineEnd
);
in GetErrorPos()
500
std::string columnStr = rawStack.substr(secondPos + 1,
lineEnd
- 1 - secondPos);
in GetErrorPos()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H
A
D
jsi_base_utils.cpp
267
size_t
lineEnd
= findLineEnd - 1;
in GetErrorPos()
local
268
if (
lineEnd
< 1 || rawStack[
lineEnd
- 1] == '?') {
in GetErrorPos()
272
size_t secondPos = rawStack.rfind(':',
lineEnd
);
in GetErrorPos()
283
std::string columnStr = rawStack.substr(secondPos + 1,
lineEnd
- 1 - secondPos);
in GetErrorPos()
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_arc_label.cpp
381
arcTextInfo_.
lineEnd
= GetLineEnd(static_cast<int16_t>(maxLength));
in OnMeasureArcTextInfo()
421
arcLabelText_->GetFontSize(), (arcTextInfo_.
lineEnd
- arcTextInfo_.lineStart),
in GetArcLength()
/foundation/arkui/ui_lite/frameworks/common/
H
A
D
typed_text.cpp
90
if ((text == nullptr) || (arcTextInfo.lineStart == arcTextInfo.
lineEnd
) || (arcTextInfo.radius == 0)) {
in GetArcTextRect()
104
while (i < arcTextInfo.
lineEnd
) {
in GetArcTextRect()
/foundation/arkui/ui_lite/frameworks/draw/
H
A
D
draw_label.cpp
159
if ((text == nullptr) || (arcTextInfo.lineStart == arcTextInfo.
lineEnd
) || (arcTextInfo.radius == 0)) {
in DrawArcText()
183
while (i < arcTextInfo.
lineEnd
) {
in DrawArcText()
/foundation/arkui/ui_lite/interfaces/kits/common/
H
A
D
text.h
95
uint32_t
lineEnd
;
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H
A
D
grid_pattern.cpp
1416
auto
lineEnd
= line->second.rbegin()->second;
1417
itemCount += (
lineEnd
- lineStart + 1);
Completed in 10 milliseconds