Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DPublicMethods.cpp774 int iSepStyle = params[1].ToInt(pRuntime); in AFNumber_Format() local
783 if (iSepStyle < 0 || iSepStyle > 3) in AFNumber_Format()
784 iSepStyle = 0; in AFNumber_Format()
810 if (iSepStyle == 2 || iSepStyle == 3) in AFNumber_Format()
816 if (iSepStyle == 0 || iSepStyle == 2) { in AFNumber_Format()
818 if (iSepStyle == 0) in AFNumber_Format()
946 int iSepStyle = params[1].ToInt(pRuntime); in AFNumber_Keystroke() local
947 if (iSepStyle < 0 || iSepStyle > 3) in AFNumber_Keystroke()
948 iSepStyle = 0; in AFNumber_Keystroke()
949 const FX_WCHAR cSep = iSepStyle < 2 ? L'.' : L','; in AFNumber_Keystroke()
[all …]