Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp4523 int32_t iFirstCount = iLength % 3; in TrillionUS() local
4524 if (iFirstCount == 0) in TrillionUS()
4525 iFirstCount = 3; in TrillionUS()
4528 if (iFirstCount == 3) { in TrillionUS()
4547 } else if (iFirstCount == 2) { in TrillionUS()
4562 } else if (iFirstCount == 1) { in TrillionUS()
4566 if (iLength > 3 && iFirstCount > 0) { in TrillionUS()