Home
last modified time | relevance | path

Searched defs:strLength (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.cpp66 size_t strLength = 0; in Main() local
/arkcompiler/ets_frontend/ets2panda/util/
Dustring.h92 auto const strLength = str.size(); in EndsWith() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dobject_operator_stub_builder.cpp338 GateRef strLength = GetLengthFromString(value); in LookupElementInlinedProps() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp1156 uint32_t strLength = end_ - current_; in ParseString() local
1175 uint32_t strLength = end_ - current_; in ParseString() local
/arkcompiler/runtime_core/static_core/plugins/ets/libllvmbackend/
Dets_llvm_ir_constructor_gen.inl276 auto strLength = builder_.CreateLoad(builder_.getInt32Ty(), strLengthOffset); local
/arkcompiler/ets_runtime/ecmascript/
Djs_collator.cpp735 int strLength = static_cast<int>(stringAcc.GetLength()); in ToICUUnicodeString() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1057 uint32_t strLength = EcmaStringAccessor(replaceValueHandle).GetLength(); in ReplaceInternal() local