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:IsEmoji
(Results
1 - 12
of
12
) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H
A
D
typed_text_test_ng.cpp
66
* @tc.name:
IsEmoji
67
* @tc.desc: Test
IsEmoji
.
70
HWTEST_F(TypedTextTestNg,
IsEmoji
, TestSize.Level1)
in HWTEST_F()
76
isEmoji = TypedText::
IsEmoji
(8235);
in HWTEST_F()
78
isEmoji = TypedText::
IsEmoji
(8287);
in HWTEST_F()
84
isEmoji = TypedText::
IsEmoji
(9728);
in HWTEST_F()
86
isEmoji = TypedText::
IsEmoji
(10175);
in HWTEST_F()
92
isEmoji = TypedText::
IsEmoji
(12349);
in HWTEST_F()
94
isEmoji = TypedText::
IsEmoji
(15600);
in HWTEST_F()
96
isEmoji = TypedText::
IsEmoji
(2651
in HWTEST_F()
[all...]
H
A
D
text_testfour_ng.cpp
425
* @tc.steps: step4. test
IsEmoji
.
in HWTEST_F()
427
EXPECT_EQ(typedText.
IsEmoji
(CODE1), false);
in HWTEST_F()
428
EXPECT_EQ(typedText.
IsEmoji
(CODE2), true);
in HWTEST_F()
429
EXPECT_EQ(typedText.
IsEmoji
(CODE3), true);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H
A
D
typed_text.h
24
static bool
IsEmoji
(uint32_t codePoint);
H
A
D
typed_text.cpp
42
bool TypedText::
IsEmoji
(uint32_t codePoint)
in IsEmoji()
function in OHOS::Ace::NG::TypedText
/foundation/arkui/ace_engine/frameworks/core/text/
H
A
D
text_emoji_processor.cpp
381
bool TextEmojiProcessor::
IsEmoji
(uint32_t codePoint)
in IsEmoji()
function in OHOS::Ace::TextEmojiProcessor
419
} else if (
IsEmoji
(codePoint)) {
in OnBeginState()
491
if (
IsEmoji
(codePoint)) {
in OnZWJState()
503
if (
IsEmoji
(codePoint)) {
in OnZWJState()
515
if (
IsEmoji
(codePoint)) {
in OnZWJState()
527
if (
IsEmoji
(codePoint)) {
in OnVSState()
602
if (
IsEmoji
(codePoint)) {
in OnEMState()
671
} else if (
IsEmoji
(codePoint)) {
in OnTagQueueState()
H
A
D
text_emoji_processor.h
46
static bool
IsEmoji
(uint32_t codePoint);
/foundation/arkui/ui_lite/frameworks/common/
H
A
D
typed_text.h
97
static bool
IsEmoji
(uint32_t codePoint);
H
A
D
typed_text.cpp
484
bool TypedText::
IsEmoji
(uint32_t codePoint)
in IsEmoji()
function in OHOS::TypedText
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H
A
D
text_blob.h
79
bool
IsEmoji
() {
in IsEmoji()
function in OHOS::Rosen::Drawing::TextBlob
/foundation/arkui/ui_lite/frameworks/font/
H
A
D
ui_line_break.cpp
215
if (TypedText::
IsEmoji
(unicode)) {
in IsBreakPos()
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H
A
D
drawing_painter_impl.cpp
160
if (blob != nullptr && blob->
IsEmoji
()) {
in drawTextBlob()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H
A
D
draw_cmd.cpp
1856
out += " isEmoji:" + std::string(textBlob_->
IsEmoji
() ? "true" : "false");
in DumpItems()
Completed in 15 milliseconds