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
defs:ELLIPSIS
(Results
1 - 14
of
14
) sorted by relevance
/foundation/arkui/ace_engine/test/mock/core/rosen/
H
A
D
testing_typography_style.cpp
18
const std::u16string TestingTypographyStyle::
ELLIPSIS
= u"\u2026";
member in OHOS::Ace::Testing::TestingTypographyStyle
H
A
D
testing_typography_style.h
29
static const std::u16string
ELLIPSIS
;
member in OHOS::Ace::Testing::TestingTypographyStyle
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
span_model_adapter.cpp
139
std::u16string
ELLIPSIS
= u"\u2026";
in CreateParagraphStyle()
local
H
A
D
txt_paragraph.cpp
26
const std::u16string
ELLIPSIS
= u"\u2026";
member
/foundation/arkui/ace_engine/frameworks/core/components/multimodal/
H
A
D
rosen_render_multimodal.cpp
49
const char
ELLIPSIS
[] = "...";
member
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
H
A
D
typography_style.h
36
const static inline std::u16string
ELLIPSIS
= u"\u2026";
member
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H
A
D
typography_style.h
43
const static inline std::u16string
ELLIPSIS
= u"\u2026";
member
/foundation/arkui/ace_engine/frameworks/core/components/text/
H
A
D
rosen_render_text.cpp
38
const std::u16string
ELLIPSIS
= u"\u2026";
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H
A
D
calendar_paint_method.cpp
39
const char
ELLIPSIS
[] = "...";
member
/foundation/arkui/ace_engine/frameworks/base/utils/
H
A
D
string_utils.h
45
const char
ELLIPSIS
[] = "...";
member
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H
A
D
rosen_render_calendar.cpp
33
const char
ELLIPSIS
[] = "...";
member
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H
A
D
rosen_render_text_field.cpp
52
const char
ELLIPSIS
[] = "...";
member
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H
A
D
rosen_render_custom_paint.cpp
79
const std::u16string
ELLIPSIS
= u"\u2026";
member
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H
A
D
constants.h
262
ELLIPSIS
,
member in OHOS::Ace::TextOverflow
Completed in 19 milliseconds