Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp1205 int32_t iFirstCount = iLength % 3; in TrillionUS() local
1206 if (iFirstCount == 0) in TrillionUS()
1207 iFirstCount = 3; in TrillionUS()
1211 if (iFirstCount == 3) { in TrillionUS()
1230 } else if (iFirstCount == 2) { in TrillionUS()
1245 } else if (iFirstCount == 1) { in TrillionUS()
1249 if (iLength > 3 && iFirstCount > 0) { in TrillionUS()