| /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() 109 … int32_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/ |
| D | builtins_global_uri.cpp | 71 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()
|
| D | builtins_global.cpp | 209 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/ |
| D | object_set_field_by_name_ref_test.cpp | 30 const size_t strLen = example.size(); in CreateAniString() local 41 auto strLen = CreateAniString("example", nameRef); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | c_string.cpp | 260 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/ |
| D | common.cpp | 107 std::size_t strLen; in impl_CreateConfig() local
|
| /arkcompiler/jsvm/src/inspector/ |
| D | inspector_utils.cpp | 80 size_t strLen = slen; in Base64Encode() 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/runtime_core/common_interfaces/objects/string/ |
| D | base_string-inl2.h | 462 uint32_t strLen = GetLength(); in ToUtf8Span() local 485 uint32_t strLen = GetLength(); in DebuggerToUtf8Span() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| D | string.h | 326 auto strLen = str->GetLength(); in NormalizeSubStringIndexes() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_string_test.cpp | 368 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/ |
| D | ets_string.h | 323 auto strLen = GetLength(); in EndsWith() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | escompat_RegExp.cpp | 457 EtsInt strLen = strHandle->GetLength(); in EscompatRegExpExec() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_tagged_value-inl.h | 1427 size_t strLen = EcmaStringAccessor(strObj).GetLength(); in StringToDouble() local
|
| D | ecma_string.h | 320 uint32_t strLen = GetLength(); in ToUtf16Span() local
|
| D | js_tagged_value.cpp | 1759 size_t strLen = strAccessor.GetLength(); in StringToNumber() local
|
| D | ecma_string.cpp | 1123 size_t strLen = GetLength(); in AppendToCString() local
|
| D | js_bigint.cpp | 182 int strLen = BigInt::DATA_BITS * len; in GetBinary() local
|
| D | js_object.cpp | 830 uint32_t strLen = JSPrimitiveRef::Cast(*obj)->GetStringLength(thread); in CollectEnumElements() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | number_helper.cpp | 1169 uint32_t strLen = EcmaStringAccessor(strObj).GetLength(); in StringToBigInt() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_object_stub_builder.cpp | 908 GateRef strLen = GetLengthFromString(value); in GetEnumElementKeys() local
|
| D | builtins_array_stub_builder.cpp | 2995 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 | 2120 GateRef strLen = builder_.GetLengthFromString(thisValue); in LowerStringCharCodeAt() local
|