Searched defs:maxLength (Results 1 – 7 of 7) sorted by relevance
| /base/telephony/sms_mms/utils/ |
| D | text_coder.cpp | 241 int TextCoder::Utf8ToGsm7bit(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength, MSG_L… in Utf8ToGsm7bit() 273 int TextCoder::Utf8ToUcs2(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength) in Utf8ToUcs2() 297 int TextCoder::GsmUtf8ToAuto(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength, in GsmUtf8ToAuto() 344 int TextCoder::CdmaUtf8ToAuto(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength, Data… in CdmaUtf8ToAuto() 395 uint8_t *dest, int maxLength, const uint8_t *src, int srcLength, const MsgLangInfo &langInfo) in Gsm7bitToUtf8() 423 int TextCoder::Ucs2ToUtf8(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength) in Ucs2ToUtf8() 454 int TextCoder::EuckrToUtf8(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength) in EuckrToUtf8() 485 int TextCoder::ShiftjisToUtf8(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength) const in ShiftjisToUtf8() 514 int TextCoder::Ucs2ToGsm7bit(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength, MSG_L… in Ucs2ToGsm7bit() 590 int TextCoder::Ucs2ToGsm7bitAuto(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength, in Ucs2ToGsm7bitAuto() [all …]
|
| /base/hiviewdfx/hilog/frameworks/libhilog/socket/include/ |
| D | dgram_socket_server.h | 30 DgramSocketServer(const std::string& socketName, uint16_t maxLength) in DgramSocketServer()
|
| /base/hiviewdfx/hiview/base/event_pool/ |
| D | event_thread_pool.cpp | 90 const int maxLength = 10; in TaskCallback() local
|
| /base/web/webview/test/unittest/ohos_adapter/web_data_base_adapter_impl_test/ |
| D | web_data_base_adapter_impl_test.cpp | 170 constexpr int32_t maxLength = 256; variable
|
| /base/customization/enterprise_device_management/interfaces/kits/common/src/ |
| D | napi_edm_common.cpp | 145 bool ParseCharArray(napi_env env, napi_value args, size_t maxLength, char *param) in ParseCharArray() 313 int maxLength = 0; in JsObjectToCharArray() local
|
| /base/hiviewdfx/hiview/base/ |
| D | event_loop.cpp | 404 const int maxLength = 16; in Run() local
|
| /base/theme/wallpaper_mgr/services/src/ |
| D | wallpaper_service.cpp | 1370 int maxLength = resourceType == VIDEO ? MAX_VIDEO_SIZE : FOO_MAX_LEN; in CheckValid() local
|