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

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_util.cpp101 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 Dfx_basic_bstring.cpp1052 FX_BOOL bNegative = FALSE; local
1054 bNegative = TRUE;
1071 if (bNegative) {
H A Dfx_basic_wstring.cpp960 FX_BOOL bNegative = FALSE; local
964 bNegative = TRUE;
986 return bNegative ? -fraction : fraction;
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_utils_imp.cpp320 FX_BOOL bNegative = FALSE, bExpSign = FALSE; local
326 bNegative = TRUE;
342 nIntegral = bNegative ? -nIntegral : nIntegral;
H A Dxfa_localevalue.cpp215 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 Dnumberformat2test.cpp149 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 Dfx_locale.cpp315 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