Searched defs:numeric (Results 1 – 5 of 5) sorted by relevance
| /test/xts/acts/commonlibrary/ets_utils/intl_lib_standard/entry/src/ohosTest/js/test/ |
| D | Intl.test.js | 746 var coll = new Intl.Collator('zh', {'numeric': true}); property 848 'ignorePunctuation': true, 'numeric': true }); property 1155 var relativetimefmt = new Intl.RelativeTimeFormat("en", { numeric: "auto" }); property 1170 var relativetimefmt = new Intl.RelativeTimeFormat("zh", { numeric: "auto" }); property 1185 var relativetimefmt = new Intl.RelativeTimeFormat("en", { numeric: "auto" }); property 1200 var relativetimefmt = new Intl.RelativeTimeFormat("zh", { numeric: "auto" }); property 1216 var relativetimefmt = new Intl.RelativeTimeFormat("en", { numeric: "auto" }); property 1234 var relativetimefmt = new Intl.RelativeTimeFormat("zh", { numeric: "auto" }); property 1249 var relativetimefmt = new Intl.RelativeTimeFormat("en", { numeric: "auto", style: 'short'}); property 1266 var relativetimefmt = new Intl.RelativeTimeFormat("en", { numeric: "auto", style: 'short'}); property [all …]
|
| /test/xts/acts/global/i18n_standard/intljs/entry/src/ohosTest/js/test/ |
| D | LocaleInIntl.test.js | 258 let locale = new Intl.Locale('ja-Jpan-JP', {numeric: true}); property 269 let locale = new Intl.Locale('ja-Jpan-JP', {numeric: false}); property
|
| D | RelativeTimeFormatInIntl.test.js | 198 …timefmt = new Intl.RelativeTimeFormat('en', { localeMatcher: 'best fit', numeric: 'auto', style: '… property
|
| D | CollatorInIntl.test.js | 177 let coll = new Intl.Collator('zh', {'numeric': true}); property
|
| /test/xts/acts/global/perf/perfjs/entry/src/ohosTest/js/test/ |
| D | Perf.test.js | 2433 numeric: 'auto', property
|