Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/javascript/
H A DPublicMethods.cpp783 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()
947 if (iSepStyle < 0 || iSepStyle > 3) in AFNumber_Keystroke()
948 iSepStyle = 0; in AFNumber_Keystroke()
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()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/javascript/
H A DPublicMethods.cpp747 if (iSepStyle < 0 || iSepStyle > 3) in AFNumber_Format()
748 iSepStyle = 0; in AFNumber_Format()
788 if (iSepStyle == 0 || iSepStyle == 1) { in AFNumber_Format()
791 } else if (iSepStyle == 2 || iSepStyle == 3) { in AFNumber_Format()
799 if (iSepStyle == 0 || iSepStyle == 2) { in AFNumber_Format()
936 if (iSepStyle < 0 || iSepStyle > 3) in AFNumber_Keystroke()
937 iSepStyle = 0; in AFNumber_Keystroke()
1014 if (iSepStyle < 0 || iSepStyle > 3) in AFPercent_Format()
1047 if (iSepStyle == 0 || iSepStyle == 1) { in AFPercent_Format()
1050 } else if (iSepStyle == 2 || iSepStyle == 3) { in AFPercent_Format()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxjs/
H A Dcjs_publicmethods.cpp697 int iSepStyle = ValidStyleOrZero(pRuntime->ToInt32(params[1])); in AFNumber_Format() local
725 if (IsStyleWithCommaDecimalMark(iSepStyle)) in AFNumber_Format()
731 if (IsStyleWithDigitSeparator(iSepStyle)) { in AFNumber_Format()
732 char cSeparator = DigitSeparatorForStyle(iSepStyle); in AFNumber_Format()
833 int iSepStyle = ValidStyleOrZero(pRuntime->ToInt32(params[1])); in AFNumber_Keystroke() local
834 const wchar_t cSep = DecimalMarkForStyle(iSepStyle); in AFNumber_Keystroke()
891 int iSepStyle = pRuntime->ToInt32(params[1]); in AFPercent_Format() local
894 if (iDec < 0 || iSepStyle < 0 || iSepStyle > kMaxSepStyle) in AFPercent_Format()
941 char mark = DecimalMarkForStyle(iSepStyle); in AFPercent_Format()
945 bool bUseDigitSeparator = IsStyleWithDigitSeparator(iSepStyle); in AFPercent_Format()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxjs/
H A Dcjs_publicmethods.cpp701 int iSepStyle = ValidStyleOrZero(pRuntime->ToInt32(params[1])); in AFNumber_Format() local
729 if (IsStyleWithCommaDecimalMark(iSepStyle)) in AFNumber_Format()
735 if (IsStyleWithDigitSeparator(iSepStyle)) { in AFNumber_Format()
736 char cSeparator = DigitSeparatorForStyle(iSepStyle); in AFNumber_Format()
837 int iSepStyle = ValidStyleOrZero(pRuntime->ToInt32(params[1])); in AFNumber_Keystroke() local
838 const wchar_t cSep = DecimalMarkForStyle(iSepStyle); in AFNumber_Keystroke()
895 int iSepStyle = pRuntime->ToInt32(params[1]); in AFPercent_Format() local
898 if (iDec < 0 || iSepStyle < 0 || iSepStyle > kMaxSepStyle) in AFPercent_Format()
944 char mark = DecimalMarkForStyle(iSepStyle); in AFPercent_Format()
948 bool bUseDigitSeparator = IsStyleWithDigitSeparator(iSepStyle); in AFPercent_Format()
[all …]