Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DPublicMethods.cpp2150 int nFieldsCount = 0; in AFSimple_Calculate() local
2216 nFieldsCount++; in AFSimple_Calculate()
2221 if (wcscmp(sFunction, L"AVG") == 0 && nFieldsCount > 0) in AFSimple_Calculate()
2222 dValue /= nFieldsCount; in AFSimple_Calculate()