Home
last modified time | relevance | path

Searched defs:textLen (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
H A Dcipher_sm2_openssl.c161 size_t textLen = 0; in GetTextLen() local
181 int32_t mode, size_t textLen) in DoSm2EncryptAndDecrypt()
211 size_t textLen = GetTextLen(impl, input, mode); in DoSm2Crypt() local
/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/src/
H A Dcipher_aes.c210 size_t textLen = (size_t)data->textLen; in InitAesCryptDataText() local
298 size_t textLen = ctx->data.textLen; in DoAesCbcEncrypt() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dtext.cpp91 uint32_t textLen = static_cast<uint32_t>(strlen(text)); in SetText() local
417 uint32_t textLen = GetTextStrLen(); in GetLine() local
445 uint32_t Text::CalculateLineWithEllipsis(uint32_t begin, uint32_t textLen, int16_t width, in CalculateLineWithEllipsis()
471 uint32_t Text::GetTextLine(uint32_t begin, uint32_t textLen, int16_t width, uint16_t lineNum, uint8… in GetTextLine()
560 uint32_t textLen = static_cast<uint32_t>(strlen(text_)); in GetLetterIndexByPosition() local
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Doutput_p.inl276 int textLen; local
306 textLen = wctomb(buffer->str, wchar); local
334 int textLen; local
422 int textLen; /* length of the text */ local
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dtext_adapter.cpp21 bool TextFormatter::Format(int16_t value, char* outText, uint16_t textLen) in Format()
H A Dui_edit_text.cpp240 uint32_t textLen = wideText.length(); in UpdateTextString() local
555 uint32_t textLen = wideText.length(); in InsertTextByCursorIndex() local
/ohos5.0/base/telephony/sms_mms/utils/
H A Dtext_coder.cpp283 gsize textLen = static_cast<gsize>(srcLength); in Utf8ToUcs2() local
441 gsize textLen = static_cast<gsize>(srcLength); in Ucs2ToUtf8() local
472 gsize textLen = static_cast<gsize>(srcLength); in EuckrToUtf8() local
502 gsize textLen = static_cast<gsize>(srcLength); in ShiftjisToUtf8() local
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_edit_text_unit_test.cpp34 uint32_t textLen = static_cast<uint32_t>(strlen(value)); in OnChange() local
/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/include/
H A Dcipher.h47 int32_t textLen; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_render_image.cpp123 size_t textLen = 0; in Constructor() local
157 std::string JSRenderImage::GetSrcString(napi_env env, napi_value value, size_t textLen) in GetSrcString()
H A Djs_offscreen_canvas.cpp368 size_t textLen = 0; in onGetContext() local
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c404 int textLen; in SecDecodeTypeC() local
462 int textLen; in SecDecodeTypeS() local
556 int textLen; /* length of the text */ in HiLogSecOutputS() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dpng_image_chunk_utils.cpp205 …const size_t textLen = chunkData.Size() - (keySize + 3 + languageTextLen + 1 + translatedKeyTextLe… in GetRawTextFromItxtChunk() local
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/util/
H A Dhap_cert_verify_openssl_utils.cpp565 int32_t textLen = X509_NAME_get_text_by_NID(name, nId, nullptr, 0); in GetTextFromX509Name() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_string.cpp405 auto textLen = static_cast<int32_t>(text.length()); in ChangeStartToCorrectNum() local
430 auto textLen = static_cast<int32_t>(text.length()); in ChangeEndToCorrectNum() local
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_tag.cpp115 uint32_t textLen = NfcSdkCommon::GetHexStrBytesLen(hexText); in RegisterEnumRtdType() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp8806 int32_t textLen = static_cast<int32_t>(wideText.length()); in OnBackPressed() local