Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DPublicMethods.cpp1640 int nFieldsCount = 0; in AFSimple_Calculate() local
1694 nFieldsCount++; in AFSimple_Calculate()
1699 if (wcscmp(sFunction.c_str(), L"AVG") == 0 && nFieldsCount > 0) in AFSimple_Calculate()
1700 dValue /= nFieldsCount; in AFSimple_Calculate()