Home
last modified time | relevance | path

Searched defs:strLen (Results 1 - 18 of 18) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
H A Dbase64.cpp21 size_t strLen = inputString.length(); in Base64Encode() local
78 size_t strLen = base64String.length(); in Base64Decode() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
H A Dmaple_string.cpp84 size_t strLen = strlen(str); in find() local
111 size_t strLen = strlen(str); in find_last_of() local
[all...]
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_optimized_stubs-inl.h33 DecodePercentEncoding(JSThread *thread, int32_t &n, int32_t &k, const JSHandle<EcmaString> &str, uint8_t &bb, std::vector<uint8_t> &oct, Span<T> &sp, int32_t strLen) DecodePercentEncoding() argument
92 DecodePercentEncoding(JSThread *thread, const JSHandle<EcmaString> &str, int32_t &k, int32_t strLen, std::u16string &sStr, Span<T> &sp) DecodePercentEncoding() argument
172 int32_t strLen = static_cast<int32_t>(stringAcc.GetLength()); RuntimeDecodeURIComponent() local
[all...]
H A Druntime_stubs-inl.h495 uint32_t strLen = EcmaStringAccessor(srcFlat).GetLength(); in RuntimeStArraySpread() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
H A Dets_string_test.cpp366 uint32_t strLen = 10; in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
H A Dstring.h285 auto strLen = str->GetLength(); in NormalizeSubStringIndexes() local
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string-inl.h351 uint32_t strLen = GetLength(); in FastToUtf8Span() local
H A Decma_string_table.cpp570 uint32_t strLen = sd.utf16_length; in RelocateConstantData() local
H A Djs_tagged_value.cpp1670 size_t strLen = strAccessor.GetLength(); in StringToNumber() local
H A Djs_bigint.cpp181 int strLen = BigInt::DATEBITS * len; in GetBinary() local
H A Djs_tagged_value-inl.h1388 size_t strLen = EcmaStringAccessor(strObj).GetLength(); in StringToDouble() local
H A Djs_object.cpp714 uint32_t strLen = JSPrimitiveRef::Cast(*obj)->GetStringLength(); in CollectEnumElementsAlongProtoChain() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_string.h253 auto strLen = GetLength(); in EndsWith() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A 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
522 DecodePercentEncoding(JSThread *thread, const JSHandle<EcmaString> &str, int32_t &k, judgURIFunc IsInURISet, int32_t strLen, std::u16string &sStr) DecodePercentEncoding() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinterpreter_test.cpp396 size_t strLen = strCore->GetMUtf8Length() - 1; // Reserved zero. in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp1126 GateRef strLen = GetLengthFromString(value); in GetEnumElementKeys() local
H A Dbuiltins_array_stub_builder.cpp2691 GateRef strLen = GetLengthFromString(item); in From() local
2726 Store(VariableType::INT32(), glue, newArray, IntPtr(JSArray::LENGTH_OFFSET), strLen); in From() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_native_inline_lowering.cpp2163 GateRef strLen = builder_.GetLengthFromString(thisValue); in LowerStringCharCodeAt() local

Completed in 50 milliseconds