Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlCommon.cpp32 ani_string UnicodeToAniStr(ani_env *env, icu::UnicodeString &ustr) in UnicodeToAniStr()
DIntlNumberFormat.cpp259 icu::UnicodeString ustr = fmtNumber.toString(status); in IcuFormatDouble() local
282 icu::UnicodeString ustr = fmtNumber.toString(status); in IcuFormatDecStr() local
305 icu::UnicodeString ustr = fmtRangeNumber.toString(status); in IcuFormatRange() local
541 icu::UnicodeString ustr = fmtNumber->toString(status); in IcuFormatToParts() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp1809 … const string &ustr = GlobalTables::GetUStrTable().GetStringFromStrIdx(strCt.GetValue()); in EmitSingleElement() local
1892 string ustr = GlobalTables::GetUStrTable().GetStringFromStrIdx(strIdx); in EmitStringPointers() local
Dasm_assembler.cpp139 void AsmAssembler::EmitDirectString(const std::string &ustr, bool belongsToDataSec, int64 strSymIdx… in EmitDirectString()
Delf_assembler.cpp189 std::string ustr = str; in EmitDirectString() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp606 … const std::string ustr = GlobalTables::GetUStrTable().GetStringFromStrIdx(mirStrConst.GetValue()); in EmitAsmLabel() local