Home
last modified time | relevance | path

Searched defs:unit (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/stownbyindex/
Dstownbyindex.ts99 for (const unit of units) { constant
/arkcompiler/ets_runtime/ecmascript/
Djs_relative_time_format.cpp172 bool SingularUnitToIcuUnit(JSThread *thread, const JSHandle<EcmaString> &unit, URelativeDateTimeUni… in SingularUnitToIcuUnit()
261 double value, const JSHandle<EcmaString> &unit) in GetIcuFormatted()
298 JSHandle<EcmaString> SingularUnitString(JSThread *thread, const JSHandle<EcmaString> &unit) in SingularUnitString()
356 …ing> JSRelativeTimeFormat::Format(JSThread *thread, double value, const JSHandle<EcmaString> &unit, in Format()
374 const JSHandle<EcmaString> &unit) in FormatToArray()
475 …RelativeTimeFormat::FormatToParts(JSThread *thread, double value, const JSHandle<EcmaString> &unit, in FormatToParts()
Djs_number_format.cpp187 for (auto &unit : units) { in ToMeasureUnit() local
196 bool IsSanctionedSimpleUnitIdentifier(const std::string &unit) in IsSanctionedSimpleUnitIdentifier()
209 bool IsWellFormedUnitIdentifier(const std::string &unit, icu::MeasureUnit &icuUnit, icu::MeasureUni… in IsWellFormedUnitIdentifier()
323 JSHandle<JSTaggedValue> unit = in SetNumberFormatUnitOptions() local
985 JSHandle<JSTaggedValue> unit(thread, numberFormat->GetUnit()); in ResolvedOptions() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_relative_time_format.cpp112 JSHandle<EcmaString> unit = JSTaggedValue::ToString(thread, unitValue); in Format() local
145 JSHandle<EcmaString> unit = JSTaggedValue::ToString(thread, unitValue); in FormatToParts() local
/arkcompiler/runtime_core/assembler/tests/
Dassembler_ins_test.cpp178 auto unit = ins.Uses(); variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_evacuator-inl.h177 std::unique_ptr<Workload> unit; in GetWorkloadSafe() local
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/
DXMat4.js24 unit() { method in XMat4