Home
last modified time | relevance | path

Searched refs:ParseTimeZone (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.cpp70 int32_t ParseTimeZone(const wchar_t* pStr, int32_t iLen, FX_TIMEZONE* tz) { in ParseTimeZone() function
445 *cc += ParseTimeZone(str + *cc, len - *cc, &tzDiff); in ParseLocaleTime()
463 *cc += ParseTimeZone(str + *cc, len - *cc, &tzDiff); in ParseLocaleTime()
825 cc += ParseTimeZone(str + cc, len - cc, &tzDiff); in FX_TimeFromCanonical()