Home
last modified time | relevance | path

Searched defs:resStr (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DstringConstantsLowering.cpp29 … auto const resStr = util::UString(lhs->Str().Mutf8() + rhs->Str().Mutf8(), ctx->allocator).View(); in FoldConcat() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_list_format_test.cpp47 icu::UnicodeString resStr = ""; in HWTEST_F_L0() local
70 icu::UnicodeString resStr = ""; in HWTEST_F_L0() local
144 icu::UnicodeString resStr = ""; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_optimized_stubs-inl.h175 std::u16string resStr; in RuntimeDecodeURIComponent() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_time_format_first_test.cpp139 CString resStr = EcmaStringAccessor(resultStr).ToCString(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.cpp231 std::u16string resStr; in Encode() local
456 std::u16string resStr; in Decode() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
Dbuiltins.cpp389 auto resStr = builder->CreatePHI(inst->getType(), 2U); in LowerLoadString() local