Lines Matching refs:iSepStyle
774 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()
1023 int iSepStyle = params[1].ToInt(pRuntime); in AFPercent_Format() local
1024 if (iSepStyle < 0 || iSepStyle > 3) in AFPercent_Format()
1025 iSepStyle = 0; in AFPercent_Format()
1057 if (iSepStyle == 0 || iSepStyle == 1) { in AFPercent_Format()
1060 } else if (iSepStyle == 2 || iSepStyle == 3) { in AFPercent_Format()
1068 if (iSepStyle == 0 || iSepStyle == 2) { in AFPercent_Format()
1070 if (iSepStyle == 0) in AFPercent_Format()