Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.cpp314 int8_t iMajor = FXSYS_wtoi( in RecognizeXFAVersionNumber() local
321 XFA_VERSION eVersion = (XFA_VERSION)((int32_t)iMajor * 100 + iMinor); in RecognizeXFAVersionNumber()