Searched refs:bNegative (Results 1 - 7 of 7) sorted by relevance
/external/pdfium/core/src/fxcrt/ |
H A D | fx_basic_util.cpp | 101 FX_BOOL bNegative = FALSE; local 105 bNegative = TRUE; 115 if (bNegative) { 129 FX_BOOL bNegative = FALSE; local 135 bNegative = TRUE; 168 return bNegative ? -value : value;
|
H A D | fx_basic_bstring.cpp | 1052 FX_BOOL bNegative = FALSE; local 1054 bNegative = TRUE; 1071 if (bNegative) {
|
H A D | fx_basic_wstring.cpp | 960 FX_BOOL bNegative = FALSE; local 964 bNegative = TRUE; 986 return bNegative ? -fraction : fraction;
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
H A D | xfa_utils_imp.cpp | 320 FX_BOOL bNegative = FALSE, bExpSign = FALSE;
local 326 bNegative = TRUE;
342 nIntegral = bNegative ? -nIntegral : nIntegral;
|
H A D | xfa_localevalue.cpp | 215 FX_BOOL bNegative = FALSE, bExpSign = FALSE;
local 227 bNegative = TRUE;
239 nIntegral = bNegative ? -nIntegral : nIntegral;
290 FX_BOOL bNegative = FALSE, bExpSign = FALSE;
local 302 bNegative = TRUE;
314 nIntegral = bNegative ? -nIntegral : nIntegral;
|
/external/icu/icu4c/source/test/intltest/ |
H A D | numberformat2test.cpp | 149 UBool bNegative, 153 UBool bNegative, 2908 UBool bNegative, 2920 if (digits.isNegative() != bNegative) { 2930 UBool bNegative, 2940 if (digits.isNegative() != bNegative) { 2906 verifyVisibleDigits( const UnicodeString &expected, UBool bNegative, const VisibleDigits &digits) argument 2928 verifyVisibleDigitsWithExponent( const UnicodeString &expected, UBool bNegative, const VisibleDigitsWithExponent &digits) argument
|
/external/pdfium/xfa/src/fgas/src/localization/ |
H A D | fx_locale.cpp | 315 FX_BOOL bNegative = FALSE, bExpSign = FALSE;
local 327 bNegative = TRUE;
348 *pIntegral = bNegative ? -*pIntegral : *pIntegral;
456 FX_BOOL bNegative = FALSE, bExpSign = FALSE;
local 468 bNegative = TRUE;
489 *pIntegral = bNegative ? -*pIntegral : *pIntegral;
|
Completed in 469 milliseconds