Home
last modified time | relevance | path

Searched refs:datefmt (Results 1 – 25 of 31) sorted by relevance

12

/third_party/icu/icu4c/source/samples/datefmt/
Ddatefmt.sln5 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "datefmt", "datefmt.vcxproj", "{6D592DB7-B9C8-4…
DMakefile14 TARGET=datefmt
DREADME.TXT35 Open the file "datefmt.sln" in Microsoft Visual C++.
/third_party/skia/third_party/externals/icu/source/samples/datefmt/
DMakefile14 TARGET=datefmt
DREADME.TXT35 Open the file "datefmt.sln" in Microsoft Visual C++.
/third_party/skia/third_party/externals/icu/source/samples/all/
Dsamplecheck.bat52 set SAMPLE_DATEFMT=%ICU_SAMPLESDIR%\datefmt\%ICU_ARCH%\%ICU_DBRL%\datefmt.exe
115 @set THT=datefmt
/third_party/icu/icu4c/source/samples/all/
Dsamplecheck.bat52 set SAMPLE_DATEFMT=%ICU_SAMPLESDIR%\datefmt\%ICU_ARCH%\%ICU_DBRL%\datefmt.exe
115 @set THT=datefmt
Dall.sln13 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "datefmt", "..\datefmt\datefmt.vcxproj", "{6D59…
/third_party/skia/third_party/externals/icu/patches/
Datomic_template_instantiation.patch14 * Export an explicit template instantiation. See datefmt.h
/third_party/python/Lib/logging/
D__init__.py567 def __init__(self, fmt=None, datefmt=None, style='%', validate=True, *, argument
592 self.datefmt = datefmt
597 def formatTime(self, record, datefmt=None): argument
616 if datefmt:
617 s = time.strftime(datefmt, ct)
680 record.asctime = self.formatTime(record, self.datefmt)
/third_party/skia/third_party/externals/icu/source/samples/
DMakefile.in26 ALLSUBDIRS = break case csdet datefmt msgfmt numfmt props translit ucnv udata ufortune uresb ustrin…
Dreadme.txt20 datefmt - an exercise using the date formatting API
/third_party/icu/icu4c/source/samples/
DMakefile.in26 ALLSUBDIRS = cal citer coll csdet date datecal ufortune uresb datefmt msgfmt numfmt props strsrch t…
Dreadme.txt24 datefmt - an exercise using the date formatting API
/third_party/icu/
D.gitignore174 icu4c/source/samples/datefmt/datefmt
/third_party/skia/third_party/externals/icu/source/i18n/
Dsources.txt50 datefmt.cpp
/third_party/icu/icu4c/source/i18n/
Dsources.txt50 datefmt.cpp
/third_party/skia/third_party/externals/angle2/tools/android/modularization/convenience/
Dlookup_dep.py53 datefmt='%H:%M:%S')
/third_party/python/Doc/library/
Dlogging.config.rst253 * ``datefmt``
471 datefmt: '%Y-%m-%d %H:%M:%S'
494 'datefmt' : '%Y-%m-%d %H:%M:%S'
825 datefmt=
Dlogging.rst541 .. class:: Formatter(fmt=None, datefmt=None, style='%', validate=True, *, defaults=None)
546 specified, ``'%(message)s'`` is used. If no *datefmt* is specified, a format
594 .. method:: formatTime(record, datefmt=None)
599 is as follows: if *datefmt* (a string) is specified, it is used with
1203 | *datefmt* | Use the specified date/time format, as |
/third_party/json/tools/serve_header/
Dserve_header.py346 datefmt=DATETIME_FORMAT, level=logging.INFO)
/third_party/python/Lib/test/
Dtest_logging.py2198 def formatFunc(format, datefmt=None): argument
2199 return logging.Formatter(format, datefmt)
2202 def __init__(self, fmt, datefmt=None): argument
4541 self.assertIsNone(formatter.datefmt)
4613 logging.basicConfig(datefmt='bar')
4616 self.assertEqual(formatter.datefmt, 'bar')
/third_party/python/Doc/howto/
Dlogging.rst310 a *datefmt* argument to ``basicConfig``, as in this example::
313 logging.basicConfig(format='%(asctime)s %(message)s', datefmt='%m/%d/%Y %I:%M:%S %p')
322 The format of the *datefmt* argument is the same as supported by
545 .. method:: logging.Formatter.__init__(fmt=None, datefmt=None, style='%')
/third_party/skia/third_party/externals/icu/
Dicu.gyp510 'unicode/datefmt.h',
/third_party/skia/third_party/icu/
Dicu.gni490 "$_src/i18n/datefmt.cpp",
763 "$_src/i18n/unicode/datefmt.h",

12