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:charset_
(Results
1 - 14
of
14
) sorted by relevance
/base/telephony/sms_mms/frameworks/native/mms/src/
H
A
D
mms_encode_string.cpp
25
MmsEncodeString::MmsEncodeString() :
charset_
(0), strEncodeString_("") {}
in MmsEncodeString()
29
this->
charset_
= obj.
charset_
;
in MmsEncodeString()
72
charset_
= static_cast<uint32_t>(charset);
in DecodeEncodeString()
96
if (
charset_
!= 0) {
in EncodeEncodeString()
97
if ((
charset_
& 0xFF00) == 0) {
in EncodeEncodeString()
98
tempBuffer.EncodeShortInteger(
charset_
);
in EncodeEncodeString()
100
tempBuffer.EncodeInteger(
charset_
);
in EncodeEncodeString()
126
GetEncodeStringFunc(encodeString,
charset_
, valLength_, strEncodeString_);
in GetEncodeString()
141
charset_
in SetEncodeString()
[all...]
H
A
D
mms_address.cpp
25
: addressString_(addressString),
charset_
(charset)
in MmsAddress()
37
charset_
= charset;
in SetMmsAddressString()
48
return
charset_
;
in GetAddressCharset()
H
A
D
mms_content_param.cpp
29
if (charSet == nullptr || (!charSet->GetCharSetStrFromInt(charSetString,
charset_
))) {
in DumpContentParam()
41
charset_
= srcContentParam.
charset_
;
in operator =()
50
charset_
= charset;
in SetCharSet()
60
return
charset_
;
in GetCharSet()
H
A
D
mms_attachment.cpp
67
charset_
= srcAttachment.
charset_
;
in MmsAttachment()
157
charset_
= charset;
in SetCharSet()
162
return
charset_
;
in GetCharSet()
/base/telephony/sms_mms/frameworks/native/mms/include/
H
A
D
mms_encode_string.h
41
uint32_t
charset_
= 0;
member in OHOS::Telephony::MmsEncodeString
H
A
D
mms_content_param.h
83
uint32_t
charset_
= 0;
member in OHOS::Telephony::MmsContentParam
/base/telephony/sms_mms/interfaces/innerkits/
H
A
D
mms_address.h
109
MmsCharSets
charset_
= MmsCharSets::UTF_8;
member in OHOS::Telephony::MmsAddress
H
A
D
mms_attachment.h
196
uint32_t
charset_
= 0;
member in OHOS::Telephony::MmsAttachment
/base/telephony/core_service/utils/vcard/include/
H
A
D
vcard_constructor.h
98
std::string
charset_
;
member in OHOS::Telephony::VCardConstructor
/base/telephony/sms_mms/services/sms/
H
A
D
sms_wap_push_content_type.cpp
329
charset_
= static_cast<uint32_t>(charset);
in DecodeCharsetField()
/base/telephony/sms_mms/services/sms/include/
H
A
D
sms_wap_push_content_type.h
265
uint32_t
charset_
= 0;
member in OHOS::Telephony::WapPushContentTypes::SmsWapPushContentType
/base/telephony/sms_mms/test/gtest/
H
A
D
zero_branch_mms_test.cpp
861
mmsContentType.msgContentParm_.
charset_
= offset;
in HWTEST_F()
863
mmsContentType.msgContentParm_.
charset_
= offset;
in HWTEST_F()
866
mmsContentType.msgContentParm_.
charset_
= offset;
in HWTEST_F()
869
mmsContentType.msgContentParm_.
charset_
= offset;
in HWTEST_F()
H
A
D
mms_gtest.cpp
952
mmsEncodeString.
charset_
= ENCODE_CHARSET1;
in HWTEST_F()
954
mmsEncodeString.
charset_
= ENCODE_CHARSET2;
in HWTEST_F()
/base/telephony/core_service/utils/vcard/src/
H
A
D
vcard_constructor.cpp
30
: cardType_(cardType),
charset_
(charset)
in VCardConstructor()
Completed in 10 milliseconds