Home
last modified time | relevance | path

Searched refs:mapCharSet_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/utils/
H A Dmms_charset.cpp26 mapCharSet_.emplace("US-ASCII", 0x03); in MmsCharSet()
27 mapCharSet_.emplace("UTF-16", 0x03F7); in MmsCharSet()
29 mapCharSet_.emplace("UTF-8", 0x6A); in MmsCharSet()
32 mapCharSet_.emplace("EUC-KR", 0x26); in MmsCharSet()
47 mapCharSet_.emplace("EUC-JP", 0x13); in MmsCharSet()
48 mapCharSet_.emplace("GB2312", 0x07E9); in MmsCharSet()
49 mapCharSet_.emplace("BIG5", 0x0d); in MmsCharSet()
51 mapCharSet_.emplace("KOI8-R", 0x0824); in MmsCharSet()
57 mapCharSet_.clear(); in ~MmsCharSet()
63 if (iterMap != mapCharSet_.end()) { in GetCharSetIntFromString()
[all …]
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_content_type.cpp29 mapCharSet_.emplace("US-ASCII", 0x03); in SmsWapPushContentType()
30 mapCharSet_.emplace("UTF-16", 0x03F7); in SmsWapPushContentType()
32 mapCharSet_.emplace("UTF-8", 0x6A); in SmsWapPushContentType()
35 mapCharSet_.emplace("EUC-KR", 0x26); in SmsWapPushContentType()
49 mapCharSet_.emplace("SHIFT_JIS", 0x11); in SmsWapPushContentType()
50 mapCharSet_.emplace("EUC-JP", 0x13); in SmsWapPushContentType()
51 mapCharSet_.emplace("GB2312", 0x07E9); in SmsWapPushContentType()
52 mapCharSet_.emplace("BIG5", 0x0d); in SmsWapPushContentType()
54 mapCharSet_.emplace("KOI8-R", 0x0824); in SmsWapPushContentType()
55 mapCharSet_.emplace("KOI8-U", 0x0828); in SmsWapPushContentType()
[all …]
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/include/utils/
H A Dmms_charset.h36 std::map<std::string, uint32_t> mapCharSet_;
/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dsms_wap_push_content_type.h268 std::map<std::string, uint32_t> mapCharSet_; variable