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:emoji
(Results
1 - 2
of
2
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H
A
D
text_blob.h
83
void SetEmoji(bool
emoji
) {
in SetEmoji()
argument
84
this->isEmoji =
emoji
;
in SetEmoji()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H
A
D
text_input_emoji_test.cpp
25
static std::string CreateEmojiStringWithLength(std::string
emoji
, int32_t length);
29
// get
emoji
string length in UTF-16 format
36
// create
emoji
string with number of
emoji
characters
37
std::string TextFieldUXTest::CreateEmojiStringWithLength(std::string
emoji
, int32_t length)
in CreateEmojiStringWithLength()
argument
41
emojiString +=
emoji
;
in CreateEmojiStringWithLength()
71
* @tc.desc: test testInput deleteAction for normal
emoji
.
120
* @tc.desc: test testInput deleteAction for ZWJ
emoji
.
176
* @tc.desc: test testInput deleteAction for VS
emoji
.
352
* @tc.desc: test testInput deleteAction for ZWJ&VS
emoji
[all...]
Completed in 2 milliseconds