Searched defs:listFormat (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_list_format.cpp | 44 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); in ResolvedOptions() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_list_format.cpp | 43 void JSListFormat::SetIcuListFormatter(JSThread *thread, const JSHandle<JSListFormat> listFormat, in SetIcuListFormatter() 76 const JSHandle<JSListFormat> &listFormat, in InitializeListFormat() 271 icu::FormattedList GetIcuFormatted(JSThread *thread, const JSHandle<JSListFormat> &listFormat, in GetIcuFormatted() 356 …le<EcmaString> JSListFormat::FormatList(JSThread *thread, const JSHandle<JSListFormat> &listFormat, in FormatList() 376 …SArray> JSListFormat::FormatListToParts(JSThread *thread, const JSHandle<JSListFormat> &listFormat, in FormatListToParts() 395 void JSListFormat::ResolvedOptions(JSThread *thread, const JSHandle<JSListFormat> &listFormat, in ResolvedOptions()
|