Home | History | Annotate | Download | only in runtime

Lines Matching refs:LocaleDate

128 enum LocaleDateTimeFormat { LocaleDateAndTime, LocaleDate, LocaleTime };
151 CFDateFormatterStyle timeStyle = (format != LocaleDate ? kCFDateFormatterLongStyle : kCFDateFormatterNoStyle);
165 else if (format != LocaleDate && !exec->argument(0).isUndefined())
558 return JSValue::encode(formatLocaleDate(exec, thisDateObj, thisDateObj->internalNumber(), LocaleDate));