HomeSort by relevance Sort by last modified time
    Searched refs:bNegative (Results 1 - 7 of 7) sorted by null

  /external/pdfium/core/src/fxcrt/
fx_basic_util.cpp 101 FX_BOOL bNegative = FALSE;
105 bNegative = TRUE;
115 if (bNegative) {
129 FX_BOOL bNegative = FALSE;
135 bNegative = TRUE;
168 return bNegative ? -value : value;
fx_basic_bstring.cpp 1052 FX_BOOL bNegative = FALSE;
1054 bNegative = TRUE;
1071 if (bNegative) {
fx_basic_wstring.cpp 960 FX_BOOL bNegative = FALSE;
964 bNegative = TRUE;
986 return bNegative ? -fraction : fraction;
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_utils_imp.cpp 320 FX_BOOL bNegative = FALSE, bExpSign = FALSE;
326 bNegative = TRUE;
342 nIntegral = bNegative ? -nIntegral : nIntegral;
xfa_localevalue.cpp 215 FX_BOOL bNegative = FALSE, bExpSign = FALSE;
227 bNegative = TRUE;
239 nIntegral = bNegative ? -nIntegral : nIntegral;
290 FX_BOOL bNegative = FALSE, bExpSign = FALSE;
302 bNegative = TRUE;
314 nIntegral = bNegative ? -nIntegral : nIntegral;
  /external/icu/icu4c/source/test/intltest/
numberformat2test.cpp 149 UBool bNegative,
153 UBool bNegative,
    [all...]
  /external/pdfium/xfa/src/fgas/src/localization/
fx_locale.cpp 315 FX_BOOL bNegative = FALSE, bExpSign = FALSE;
327 bNegative = TRUE;
348 *pIntegral = bNegative ? -*pIntegral : *pIntegral;
456 FX_BOOL bNegative = FALSE, bExpSign = FALSE;
468 bNegative = TRUE;
489 *pIntegral = bNegative ? -*pIntegral : *pIntegral;
    [all...]

Completed in 378 milliseconds