Home
last modified time | relevance | path

Searched defs:resultStr (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_time_format_first_test.cpp122 JSHandle<EcmaString> resultStr(thread, result2); in FormatCommon() local
130 auto resultStr = FormatCommon(thread, "en-US", days); in HWTEST_F_L0() local
138 auto resultStr = FormatCommon(thread, "pt-BR", days); in HWTEST_F_L0() local
178 …JSHandle<EcmaString> resultStr = factory->NewFromUtf8("2020/11/1周日 24:00:00 – 2021/7/1周四 24:00:00"… in HWTEST_F_L0() local
199 …JSHandle<EcmaString> resultStr = factory->NewFromUtf8("Fri, 1/1/2021, 24:00:00 – Mon, 3/1/2021, 24… in HWTEST_F_L0() local
Dbuiltins_date_time_format_second_test.cpp85 JSHandle<EcmaString> resultStr(thread, elements->Get(thread, 0)); in HWTEST_F_L0() local
117 JSHandle<EcmaString> resultStr(thread, elements->Get(thread, 0)); in HWTEST_F_L0() local
216 JSHandle<EcmaString> resultStr(thread, dtResult); in HWTEST_F_L0() local
309 JSHandle<EcmaString> resultStr(thread, dtResult); in HWTEST_F_L0() local
357 JSHandle<EcmaString> resultStr = in HWTEST_F_L0() local
Dbuiltins_bigint_test.cpp111 JSHandle<EcmaString> resultStr = BigInt::ToString(thread, bigIntHandle); in HWTEST_F_L0() local
127 JSHandle<EcmaString> resultStr = BigInt::ToString(thread, bigIntHandle); in HWTEST_F_L0() local
143 JSHandle<EcmaString> resultStr = BigInt::ToString(thread, bigIntHandle); in HWTEST_F_L0() local
160 JSHandle<EcmaString> resultStr = BigInt::ToString(thread, bigIntHandle); in HWTEST_F_L0() local
182 JSHandle<EcmaString> resultStr(factory->NewFromASCII("123.456.789.123.456.789")); in HWTEST_F_L0() local
Dbuiltins_list_format_second_test.cpp196 JSHandle<EcmaString> resultStr(thread, elements->Get(thread, 0)); in HWTEST_F_L0() local
Dbuiltins_locale_test.cpp207 JSHandle<EcmaString> resultStr( in HWTEST_F_L0() local
Dbuiltins_object_test.cpp861 JSTaggedValue resultStr = BuiltinsObject::ToString(strEcmaRuntimeCallInfo); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/api/
Dani_stringdecoder.cpp90 ani_string resultStr {}; in Write() local
109 ani_string resultStr {}; in End() local
Dani_textdecoder.cpp96 ani_string resultStr {}; in GetResultStr() local
181 ani_string resultStr = GetResultStr(env, arrDat, resultLen); in DecodeToString() local
/arkcompiler/ets_runtime/ecmascript/regexp/tests/
Dregexp_test.cpp708 JSHandle<EcmaString> resultStr = GetSubString(regExpGlobalResult, inputStr, 0); in HWTEST_F_L0() local
800 JSHandle<EcmaString> resultStr = GetSubString(regExpGlobalResult, inputStr, 0); in HWTEST_F_L0() local
825 JSHandle<EcmaString> resultStr = GetSubString(regExpGlobalResult, inputStr, 0); in HWTEST_F_L0() local
888 JSHandle<EcmaString> resultStr = GetSubString(regExpGlobalResult, inputStr, 0); in HWTEST_F_L0() local
913 JSHandle<EcmaString> resultStr = GetSubString(regExpGlobalResult, inputStr, 0); in HWTEST_F_L0() local
938 JSHandle<EcmaString> resultStr = GetSubString(regExpGlobalResult, inputStr, 0); in HWTEST_F_L0() local
963 JSHandle<EcmaString> resultStr = GetSubString(regExpGlobalResult, inputStr, 0); in HWTEST_F_L0() local
988 JSHandle<EcmaString> resultStr = GetSubString(regExpGlobalResult, inputStr, 0); in HWTEST_F_L0() local
1013 JSHandle<EcmaString> resultStr = GetSubString(regExpGlobalResult, inputStr, 0); in HWTEST_F_L0() local
1038 JSHandle<EcmaString> resultStr = GetSubString(regExpGlobalResult, inputStr, 0); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dnumber_helper_test.cpp64 JSHandle<EcmaString> resultStr = factory->NewFromASCII("100101"); in HWTEST_F_L0() local
110 JSHandle<EcmaString> resultStr = in HWTEST_F_L0() local
482 JSHandle<EcmaString> resultStr = factory->NewFromASCII("1.12356e-4"); in HWTEST_F_L0() local
532 JSHandle<EcmaString> resultStr = factory->NewFromASCII("1.239876e+2"); in HWTEST_F_L0() local
577 JSHandle<EcmaString> resultStr; in HWTEST_F_L0() local
735 JSHandle<EcmaString> resultStr = factory->NewFromASCII("0.10"); in HWTEST_F_L0() local
800 JSHandle<EcmaString> resultStr = factory->NewFromASCII("-1.2e-9"); in HWTEST_F_L0() local
Djson_stringifier_test.cpp233 JSHandle<EcmaString> resultStr = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_plural_rules_test.cpp62 JSHandle<EcmaString> resultStr; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlRelativeTimeFormat.cpp53 auto resultStr = static_cast<ani_string>(resultRef); in CallOptionGetter() local
/arkcompiler/ets_frontend/arkguard/test/ut/initialization/
DConfigResolver.spec.ts180 let resultStr: string = ''; variable
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1903 EcmaString *resultStr = EcmaStringAccessor::Concat( in RuntimeAdd2() local
1918 EcmaString *resultStr = EcmaStringAccessor::Concat(thread->GetEcmaVM(), stringA0, stringA1); in RuntimeAdd2() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1145 EcmaString *resultStr = EcmaStringAccessor::Concat(ecmaVm, tempString, suffixString); in Replace() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp893 GateRef resultStr = StringConcat(glue, tempStr, suffixString); in Replace() local