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

  /external/pdfium/xfa/fgas/crt/
cfgas_formatstring.cpp 235 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[ccf] == '\'')
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/
ppi_geotag.py 172 __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/
fields.py     [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmttst.cpp 3694 UnicodeString strf, strl, strm, strs; local
    [all...]

Completed in 1624 milliseconds