| /test/xts/acts/global/i18n_standard/intljs/src/main/js/test/ |
| D | NumberFormatInIntl.test.js | 269 let numfmt = new Intl.NumberFormat('en-GB', { style: 'decimal', notation: 'scientific' }); property 282 let numfmt = new Intl.NumberFormat('en-GB', { style: 'currency', currency: 'EUR', property 300 let numfmt = new Intl.NumberFormat('en-US', { style: 'currency', currency: 'USD', property 313 let numfmt = new Intl.NumberFormat('zh-CN', { style: 'currency', currency: 'CNY', property 325 let numfmt = new Intl.NumberFormat('ja-JP', { style: 'currency', currency: 'JPY', property 337 let numfmt = new Intl.NumberFormat('en-GB', { style: 'currency', currency: 'EUR', property 358 let numfmt = new Intl.NumberFormat('zh-CN', { style: 'unit', unit: 'meter', property 373 let numfmt = new Intl.NumberFormat('zh-CN', { style: 'unit', unit: 'meter', property 386 let numfmt = new Intl.NumberFormat('zh-CN', { style: 'unit', unit: 'meter', property 399 let numfmt = new Intl.NumberFormat('zh-CN', { style: 'unit', unit: 'meter', property [all …]
|
| D | RelativeTimeFormatInIntl.test.js | 119 let relativetimefmt = new Intl.RelativeTimeFormat('en', { style: 'narrow' }); property 197 …new Intl.RelativeTimeFormat('en', { localeMatcher: 'best fit', numeric: 'auto', style: 'narrow' }); property
|
| /test/xts/acts/commonlibrary/ets_utils/intl_lib_standard/entry/src/ohosTest/js/test/ |
| D | Intl.test.js | 528 var option = { style: 'decimal', notation: 'scientific' }; property 545 var option = { style: 'currency', currency: 'EUR', property 567 var option = { style: 'currency', currency: 'USD', property 585 var option = { style: 'currency', currency: 'CNY', property 601 var option = { style: 'currency', currency: 'JPY', property 618 var option = { style: 'unit', unit: 'meter', property 1080 var relativetimefmt = new Intl.RelativeTimeFormat("en", { style: "narrow" }); property 1095 var relativetimefmt = new Intl.RelativeTimeFormat("en", { style: "narrow" }); property 1110 var relativetimefmt = new Intl.RelativeTimeFormat("zh", { style: "narrow" }); property 1125 var relativetimefmt = new Intl.RelativeTimeFormat("en", { style: "narrow" }); property [all …]
|
| D | Intl.properties.test.js | 661 var value = number.toLocaleString('de-DE', { style: 'currency', currency: 'EUR' }); property 676 var value = number.toLocaleString('ja-JP', { style: 'currency', currency: 'JPY' }); property 755 var value = number.toLocaleString('ja-JP', { style: undefined, currency: undefined}); property 770 var value = number.toLocaleString({ style: undefined, currency: undefined}); property 785 var value = number.toLocaleString({ style: undefined, currency: undefined}); property 891 var value = bigint.toLocaleString('de-DE', { style: 'currency', currency: 'EUR' }); property 906 var value = bigint.toLocaleString('ja-JP', { style: 'currency', currency: 'JPY' }); property 1004 var value = bigint.toLocaleString(undefined, { style: undefined, currency: undefined }); property 1475 var value = array.toLocaleString('ja-JP', { style: 'currency', currency: 'JPY' }); property 1490 …var value = array.toLocaleString('ja-JP', { style: 'currency', currency: 'JPY', timeZone: "UTC" }); property [all …]
|
| /test/xts/acts/global/perf/perfjs/src/main/js/test/ |
| D | Perf.test.js | 2091 let numfmt = new Intl.NumberFormat('ar', { style: 'percent', property 2434 style: 'narrow' }); property
|
| /test/xts/acts/ability/form/formmanager/fa/formproviderst_ets/formsupplyapplicationH/entry/src/main/js/widget/pages/index/ |
| D | index.json | 15 "style": { object 50 "style": { object
|
| /test/xts/acts/ability/form/formmanager/fa/formproviderst_ets/formsupplyapplicationF/entry/src/main/js/widget/pages/index/ |
| D | index.json | 15 "style": { object 50 "style": { object
|
| /test/xts/acts/ability/form/formmanager/fa/formproviderst_ets/formsupplyapplicationE/entry/src/main/js/widget/pages/index/ |
| D | index.json | 15 "style": { object 50 "style": { object
|
| /test/xts/acts/ability/form/formmanager/fa/formproviderst_ets/formsupplyapplicationC/entry/src/main/js/widget/pages/index/ |
| D | index.json | 15 "style": { object 50 "style": { object
|
| /test/xts/acts/ability/form/formmanager/fa/formproviderst_ets/formsupplyapplicationD/entry/src/main/js/widget/pages/index/ |
| D | index.json | 15 "style": { object 50 "style": { object
|
| /test/xts/acts/ability/form/formmanager/fa/formproviderst_ets/formsupplyapplicationB/entry/src/main/js/widget/pages/index/ |
| D | index.json | 15 "style": { object 50 "style": { object
|
| /test/xts/acts/ability/form/formmanager/fa/formproviderst_ets/formsupplyapplicationG/entry/src/main/js/widget/pages/index/ |
| D | index.json | 15 "style": { object 50 "style": { object
|
| /test/xts/acts/graphic/graphicnapidrawingtest/ |
| D | OH_Drawing_TypographyTest.cpp | 56 static TypographyStyle* ConvertToOriginalText(OH_Drawing_TypographyStyle* style) in ConvertToOriginalText() 61 static TextStyle* ConvertToOriginalText(OH_Drawing_TextStyle* style) in ConvertToOriginalText() 2363 OH_Drawing_FontStyleStruct style = OH_Drawing_TextStyleGetFontStyleStruct(txtStyle); variable 2385 OH_Drawing_FontStyleStruct style = OH_Drawing_TypographyStyleGetFontStyleStruct(typoStyle); variable
|
| /test/testfwk/xdevice/src/xdevice/_core/report/ |
| D | reporter_helper.py | 929 def _add_suite_td_context(style, text): argument
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/ |
| D | arkoala_api.h | 349 ArkUI_Int32 style; member 560 ArkUI_Int32 style; member
|