Searched defs:resStr (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_global_uri.cpp | 33 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()
|
| D | builtins_global.cpp | 212 std::u16string resStr; in Encode() local 454 std::u16string resStr; in Decode() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_optimized_stubs-inl.h | 74 … 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/ |
| D | stringConstantsLowering.cpp | 30 … auto const resStr = util::UString(lhs->Str().Mutf8() + rhs->Str().Mutf8(), ctx->allocator).View(); in FoldConcat() local
|
| D | constantExpressionLowering.cpp | 547 … auto const resStr = util::UString(lhs->ToString() + rhs->ToString(), context_->allocator).View(); in FoldBinaryStringConstant() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/ |
| D | numberLiteral.cpp | 192 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/ |
| D | js_list_format_test.cpp | 47 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/ |
| D | builtins_date_time_format_first_test.cpp | 139 CString resStr = EcmaStringAccessor(resultStr).ToCString(thread); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/tests/ |
| D | aot_file_test.cpp | 522 CString resStr = ConvertToString(thread, result); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
| D | builtins.cpp | 389 auto resStr = builder->CreatePHI(inst->getType(), 2U); in LowerLoadString() local
|