Lines Matching refs:isPack
42 function isPack(array) {
239 isPack(zones.map((TZ) => runEnvInside({ TZ }, () => new Date(333333333333).toString()))),
243 isPack(zones.map((TZ) => runEnvInside({ TZ }, () => new Date(333333333333).toLocaleString()))),
249 isPack(locales.map((LANG) => runEnvInside({ LANG, TZ: 'Europe/Zurich' }, () => new Date(333333333333).toString()))),
253 isPack(locales.map(
263 isPack(locales.map(
269 isPack(locales.map(
275 isPack(locales.map((LANG) => runEnvInside({ LANG }, () => new Intl.NumberFormat().format(275760.913)))),
279 isPack(locales.map((LANG) => runEnvInside({ LANG }, () => new Intl.PluralRules().select(0)))),
283 isPack(locales.map(