Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dfx_date_helpers.cpp310 bool bPm = false; in FX_ParseDateUsingFormat() local
380 bPm = (j < value.GetLength() && value[j] == 'p'); in FX_ParseDateUsingFormat()
423 bPm = (j + 1 < value.GetLength() && value[j] == 'p' && in FX_ParseDateUsingFormat()
530 if (bPm) in FX_ParseDateUsingFormat()