Home
last modified time | relevance | path

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

/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/runtime_core/static_core/runtime/include/coretypes/
Dstring.h285 auto strLen = str->GetLength(); in NormalizeSubStringIndexes() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
Dmaple_string.cpp84 size_t strLen = strlen(str); in find() local
111 size_t strLen = strlen(str); in find_last_of() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.cpp232 uint32_t strLen = EcmaStringAccessor(str).GetLength(); in Encode() local
456 int32_t strLen = static_cast<int32_t>(EcmaStringAccessor(str).GetLength()); in Decode() local
523 … judgURIFunc IsInURISet, int32_t strLen, std::u16string &sStr) in DecodePercentEncoding()
/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h351 uint32_t strLen = GetLength(); in FastToUtf8Span() local
Decma_string.h543 uint32_t strLen = GetLength(); variable
562 uint32_t strLen = GetLength(); variable
Decma_string_table.cpp571 uint32_t strLen = sd.utf16_length; in RelocateConstantData() local
Djs_tagged_value-inl.h1388 size_t strLen = EcmaStringAccessor(strObj).GetLength(); in StringToDouble() local
Djs_tagged_value.cpp1683 size_t strLen = strAccessor.GetLength(); in StringToNumber() local
Djs_bigint.cpp181 int strLen = BigInt::DATEBITS * len; in GetBinary() local
Djs_object.cpp714 uint32_t strLen = JSPrimitiveRef::Cast(*obj)->GetStringLength(); in CollectEnumElementsAlongProtoChain() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_test.cpp366 uint32_t strLen = 10; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp1163 uint32_t strLen = EcmaStringAccessor(strObj).GetLength(); in StringToBigInt() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1117 GateRef strLen = GetLengthFromString(value); in GetEnumElementKeys() local
Dbuiltins_array_stub_builder.cpp2681 GateRef strLen = GetLengthFromString(item); in From() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test.cpp396 size_t strLen = strCore->GetMUtf8Length() - 1; // Reserved zero. in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h470 uint32_t strLen = EcmaStringAccessor(srcFlat).GetLength(); in RuntimeStArraySpread() local