Home
last modified time | relevance | path

Searched refs:strLength (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
H A Dets_interop_js_gtest.cpp66 size_t strLength = 0; in Main() local
67 status = napi_get_value_string_utf8(env, jsArrayElement, nullptr, 0, &strLength); in Main()
70 std::string utf8Str(++strLength, '\0'); in Main()
/arkcompiler/ets_runtime/ecmascript/base/
H A Djson_parser.cpp1158 uint32_t strLength = end_ - current_;
1159 ASSERT(strLength <= static_cast<size_t>(UINT32_MAX));
1162 sourceString_, offset, strLength));
1171 uint32_t strLength = end_ - current_;
1172 ASSERT(strLength <= static_cast<size_t>(UINT32_MAX));
1175 sourceString_, offset, strLength));
/arkcompiler/ets_runtime/ecmascript/
H A Djs_collator.cpp736 int strLength = static_cast<int>(stringAcc.GetLength()); in ToICUUnicodeString() local
737 int partialLength = strLength - offset; in ToICUUnicodeString()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp1059 uint32_t strLength = EcmaStringAccessor(replaceValueHandle).GetLength(); in ReplaceInternal() local
1062 if (strLength > MIN_REPLACE_STRING_LENGTH) { in ReplaceInternal()
1068 if (strLength > cacheTable->GetStrLenThreshold()) { in ReplaceInternal()

Completed in 10 milliseconds