Home
last modified time | relevance | path

Searched defs:strLen (Results 1 – 25 of 26) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/util/
Dbase64.cpp21 size_t strLen = inputString.length(); in Base64Encode() local
78 size_t strLen = base64String.length(); in Base64Decode() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_optimized_stubs-inl.h35 … std::vector<uint8_t> &oct, Span<T> &sp, int32_t strLen) in DecodePercentEncoding()
109int32_t strLen, std::u16string &resStr, Span<T> &sp) in DecodePercentEncoding()
195 int32_t strLen = static_cast<int32_t>(stringAcc.GetLength()); in DecodePercentEncoding() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global_uri.cpp71 uint32_t strLen = stringAcc.GetLength(); in Encode() local
182 int32_t strLen = static_cast<int32_t>(EcmaStringAccessor(str).GetLength()); in DoDecode() local
252 … judgURIFunc IsInURISet, int32_t strLen, std::u16string &resStr, in DecodePercentEncoding()
328 … uint8_t &bb, std::vector<uint8_t> &oct, Span<T> &sp, int32_t strLen) in DecodePercentEncoding()
Dbuiltins_global.cpp209 uint32_t strLen = EcmaStringAccessor(str).GetLength(); in Encode() local
451 int32_t strLen = static_cast<int32_t>(EcmaStringAccessor(str).GetLength()); in Decode() local
517 … judgURIFunc IsInURISet, int32_t strLen, std::u16string &sStr) in DecodePercentEncoding()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/
Dobject_set_field_by_name_ref_test.cpp30 const size_t strLen = example.size(); in CreateAniString() local
41 auto strLen = CreateAniString("example", nameRef); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dc_string.cpp260 uint32_t strLen = EcmaStringAccessor(const_cast<EcmaString *>(s)).GetLength(); in ConvertQuotedAndAppendToCString() local
271 uint32_t strLen = EcmaStringAccessor(const_cast<EcmaString *>(s)).GetLength(); in ConvertQuotedAndAppendToC16String() local
/arkcompiler/ets_frontend/ets2panda/bindings/native/src/
Dcommon.cpp107 std::size_t strLen; in impl_CreateConfig() local
/arkcompiler/jsvm/src/inspector/
Dinspector_utils.cpp80 size_t strLen = slen; in Base64Encode() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
Dmaple_string.cpp83 size_t strLen = strlen(str); in find() local
110 size_t strLen = strlen(str); in find_last_of() local
/arkcompiler/runtime_core/common_interfaces/objects/string/
Dbase_string-inl2.h462 uint32_t strLen = GetLength(); in ToUtf8Span() local
485 uint32_t strLen = GetLength(); in DebuggerToUtf8Span() local
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dstring.h326 auto strLen = str->GetLength(); in NormalizeSubStringIndexes() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_test.cpp368 uint32_t strLen = 10; in TEST_F() local
702 size_t strLen = 6U; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h323 auto strLen = GetLength(); in EndsWith() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp457 EtsInt strLen = strHandle->GetLength(); in EscompatRegExpExec() local
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h1427 size_t strLen = EcmaStringAccessor(strObj).GetLength(); in StringToDouble() local
Decma_string.h320 uint32_t strLen = GetLength(); in ToUtf16Span() local
Djs_tagged_value.cpp1759 size_t strLen = strAccessor.GetLength(); in StringToNumber() local
Decma_string.cpp1123 size_t strLen = GetLength(); in AppendToCString() local
Djs_bigint.cpp182 int strLen = BigInt::DATA_BITS * len; in GetBinary() local
Djs_object.cpp830 uint32_t strLen = JSPrimitiveRef::Cast(*obj)->GetStringLength(thread); in CollectEnumElements() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp1169 uint32_t strLen = EcmaStringAccessor(strObj).GetLength(); in StringToBigInt() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp908 GateRef strLen = GetLengthFromString(value); in GetEnumElementKeys() local
Dbuiltins_array_stub_builder.cpp2995 GateRef strLen = GetLengthFromString(item); in From() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test.cpp397 size_t strLen = strCore->GetMUtf8Length() - 1; // Reserved zero. in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_native_inline_lowering.cpp2120 GateRef strLen = builder_.GetLengthFromString(thisValue); in LowerStringCharCodeAt() local

12