| /arkcompiler/ets_frontend/es2panda/util/ |
| D | base64.cpp | 21 size_t strLen = inputString.length(); in Base64Encode() local 78 size_t strLen = base64String.length(); in Base64Decode() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_optimized_stubs-inl.h | 35 … std::vector<uint8_t> &oct, Span<T> &sp, int32_t strLen) in DecodePercentEncoding() 93 int32_t strLen, std::u16string &sStr, Span<T> &sp) in DecodePercentEncoding() 172 int32_t strLen = static_cast<int32_t>(stringAcc.GetLength()); in RuntimeDecodeURIComponent() local
|
| D | runtime_stubs-inl.h | 498 uint32_t strLen = EcmaStringAccessor(srcFlat).GetLength(); in RuntimeStArraySpread() local
|
| /arkcompiler/jsvm/src/inspector/ |
| D | inspector_utils.cpp | 80 size_t strLen = slen; in Base64Encode() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| D | string.h | 284 auto strLen = str->GetLength(); in NormalizeSubStringIndexes() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/ |
| D | maple_string.cpp | 83 size_t strLen = strlen(str); in find() local 110 size_t strLen = strlen(str); in find_last_of() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_global.cpp | 228 uint32_t strLen = EcmaStringAccessor(str).GetLength(); in Encode() local 453 int32_t strLen = static_cast<int32_t>(EcmaStringAccessor(str).GetLength()); in Decode() local 520 … judgURIFunc IsInURISet, int32_t strLen, std::u16string &sStr) in DecodePercentEncoding()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_string.h | 253 auto strLen = GetLength(); in EndsWith() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string-inl.h | 351 uint32_t strLen = GetLength(); in FastToUtf8Span() local
|
| D | ecma_string.h | 553 uint32_t strLen = GetLength(); variable 572 uint32_t strLen = GetLength(); variable
|
| D | js_tagged_value-inl.h | 1389 size_t strLen = EcmaStringAccessor(strObj).GetLength(); in StringToDouble() local
|
| D | ecma_string_table.cpp | 520 uint32_t strLen = sd.utf16_length; in RelocateConstantData() local
|
| D | js_tagged_value.cpp | 1682 size_t strLen = strAccessor.GetLength(); in StringToNumber() local
|
| D | js_bigint.cpp | 179 int strLen = BigInt::DATEBITS * len; in GetBinary() local
|
| D | js_object.cpp | 737 uint32_t strLen = JSPrimitiveRef::Cast(*obj)->GetStringLength(); in CollectEnumElementsAlongProtoChain() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_string_test.cpp | 366 uint32_t strLen = 10; in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | number_helper.cpp | 1170 uint32_t strLen = EcmaStringAccessor(strObj).GetLength(); in StringToBigInt() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_object_stub_builder.cpp | 924 GateRef strLen = GetLengthFromString(value); in GetEnumElementKeys() local
|
| D | builtins_array_stub_builder.cpp | 2989 GateRef strLen = GetLengthFromString(item); in From() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | interpreter_test.cpp | 397 size_t strLen = strCore->GetMUtf8Length() - 1; // Reserved zero. in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_native_inline_lowering.cpp | 2118 GateRef strLen = builder_.GetLengthFromString(thisValue); in LowerStringCharCodeAt() local
|