Home
last modified time | relevance | path

Searched defs:dateTimeFormat (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_date_time_format.cpp49 JSHandle<JSDateTimeFormat> dateTimeFormat = JSHandle<JSDateTimeFormat>::Cast(newObject); in DateTimeFormatConstructor() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_date_time_format.cpp328 InitializeDateTimeFormat(JSThread *thread, const JSHandle<JSDateTimeFormat> &dateTimeFormat, const JSHandle<JSTaggedValue> &locales, const JSHandle<JSTaggedValue> &options, IcuCacheType type) InitializeDateTimeFormat() argument
913 FormatDateTime(JSThread *thread, const JSHandle<JSDateTimeFormat> &dateTimeFormat, double x) FormatDateTime() argument
945 FormatDateTimeToParts(JSThread *thread, const JSHandle<JSDateTimeFormat> &dateTimeFormat, double x) FormatDateTimeToParts() argument
1014 UnwrapDateTimeFormat(JSThread *thread, const JSHandle<JSTaggedValue> &dateTimeFormat) UnwrapDateTimeFormat() argument
1092 ResolvedOptions(JSThread *thread, const JSHandle<JSDateTimeFormat> &dateTimeFormat, const JSHandle<JSObject> &options) ResolvedOptions() argument
[all...]

Completed in 4 milliseconds