Home
last modified time | relevance | path

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

/test/xts/acts/global/i18n_standard/intljs/src/main/js/test/
DNumberFormatInIntl.test.js269 let numfmt = new Intl.NumberFormat('en-GB', { style: 'decimal', notation: 'scientific' }); property
339 notation: 'compact', compactDisplay: 'long', localeMatcher: 'lookup' }); property
/test/xts/acts/commonlibrary/ets_utils/intl_lib_standard/src/main/js/test/
DIntl.test.js539 var option = { style: 'decimal', notation: 'scientific' }; property