Searched defs:relativeTimeFormat (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_relative_time_format_test.cpp | 36 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 D | builtins_relative_time_format.cpp | 40 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 D | js_relative_time_format.cpp | 22 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