Home
last modified time | relevance | path

Searched defs:relativeTimeFormat (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_relative_time_format_test.cpp36 JSHandle<JSRelativeTimeFormat> relativeTimeFormat = in HWTEST_F_L0() local
59 JSHandle<JSRelativeTimeFormat> relativeTimeFormat = in HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_relative_time_format.cpp40 JSHandle<JSRelativeTimeFormat> relativeTimeFormat = JSHandle<JSRelativeTimeFormat>::Cast(newObject); in RelativeTimeFormatConstructor() local
114 JSHandle<JSRelativeTimeFormat> relativeTimeFormat in Format() local
147 JSHandle<JSRelativeTimeFormat> relativeTimeFormat = JSHandle<JSRelativeTimeFormat>::Cast(thisValue); FormatToParts() local
175 JSHandle<JSRelativeTimeFormat> relativeTimeFormat = JSHandle<JSRelativeTimeFormat>::Cast(thisValue); ResolvedOptions() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Djs_relative_time_format.cpp22 InitializeRelativeTimeFormat( JSThread *thread, const JSHandle<JSRelativeTimeFormat> &relativeTimeFormat, const JSHandle<JSTaggedValue> &locales, const JSHandle<JSTaggedValue> &options) InitializeRelativeTimeFormat() argument
259 GetIcuFormatted(JSThread *thread, const JSHandle<JSRelativeTimeFormat> &relativeTimeFormat, double value, const JSHandle<EcmaString> &unit) GetIcuFormatted() argument
356 Format(JSThread *thread, double value, const JSHandle<EcmaString> &unit, const JSHandle<JSRelativeTimeFormat> &relativeTimeFormat) Format() argument
475 FormatToParts(JSThread *thread, double value, const JSHandle<EcmaString> &unit, const JSHandle<JSRelativeTimeFormat> &relativeTimeFormat) FormatToParts() argument
487 ResolvedOptions(JSThread *thread, const JSHandle<JSRelativeTimeFormat> &relativeTimeFormat, const JSHandle<JSObject> &options) ResolvedOptions() argument
[all...]

Completed in 2 milliseconds