Home
last modified time | relevance | path

Searched refs:LANG_TYPE (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dres_locale.cpp164 if ((ResLocale::LANG_TYPE & nextType) && (LocaleMatcher::IsLanguageTag(curPos, subTagLen))) { in ProcessSubtag()
211 uint16_t nextType = LANG_TYPE; in DoParse()
229 if (nextType & LANG_TYPE) { in DoParse()
/ohos5.0/base/telephony/sms_mms/test/unittest/
H A Dsms_broadcast_subscriber.cpp73 std::cout << SmsCbData::LANG_TYPE << ":" in CbMessageTest()
74 … << std::to_string(static_cast<uint8_t>(want.GetByteParam(SmsCbData::LANG_TYPE, DEFAULT_VALUE))) in CbMessageTest()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dres_locale.cpp170 if ((ResLocale::LANG_TYPE & nextType) && (LocaleMatcher::IsLanguageTag(curPos, subTagLen))) { in ProcessSubtag()
217 uint16_t nextType = LANG_TYPE; in DoParse()
235 if (nextType & LANG_TYPE) { in DoParse()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dres_locale.h89 static constexpr uint16_t LANG_TYPE = 0x0001; variable
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dres_locale.h95 static constexpr uint16_t LANG_TYPE = 0x0001; variable
/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dsms_cb_data.h54 inline static const std::string LANG_TYPE = "langType"; variable
/ohos5.0/base/telephony/sms_mms/services/sms/cdma/
H A Dcdma_sms_receive_handler.cpp302 want.SetParam(SmsCbData::LANG_TYPE, static_cast<char>(sendData.langType)); in SetCBBroadcastParam()
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_cb_handler.cpp397 want.SetParam(SmsCbData::LANG_TYPE, static_cast<char>(sendData.langType)); in PackageWantData()