HomeSort by relevance Sort by last modified time
    Searched refs:LocaleDate (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
DatePrototype.cpp 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));
    [all...]
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.cpp 536 dt = QDateTime::fromString(qstring, Qt::LocaleDate);
548 dt = QDate::fromString(qstring, Qt::LocaleDate);
560 dt = QTime::fromString(qstring, Qt::LocaleDate);
    [all...]

Completed in 34 milliseconds