Searched refs:strf (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/xfa/fgas/crt/
H A Dcfgas_formatstring.cpp235 const wchar_t* strf = wsDatePattern.c_str(); local
239 if (strf[ccf] == '\'') {
240 WideString wsLiteral = GetLiteralText(strf, &ccf, lenf);
250 if (!wsDateSymbols.Contains(strf[ccf])) {
251 if (strf[ccf] != str[*cc])
260 symbol += strf[ccf++];
261 while (ccf < lenf && strf[ccf] == symbol[0])
262 symbol += strf[ccf++];
354 const wchar_t* strf = wsTimePattern.c_str(); local
360 if (strf[cc
570 const wchar_t* strf = wsDatePattern.c_str(); local
633 const wchar_t* strf = wsTimePattern.c_str(); local
1164 const wchar_t* strf = wsNumFormat.c_str(); local
1870 const wchar_t* strf = wsNumFormat.c_str(); local
[all...]
/external/scapy/scapy/contrib/
H A Dppi_geotag.py172 __slots__ = ["epoch", "delta", "strf"]
173 def __init__(self, name, default, epoch=None, strf="%a, %d %b %Y %H:%M:%S +0000"):
175 UTCTimeField.__init__(self, name, default, epoch=epoch, strf=strf)
193 return LETimeField.__init__(self, name, default, strf="%a, %d %b %Y %H:%M:%S UTC")
/external/scapy/scapy/
H A Dfields.py1455 __slots__ = ["epoch", "delta", "strf", "use_nano"]
1456 def __init__(self, name, default, epoch=None, use_nano=False, strf="%a, %d %b %Y %H:%M:%S +0000"):
1464 self.strf = strf
1472 t = time.strftime(self.strf, time.gmtime(x))
/external/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp3693 UnicodeString strf, strl, strm, strs; local
3711 strf = fmtf->format(dt, strf);

Completed in 211 milliseconds