Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_list_format.cpp47 JSHandle<JSListFormat> listFormat = JSHandle<JSListFormat>::Cast( in ListFormatConstructor() local
102 JSHandle<JSListFormat> listFormat = JSHandle<JSListFormat>::Cast(thisValue); in Format() local
129 JSHandle<JSListFormat> listFormat = JSHandle<JSListFormat>::Cast(thisValue); in FormatToParts() local
164 JSHandle<JSListFormat> listFormat = JSHandle<JSListFormat>::Cast(thisValue); in ResolvedOptions() local
/arkcompiler/ets_runtime/ecmascript/
Djs_list_format.cpp56 void JSListFormat::SetIcuListFormatter(JSThread *thread, const JSHandle<JSListFormat> listFormat, in SetIcuListFormatter()
89 const JSHandle<JSListFormat> &listFormat, in InitializeListFormat()
281 icu::FormattedList GetIcuFormatted(JSThread *thread, const JSHandle<JSListFormat> &listFormat, in GetIcuFormatted()
366 …le<EcmaString> JSListFormat::FormatList(JSThread *thread, const JSHandle<JSListFormat> &listFormat, in FormatList()
386 …SArray> JSListFormat::FormatListToParts(JSThread *thread, const JSHandle<JSListFormat> &listFormat, in FormatListToParts()
405 void JSListFormat::ResolvedOptions(JSThread *thread, const JSHandle<JSListFormat> &listFormat, in ResolvedOptions()