| /arkcompiler/ets_frontend/es2panda/util/ |
| D | base64.cpp | 21 size_t strLen = inputString.length(); in Base64Encode() local 72 size_t strLen = base64String.length(); in Base64Decode() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/ |
| D | maple_string.cpp | 84 size_t strLen = strlen(str); in find() local 111 size_t strLen = strlen(str); in find_last_of() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| D | string.h | 279 auto strLen = str->GetLength(); in NormalizeSubStringIndexes() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_global.cpp | 230 uint32_t strLen = EcmaStringAccessor(str).GetLength(); in Encode() local 450 int32_t strLen = static_cast<int32_t>(EcmaStringAccessor(str).GetLength()); in Decode() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string_table.cpp | 288 uint32_t strLen = sd.utf16_length; in RelocateConstantData() local
|
| D | ecma_string-inl.h | 316 uint32_t strLen = GetLength(); in FastToUtf8Span() local
|
| D | ecma_string.h | 560 uint32_t strLen = GetLength(); variable 578 uint32_t strLen = GetLength(); variable
|
| D | js_tagged_value.cpp | 1318 size_t strLen = strAccessor.GetLength(); in StringToNumber() local
|
| D | js_tagged_value-inl.h | 1563 size_t strLen = EcmaStringAccessor(strObj).GetLength(); in StringToDouble() local
|
| D | js_bigint.cpp | 171 int strLen = BigInt::DATEBITS * len; in GetBinary() local
|
| D | js_object.cpp | 658 uint32_t strLen = JSPrimitiveRef::Cast(*obj)->GetStringLength(); in CollectEnumElementsAlongProtoChain() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 911 …foToBuffer(const char *prefix, uintptr_t fullBytecode, size_t &strIdx, char *outStr, size_t strLen) in CopyBytecodeInfoToBuffer() 950 …ashInfo(int pid, uintptr_t *bytecodePc, uintptr_t *fp, bool outJSInfo, char *outStr, size_t strLen) in GetArkJSHeapCrashInfo()
|
| /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 | 1075 uint32_t strLen = EcmaStringAccessor(strObj).GetLength(); in StringToBigInt() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_object_stub_builder.cpp | 1167 GateRef strLen = GetLengthFromString(value); in GetEnumElementKeys() local
|
| D | builtins_array_stub_builder.cpp | 1637 GateRef strLen = GetLengthFromString(item); in From() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | interpreter_test.cpp | 395 size_t strLen = strCore->GetMUtf8Length() - 1; // Reserved zero. in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 437 uint32_t strLen = EcmaStringAccessor(srcFlat).GetLength(); in RuntimeStArraySpread() local
|