Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_util.cpp101 FX_BOOL bNegative = FALSE; in FX_atonum() local
105 bNegative = TRUE; in FX_atonum()
115 if (bNegative) { in FX_atonum()
129 FX_BOOL bNegative = FALSE; in FX_atof() local
135 bNegative = TRUE; in FX_atof()
168 return bNegative ? -value : value; in FX_atof()
Dfx_basic_wstring.cpp960 FX_BOOL bNegative = FALSE; in FX_wtof() local
964 bNegative = TRUE; in FX_wtof()
986 return bNegative ? -fraction : fraction; in FX_wtof()
Dfx_basic_bstring.cpp1052 FX_BOOL bNegative = FALSE; in FX_ftoa() local
1054 bNegative = TRUE; in FX_ftoa()
1071 if (bNegative) { in FX_ftoa()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_utils_imp.cpp320 FX_BOOL bNegative = FALSE, bExpSign = FALSE; in XFA_WideStringToDouble() local
326 bNegative = TRUE; in XFA_WideStringToDouble()
342 nIntegral = bNegative ? -nIntegral : nIntegral; in XFA_WideStringToDouble()
Dxfa_localevalue.cpp215 FX_BOOL bNegative = FALSE, bExpSign = FALSE; in GetNum() local
227 bNegative = TRUE; in GetNum()
239 nIntegral = bNegative ? -nIntegral : nIntegral; in GetNum()
290 FX_BOOL bNegative = FALSE, bExpSign = FALSE; in GetDoubleNum() local
302 bNegative = TRUE; in GetDoubleNum()
314 nIntegral = bNegative ? -nIntegral : nIntegral; in GetDoubleNum()
/external/icu/icu4c/source/test/intltest/
Dnumberformat2test.cpp149 UBool bNegative,
153 UBool bNegative,
2908 UBool bNegative, in verifyVisibleDigits() argument
2920 if (digits.isNegative() != bNegative) { in verifyVisibleDigits()
2930 UBool bNegative, in verifyVisibleDigitsWithExponent() argument
2940 if (digits.isNegative() != bNegative) { in verifyVisibleDigitsWithExponent()
/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp315 FX_BOOL bNegative = FALSE, bExpSign = FALSE; in FX_WStringToNumeric() local
327 bNegative = TRUE; in FX_WStringToNumeric()
348 *pIntegral = bNegative ? -*pIntegral : *pIntegral; in FX_WStringToNumeric()
456 FX_BOOL bNegative = FALSE, bExpSign = FALSE; in ToString() local
468 bNegative = TRUE; in ToString()
489 *pIntegral = bNegative ? -*pIntegral : *pIntegral; in ToString()