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:str16
(Results
1 - 18
of
18
) sorted by relevance
/base/telephony/state_registry/frameworks/cj/src/
H
A
D
telephony_observer_utils.cpp
33
std::string ToUtf8(std::u16string
str16
)
in ToUtf8()
argument
37
std::string result = convert.to_bytes(
str16
);
in ToUtf8()
H
A
D
telephony_observer_utils.h
38
std::string ToUtf8(std::u16string
str16
);
/base/customization/enterprise_device_management/common/native/src/
H
A
D
edm_utils.cpp
49
std::string EdmUtils::Utf16ToUtf8(const std::u16string &
str16
)
in Utf16ToUtf8()
argument
51
if (
str16
== ERROR_USTRING) {
in Utf16ToUtf8()
55
std::string result = convert.to_bytes(
str16
);
in Utf16ToUtf8()
/base/telephony/core_service/utils/common/src/
H
A
D
str_convert.cpp
27
std::string ToUtf8(std::u16string
str16
)
in ToUtf8()
argument
29
return std::wstring_convert<std::codecvt_utf8_utf16<char16_t>, char16_t> {}.to_bytes(
str16
);
in ToUtf8()
/base/telephony/sms_mms/utils/
H
A
D
string_utils.cpp
118
std::string StringUtils::ToUtf8(const std::u16string &
str16
)
in ToUtf8()
argument
120
if (
str16
.empty()) {
in ToUtf8()
124
return Str16ToStr8(
str16
);
in ToUtf8()
H
A
D
string_utils.h
31
static std::string ToUtf8(const std::u16string &
str16
);
/base/security/access_token/interfaces/innerkits/token_callback/src/
H
A
D
token_callback_stub.cpp
33
static std::string to_utf8(std::u16string
str16
)
in to_utf8()
argument
35
return std::wstring_convert<std::codecvt_utf8_utf16<char16_t>, char16_t> {}.to_bytes(
str16
);
in to_utf8()
/base/customization/enterprise_device_management/common/native/include/
H
A
D
edm_utils.h
30
static std::string Utf16ToUtf8(const std::u16string &
str16
);
/base/telephony/core_service/utils/common/include/
H
A
D
str_convert.h
24
std::string ToUtf8(std::u16string
str16
);
/base/telephony/sms_mms/services/sms/
H
A
D
sms_dump_helper.cpp
37
static std::string to_utf8(std::u16string
str16
)
in to_utf8()
argument
39
return std::wstring_convert<std::codecvt_utf8_utf16<char16_t>, char16_t> {}.to_bytes(
str16
);
in to_utf8()
/base/location/services/location_gnss/gnss/source/
H
A
D
string_utils.cpp
120
std::string StringUtils::ToUtf8(const std::u16string &
str16
)
in ToUtf8()
argument
122
if (
str16
.empty()) {
in ToUtf8()
126
return Str16ToStr8(
str16
);
in ToUtf8()
/base/location/services/location_gnss/gnss/include/
H
A
D
string_utils.h
33
static std::string ToUtf8(const std::u16string &
str16
);
/base/telephony/core_service/services/core/src/
H
A
D
core_service_dump_helper.cpp
53
static std::string to_utf8(std::u16string
str16
)
in to_utf8()
argument
55
return std::wstring_convert<std::codecvt_utf8_utf16<char16_t>, char16_t> {}.to_bytes(
str16
);
in to_utf8()
/base/telephony/core_service/frameworks/cj/telephony_sim/src/
H
A
D
telephony_sim_impl.cpp
109
static std::string ToUtf8(std::u16string
str16
)
in ToUtf8()
argument
113
std::string result = convert.to_bytes(
str16
);
in ToUtf8()
/base/telephony/core_service/frameworks/js/napi/
H
A
D
napi_util.h
32
static std::string ToUtf8(std::u16string
str16
);
H
A
D
napi_util.cpp
109
std::string NapiUtil::ToUtf8(std::u16string
str16
)
in ToUtf8()
argument
111
if (
str16
== ERROR_USTRING) {
in ToUtf8()
115
std::string result = convert.to_bytes(
str16
);
in ToUtf8()
/base/telephony/core_service/frameworks/cj/telephony_radio/src/
H
A
D
telephony_radio_impl.cpp
169
static std::string ToUtf8(std::u16string
str16
)
in ToUtf8()
argument
173
std::string result = convert.to_bytes(
str16
);
in ToUtf8()
/base/telephony/sms_mms/frameworks/js/napi/src/
H
A
D
napi_sms.cpp
1707
static std::string to_utf8(std::u16string
str16
)
in to_utf8()
argument
1709
return std::wstring_convert<std::codecvt_utf8_utf16<char16_t>, char16_t> {}.to_bytes(
str16
);
in to_utf8()
Completed in 10 milliseconds