• Home
  • Raw
  • Download

Lines Matching refs:locales

252     JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0);  in ToLocaleString()  local
254 …[[maybe_unused]] bool cacheable = (locales->IsUndefined() || locales->IsString()) && options->IsUn… in ToLocaleString()
257 auto simpleDateFormat = JSDateTimeFormat::GetCachedIcuSimpleDateFormat(thread, locales, in ToLocaleString()
274 …JSHandle<JSDateTimeFormat>::Cast(obj), locales, JSHandle<JSTaggedValue>::Cast(dateTimeOptions), ty… in ToLocaleString()
277 auto simpleDateFormat = JSDateTimeFormat::GetCachedIcuSimpleDateFormat(thread, locales, in ToLocaleString()
295 locales, options, intl::GlobalFormatterType::DateFormatter, cacheable); in ToLocaleString()
333 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in ToLocaleDateString() local
335 …[[maybe_unused]] bool cacheable = (locales->IsUndefined() || locales->IsString()) && options->IsUn… in ToLocaleDateString()
338 auto simpleDateFormat = JSDateTimeFormat::GetCachedIcuSimpleDateFormat(thread, locales, in ToLocaleDateString()
355 …JSHandle<JSDateTimeFormat>::Cast(obj), locales, JSHandle<JSTaggedValue>::Cast(dateTimeOptions), ty… in ToLocaleDateString()
358 auto simpleDateFormat = JSDateTimeFormat::GetCachedIcuSimpleDateFormat(thread, locales, in ToLocaleDateString()
376 locales, options, intl::GlobalFormatterType::SimpleDateFormatDate, cacheable); in ToLocaleDateString()
414 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in ToLocaleTimeString() local
416 …[[maybe_unused]] bool cacheable = (locales->IsUndefined() || locales->IsString()) && options->IsUn… in ToLocaleTimeString()
419 auto simpleDateFormat = JSDateTimeFormat::GetCachedIcuSimpleDateFormat(thread, locales, in ToLocaleTimeString()
436 …JSHandle<JSDateTimeFormat>::Cast(obj), locales, JSHandle<JSTaggedValue>::Cast(dateTimeOptions), ty… in ToLocaleTimeString()
439 auto simpleDateFormat = JSDateTimeFormat::GetCachedIcuSimpleDateFormat(thread, locales, in ToLocaleTimeString()
457 locales, options, intl::GlobalFormatterType::SimpleDateFormatTime, cacheable); in ToLocaleTimeString()