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:DEFAULT_USTRING
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/utils/
H
A
D
string_utils.cpp
29
const std::u16string
DEFAULT_USTRING
= u"error";
member
H
A
D
string_utils.h
37
ACE_FORCE_EXPORT extern const std::u16string
DEFAULT_USTRING
;
50
return
DEFAULT_USTRING
;
in Str8ToStr16()
52
std::wstring_convert<std::codecvt_utf8_utf16<char16_t>, char16_t> convert(DEFAULT_STRING,
DEFAULT_USTRING
);
in Str8ToStr16()
54
return result ==
DEFAULT_USTRING
? u"" : result;
in Str8ToStr16()
59
if (str ==
DEFAULT_USTRING
) {
in Str16ToStr8()
/foundation/arkui/ace_engine/frameworks/core/common/ime/
H
A
D
text_input_client.h
101
return StringUtils::
DEFAULT_USTRING
;
in GetLeftTextOfCursor()
106
return StringUtils::
DEFAULT_USTRING
;
in GetRightTextOfCursor()
/foundation/arkui/ace_engine/test/unittest/base/
H
A
D
base_utils_test.cpp
92
const std::u16string
DEFAULT_USTRING
= u"error";
member
477
ASSERT_EQ(StringUtils::Str8ToStr16(StringUtils::DEFAULT_STRING), StringUtils::
DEFAULT_USTRING
);
in HWTEST_F()
member in OHOS::Ace::StringUtils
478
ASSERT_EQ(StringUtils::Str16ToStr8(StringUtils::
DEFAULT_USTRING
), StringUtils::DEFAULT_STRING);
in HWTEST_F()
/foundation/window/window_manager/wmserver/src/
H
A
D
mock_session_manager_service.cpp
53
const std::u16string
DEFAULT_USTRING
= u"error";
member
153
if (str ==
DEFAULT_USTRING
) {
in Str16ToStr8()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
txt_paragraph.cpp
1013
if (ellipsis == StringUtils::
DEFAULT_USTRING
|| ellipsis.empty()) {
in SetRunMetrics()
Completed in 8 milliseconds