Home
last modified time | relevance | path

Searched defs:strLength (Results 1 – 8 of 8) 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.h102 auto const strLength = str.size(); in EndsWith() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp1168 uint32_t strLength = end_ - current_; in ParseString() local
1187 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/compiler/
Dobject_operator_stub_builder.cpp329 GateRef strLength = GetLengthFromString(value); in LookupElementInlinedProps() local
/arkcompiler/ets_runtime/ecmascript/
Djs_collator.cpp738 int strLength = static_cast<int>(stringAcc.GetLength()); in ToICUUnicodeString() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.cpp586 uint32_t strLength = data.length(); in WriteString() local
776 uint32_t start, uint32_t strLength, bool isReverse) in StringMatch()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1083 uint32_t strLength = EcmaStringAccessor(replaceValueHandle).GetLength(); in ReplaceInternal() local