Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global_uri.cpp33 void BuiltinsGlobal::AppendU32Data(std::u16string &resStr, uint32_t data) in AppendU32Data()
74 std::u16string resStr; in Encode() local
185 std::u16string resStr; in DoDecode() local
238 std::u16string &resStr, judgURIFunc IsInURISet) in HandleSingleByteCharacter()
252 … judgURIFunc IsInURISet, int32_t strLen, std::u16string &resStr, in DecodePercentEncoding()
363 … uint32_t &start, int32_t &k, std::u16string &resStr) in UTF16EncodeCodePoint()
Dbuiltins_global.cpp212 std::u16string resStr; in Encode() local
454 std::u16string resStr; in Decode() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_optimized_stubs-inl.h74 … const JSHandle<EcmaString> &str, std::u16string &resStr) in UTF16EncodeCodePoint()
109 … int32_t strLen, std::u16string &resStr, Span<T> &sp) in DecodePercentEncoding()
198 std::u16string resStr; in DecodePercentEncoding() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DstringConstantsLowering.cpp30 … auto const resStr = util::UString(lhs->Str().Mutf8() + rhs->Str().Mutf8(), ctx->allocator).View(); in FoldConcat() local
DconstantExpressionLowering.cpp547 … auto const resStr = util::UString(lhs->ToString() + rhs->ToString(), context_->allocator).View(); in FoldBinaryStringConstant() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/
DnumberLiteral.cpp192 static void IntegerToString(IntegerType number, std::string &resStr) in IntegerToString()
336 static void FpToString(FpType number, std::string &resStr) in FpToString()
/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/builtins/tests/
Dbuiltins_date_time_format_first_test.cpp139 CString resStr = EcmaStringAccessor(resultStr).ToCString(thread); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/tests/
Daot_file_test.cpp522 CString resStr = ConvertToString(thread, result); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
Dbuiltins.cpp389 auto resStr = builder->CreatePHI(inst->getType(), 2U); in LowerLoadString() local