Home
last modified time | relevance | path

Searched refs:unitDisplay (Results 1 – 25 of 29) sorted by relevance

12

/dports/java/netbeans/netbeans/webcommon/typescript-lsp/node_modules/typescript/lib/
H A Dlib.es2020.intl.d.ts290 unitDisplay?: string; property
298 unitDisplay?: string; property
H A Dlib.es2020.bigint.d.ts40 unitDisplay?: string; property
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/static/lib/
H A Dlib.es2020.intl.d.ts290 unitDisplay?: string; property
298 unitDisplay?: string; property
H A Dlib.es2020.bigint.d.ts40 unitDisplay?: string; property
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/typescript/lib/
H A Dlib.es2020.intl.d.ts290 unitDisplay?: string; property
298 unitDisplay?: string; property
H A Dlib.es2020.bigint.d.ts40 unitDisplay?: string; property
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.es2020.intl.d.ts289 unitDisplay?: string; property
297 unitDisplay?: string; property
H A Dlib.es2020.bigint.d.ts40 unitDisplay?: string; property
/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.es2020.intl.d.ts289 unitDisplay?: string; property
297 unitDisplay?: string; property
H A Dlib.es2020.bigint.d.ts40 unitDisplay?: string; property
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/intl/
H A DNumberFormat.cpp397 bool js::intl::NumberFormatterSkeleton::unitDisplay(UnitDisplay display) { in unitDisplay() function in js::intl::NumberFormatterSkeleton
638 if (!GetProperty(cx, internals, internals, cx->names().unitDisplay, in NewUNumberFormatter()
642 JSLinearString* unitDisplay = value.toString()->ensureLinear(cx); in NewUNumberFormatter() local
643 if (!unitDisplay) { in NewUNumberFormatter()
650 if (StringEqualsLiteral(unitDisplay, "short")) { in NewUNumberFormatter()
652 } else if (StringEqualsLiteral(unitDisplay, "narrow")) { in NewUNumberFormatter()
655 MOZ_ASSERT(StringEqualsLiteral(unitDisplay, "long")); in NewUNumberFormatter()
659 if (!skeleton.unitDisplay(display)) { in NewUNumberFormatter()
H A DNumberFormat.h193 MOZ_MUST_USE bool unitDisplay(UnitDisplay display);
/dports/www/firefox-esr/firefox-91.8.0/intl/components/src/
H A DNumberFormatterSkeleton.cpp22 if (!unit(options.mUnit->first) || !unitDisplay(options.mUnit->second)) { in NumberFormatterSkeleton()
154 bool NumberFormatterSkeleton::unitDisplay( in unitDisplay() function in mozilla::intl::NumberFormatterSkeleton
H A DNumberFormatterSkeleton.h69 [[nodiscard]] bool unitDisplay(NumberFormatOptions::UnitDisplay display);
/dports/mail/thunderbird/thunderbird-91.8.0/intl/components/src/
H A DNumberFormatterSkeleton.cpp22 if (!unit(options.mUnit->first) || !unitDisplay(options.mUnit->second)) { in NumberFormatterSkeleton()
154 bool NumberFormatterSkeleton::unitDisplay( in unitDisplay() function in mozilla::intl::NumberFormatterSkeleton
H A DNumberFormatterSkeleton.h69 [[nodiscard]] bool unitDisplay(NumberFormatOptions::UnitDisplay display);
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/intl/
H A DNumberFormat.cpp467 if (!GetProperty(cx, internals, internals, cx->names().unitDisplay, in NewNumberFormat()
471 JSLinearString* unitDisplay = value.toString()->ensureLinear(cx); in NewNumberFormat() local
472 if (!unitDisplay) { in NewNumberFormat()
479 if (StringEqualsLiteral(unitDisplay, "short")) { in NewNumberFormat()
481 } else if (StringEqualsLiteral(unitDisplay, "narrow")) { in NewNumberFormat()
484 MOZ_ASSERT(StringEqualsLiteral(unitDisplay, "long")); in NewNumberFormat()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/intl/
H A DNumberFormat.cpp467 if (!GetProperty(cx, internals, internals, cx->names().unitDisplay, in NewNumberFormat()
471 JSLinearString* unitDisplay = value.toString()->ensureLinear(cx); in NewNumberFormat() local
472 if (!unitDisplay) { in NewNumberFormat()
479 if (StringEqualsLiteral(unitDisplay, "short")) { in NewNumberFormat()
481 } else if (StringEqualsLiteral(unitDisplay, "narrow")) { in NewNumberFormat()
484 MOZ_ASSERT(StringEqualsLiteral(unitDisplay, "long")); in NewNumberFormat()
/dports/www/firefox/firefox-99.0/intl/components/src/
H A DNumberFormatterSkeleton.h79 [[nodiscard]] bool unitDisplay(NumberFormatOptions::UnitDisplay display);
H A DNumberFormatterSkeleton.cpp26 if (!unit(options.mUnit->first) || !unitDisplay(options.mUnit->second)) { in NumberFormatterSkeleton()
172 bool NumberFormatterSkeleton::unitDisplay( in unitDisplay() function in mozilla::intl::NumberFormatterSkeleton
/dports/www/firefox/firefox-99.0/js/src/builtin/intl/
H A DNumberFormat.cpp435 if (!GetProperty(cx, internals, internals, cx->names().unitDisplay, in FillNumberFormatOptions()
439 JSLinearString* unitDisplay = value.toString()->ensureLinear(cx); in FillNumberFormatOptions() local
440 if (!unitDisplay) { in FillNumberFormatOptions()
447 if (StringEqualsLiteral(unitDisplay, "short")) { in FillNumberFormatOptions()
449 } else if (StringEqualsLiteral(unitDisplay, "narrow")) { in FillNumberFormatOptions()
452 MOZ_ASSERT(StringEqualsLiteral(unitDisplay, "long")); in FillNumberFormatOptions()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DCommonPropertyNames.h447 MACRO(unitDisplay, unitDisplay, "unitDisplay") \
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DCommonPropertyNames.h489 MACRO_(unitDisplay, unitDisplay, "unitDisplay") \
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DCommonPropertyNames.h489 MACRO_(unitDisplay, unitDisplay, "unitDisplay") \
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DCommonPropertyNames.h513 MACRO_(unitDisplay, unitDisplay, "unitDisplay") \

12