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

  /external/icu/icu4c/source/samples/datefmt/
Makefile 11 TARGET=datefmt
  /external/icu/icu4c/source/samples/
Makefile.in 23 ALLSUBDIRS = break case csdet datefmt msgfmt numfmt props translit ucnv udata ufortune uresb ustring citer uciter8 ugrep
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 390 def __init__(self, fmt=None, datefmt=None):
396 the optional datefmt argument (if omitted, you get the ISO8601 format).
402 self.datefmt = datefmt
404 def formatTime(self, record, datefmt=None):
411 basic behaviour is as follows: if datefmt (a string) is specified,
423 if datefmt:
424 s = time.strftime(datefmt, ct)
466 record.asctime = self.formatTime(record, self.datefmt)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 390 def __init__(self, fmt=None, datefmt=None):
396 the optional datefmt argument (if omitted, you get the ISO8601 format).
402 self.datefmt = datefmt
404 def formatTime(self, record, datefmt=None):
411 basic behaviour is as follows: if datefmt (a string) is specified,
423 if datefmt:
424 s = time.strftime(datefmt, ct)
466 record.asctime = self.formatTime(record, self.datefmt)
    [all...]
  /external/icu/icu4c/source/i18n/
Android.mk 52 datefmt.cpp dcfmtsym.cpp decimfmt.cpp \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_logging.py 534 datefmt=
566 datefmt=
598 datefmt=
631 datefmt=
672 datefmt=
676 datefmt=
714 datefmt=
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_logging.py 534 datefmt=
566 datefmt=
598 datefmt=
631 datefmt=
672 datefmt=
676 datefmt=
714 datefmt=
    [all...]

Completed in 1473 milliseconds