Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DPublicMethods.cpp928 int iNegStyle = params[2].ToInt(); in AFNumber_Format() local
939 if (iNegStyle < 0 || iNegStyle > 3) in AFNumber_Format()
940 iNegStyle = 0; in AFNumber_Format()
1016 if (iNegStyle == 0) { in AFNumber_Format()
1019 if (iNegStyle == 2 || iNegStyle == 3) { in AFNumber_Format()
1023 if (iNegStyle == 1 || iNegStyle == 3) { in AFNumber_Format()
1044 if (iNegStyle == 1 || iNegStyle == 3) { in AFNumber_Format()