Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_list_format.cpp44 JSHandle<JSListFormat> listFormat = JSHandle<JSListFormat>::Cast(newObject); in ListFormatConstructor() local
97 JSHandle<JSListFormat> listFormat = JSHandle<JSListFormat>::Cast(thisValue); in Format() local
124 JSHandle<JSListFormat> listFormat = JSHandle<JSListFormat>::Cast(thisValue); in FormatToParts() local
159 JSHandle<JSListFormat> listFormat = JSHandle<JSListFormat>::Cast(thisValue); ResolvedOptions() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Djs_list_format.cpp45 void JSListFormat::SetIcuListFormatter(JSThread *thread, const JSHandle<JSListFormat> listFormat, in SetIcuListFormatter() argument
77 InitializeListFormat(JSThread *thread, const JSHandle<JSListFormat> &listFormat, const JSHandle<JSTaggedValue> &locales, const JSHandle<JSTaggedValue> &options) InitializeListFormat() argument
273 GetIcuFormatted(JSThread *thread, const JSHandle<JSListFormat> &listFormat, const JSHandle<JSArray> &listArray) GetIcuFormatted() argument
358 FormatList(JSThread *thread, const JSHandle<JSListFormat> &listFormat, const JSHandle<JSArray> &listArray) FormatList() argument
378 FormatListToParts(JSThread *thread, const JSHandle<JSListFormat> &listFormat, const JSHandle<JSArray> &listArray) FormatListToParts() argument
397 ResolvedOptions(JSThread *thread, const JSHandle<JSListFormat> &listFormat, const JSHandle<JSObject> &options) ResolvedOptions() argument
[all...]

Completed in 2 milliseconds