Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp4707 int32_t iFirstCount = iLength % 3; in TrillionUS() local
4708 if (iFirstCount == 0) in TrillionUS()
4709 iFirstCount = 3; in TrillionUS()
4712 if (iFirstCount == 3) { in TrillionUS()
4731 } else if (iFirstCount == 2) { in TrillionUS()
4746 } else if (iFirstCount == 1) { in TrillionUS()
4750 if (iLength > 3 && iFirstCount > 0) { in TrillionUS()