| /arkcompiler/ets_frontend/es2panda/util/ |
| H A 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/compiler/codegen/maple/mempool/src/ |
| H A D | maple_string.cpp | 84 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 D | runtime_optimized_stubs-inl.h | 33 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 D | runtime_stubs-inl.h | 495 uint32_t strLen = EcmaStringAccessor(srcFlat).GetLength(); in RuntimeStArraySpread() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| H A D | ets_string_test.cpp | 366 uint32_t strLen = 10; in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| H A D | string.h | 285 auto strLen = str->GetLength(); in NormalizeSubStringIndexes() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | ecma_string-inl.h | 351 uint32_t strLen = GetLength(); in FastToUtf8Span() local
|
| H A D | ecma_string_table.cpp | 570 uint32_t strLen = sd.utf16_length; in RelocateConstantData() local
|
| H A D | js_tagged_value.cpp | 1670 size_t strLen = strAccessor.GetLength(); in StringToNumber() local
|
| H A D | js_bigint.cpp | 181 int strLen = BigInt::DATEBITS * len; in GetBinary() local
|
| H A D | js_tagged_value-inl.h | 1388 size_t strLen = EcmaStringAccessor(strObj).GetLength(); in StringToDouble() local
|
| H A D | js_object.cpp | 714 uint32_t strLen = JSPrimitiveRef::Cast(*obj)->GetStringLength(); in CollectEnumElementsAlongProtoChain() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_string.h | 253 auto strLen = GetLength(); in EndsWith() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_global.cpp | 232 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 D | interpreter_test.cpp | 396 size_t strLen = strCore->GetMUtf8Length() - 1; // Reserved zero. in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_object_stub_builder.cpp | 1126 GateRef strLen = GetLengthFromString(value);
in GetEnumElementKeys() local
|
| H A D | builtins_array_stub_builder.cpp | 2691 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 D | typed_native_inline_lowering.cpp | 2163 GateRef strLen = builder_.GetLengthFromString(thisValue); in LowerStringCharCodeAt() local
|