Searched defs:numeric (Results 1 – 5 of 5) sorted by relevance
| /test/xts/acts/commonlibrary/ets_utils/intl_lib_standard/src/main/js/test/ |
| D | Intl.test.js | 757 var coll = new Intl.Collator('zh', {'numeric': true}); property 859 'ignorePunctuation': true, 'numeric': true }); property 1166 var relativetimefmt = new Intl.RelativeTimeFormat("en", { numeric: "auto" }); property 1181 var relativetimefmt = new Intl.RelativeTimeFormat("zh", { numeric: "auto" }); property 1196 var relativetimefmt = new Intl.RelativeTimeFormat("en", { numeric: "auto" }); property 1211 var relativetimefmt = new Intl.RelativeTimeFormat("zh", { numeric: "auto" }); property 1227 var relativetimefmt = new Intl.RelativeTimeFormat("en", { numeric: "auto" }); property 1245 var relativetimefmt = new Intl.RelativeTimeFormat("zh", { numeric: "auto" }); property 1260 var relativetimefmt = new Intl.RelativeTimeFormat("en", { numeric: "auto", style: 'short'}); property 1277 var relativetimefmt = new Intl.RelativeTimeFormat("en", { numeric: "auto", style: 'short'}); property [all …]
|
| /test/xts/acts/global/i18n_standard/intljs/src/main/js/test/ |
| D | RelativeTimeFormatInIntl.test.js | 197 …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
|
| 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
|
| /test/xts/acts/global/perf/perfjs/src/main/js/test/ |
| D | Perf.test.js | 2433 numeric: 'auto', property
|