Searched refs:bNegative (Results 1 – 7 of 7) sorted by relevance
101 FX_BOOL bNegative = FALSE; in FX_atonum() local105 bNegative = TRUE; in FX_atonum()115 if (bNegative) { in FX_atonum()129 FX_BOOL bNegative = FALSE; in FX_atof() local135 bNegative = TRUE; in FX_atof()168 return bNegative ? -value : value; in FX_atof()
960 FX_BOOL bNegative = FALSE; in FX_wtof() local964 bNegative = TRUE; in FX_wtof()986 return bNegative ? -fraction : fraction; in FX_wtof()
1052 FX_BOOL bNegative = FALSE; in FX_ftoa() local1054 bNegative = TRUE; in FX_ftoa()1071 if (bNegative) { in FX_ftoa()
320 FX_BOOL bNegative = FALSE, bExpSign = FALSE; in XFA_WideStringToDouble() local326 bNegative = TRUE; in XFA_WideStringToDouble()342 nIntegral = bNegative ? -nIntegral : nIntegral; in XFA_WideStringToDouble()
215 FX_BOOL bNegative = FALSE, bExpSign = FALSE; in GetNum() local227 bNegative = TRUE; in GetNum()239 nIntegral = bNegative ? -nIntegral : nIntegral; in GetNum()290 FX_BOOL bNegative = FALSE, bExpSign = FALSE; in GetDoubleNum() local302 bNegative = TRUE; in GetDoubleNum()314 nIntegral = bNegative ? -nIntegral : nIntegral; in GetDoubleNum()
149 UBool bNegative,153 UBool bNegative,2908 UBool bNegative, in verifyVisibleDigits() argument2920 if (digits.isNegative() != bNegative) { in verifyVisibleDigits()2930 UBool bNegative, in verifyVisibleDigitsWithExponent() argument2940 if (digits.isNegative() != bNegative) { in verifyVisibleDigitsWithExponent()
315 FX_BOOL bNegative = FALSE, bExpSign = FALSE; in FX_WStringToNumeric() local327 bNegative = TRUE; in FX_WStringToNumeric()348 *pIntegral = bNegative ? -*pIntegral : *pIntegral; in FX_WStringToNumeric()456 FX_BOOL bNegative = FALSE, bExpSign = FALSE; in ToString() local468 bNegative = TRUE; in ToString()489 *pIntegral = bNegative ? -*pIntegral : *pIntegral; in ToString()