Home
last modified time | relevance | path

Searched defs:date_format (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/common_lib/cros/fake_device_server/client_lib/
Dclient_lib_test.py120 date_format = '%H:%M:%S' variable
/external/v8/src/
Di18n.cc123 icu::SimpleDateFormat* date_format = NULL; in CreateICUDateFormat() local
150 icu::SimpleDateFormat* date_format, in SetResolvedDateSettings()
719 icu::SimpleDateFormat* date_format = CreateICUDateFormat( in InitializeDateTimeFormat() local
/external/v8/src/runtime/
Druntime-i18n.cc326 icu::SimpleDateFormat* date_format = in RUNTIME_FUNCTION() local
353 icu::SimpleDateFormat* date_format = in RUNTIME_FUNCTION() local
454 icu::SimpleDateFormat* date_format = in RUNTIME_FUNCTION() local
/external/python/cpython2/Modules/
Ddatetimemodule.c2546 date_format(PyDateTime_Date *self, PyObject *args) in date_format() function