Searched refs:mapCharSet_ (Results 1 – 4 of 4) sorted by relevance
/base/telephony/sms_mms/frameworks/native/mms/src/utils/ |
D | mms_charset.cpp | 26 mapCharSet_.emplace("US-ASCII", 0x03); in MmsCharSet() 27 mapCharSet_.emplace("UTF-16", 0x03F7); in MmsCharSet() 28 mapCharSet_.emplace("CSUNICODE", 0x03E8); in MmsCharSet() 29 mapCharSet_.emplace("UTF-8", 0x6A); in MmsCharSet() 30 mapCharSet_.emplace("ISO-2022-KR", 0x25); in MmsCharSet() 31 mapCharSet_.emplace("KS_C_5601-1987", 0x24); in MmsCharSet() 32 mapCharSet_.emplace("EUC-KR", 0x26); in MmsCharSet() 33 mapCharSet_.emplace("ISO-2022-JP", 0x27); in MmsCharSet() 34 mapCharSet_.emplace("ISO-2022-JP-2", 0x28); in MmsCharSet() 35 mapCharSet_.emplace("ISO_8859-1", 0x04); in MmsCharSet() [all …]
|
/base/telephony/sms_mms/services/sms/ |
D | sms_wap_push_content_type.cpp | 29 mapCharSet_.emplace("US-ASCII", 0x03); in SmsWapPushContentType() 30 mapCharSet_.emplace("UTF-16", 0x03F7); in SmsWapPushContentType() 31 mapCharSet_.emplace("CSUNICODE", 0x03E8); in SmsWapPushContentType() 32 mapCharSet_.emplace("UTF-8", 0x6A); in SmsWapPushContentType() 33 mapCharSet_.emplace("ISO-2022-KR", 0x25); in SmsWapPushContentType() 34 mapCharSet_.emplace("KS_C_5601-1987", 0x24); in SmsWapPushContentType() 35 mapCharSet_.emplace("EUC-KR", 0x26); in SmsWapPushContentType() 36 mapCharSet_.emplace("ISO-2022-JP", 0x27); in SmsWapPushContentType() 37 mapCharSet_.emplace("ISO-2022-JP-2", 0x28); in SmsWapPushContentType() 38 mapCharSet_.emplace("ISO_8859-1", 0x04); in SmsWapPushContentType() [all …]
|
/base/telephony/sms_mms/frameworks/native/mms/include/utils/ |
D | mms_charset.h | 36 std::map<std::string, uint32_t> mapCharSet_;
|
/base/telephony/sms_mms/services/sms/include/ |
D | sms_wap_push_content_type.h | 268 std::map<std::string, uint32_t> mapCharSet_; variable
|