Searched refs:isNegative (Results 1 – 16 of 16) sorted by relevance
/external/icu4c/tools/genprops/ |
D | genprops.c | 384 UBool isNegative; in unicodeDataLineFn() local 388 isNegative=TRUE; in unicodeDataLineFn() 391 isNegative=FALSE; in unicodeDataLineFn() 420 if(isNegative) { in unicodeDataLineFn()
|
/external/icu4c/i18n/unicode/ |
D | decimfmt.h | 1793 UBool isNegative, 1822 UBool isNegative, UBool isPrefix) const; 1825 UBool isNegative, UBool isPrefix) const; 1852 static double round(double a, ERoundingMode mode, UBool isNegative);
|
/external/icu4c/i18n/ |
D | decimfmt.cpp | 732 UBool isNegative = uprv_isNegative(number); in format() local 743 if (isNegative) // For rounding in the correct direction in format() 746 * round(number / fRoundingDouble, fRoundingMode, isNegative); in format() 747 if (isNegative) in format() 754 int32_t prefixLen = appendAffix(appendTo, number, attrBuffer, isNegative, TRUE); in format() 770 int32_t suffixLen = appendAffix(appendTo, number, attrBuffer, isNegative, FALSE); in format() 797 double DecimalFormat::round(double a, ERoundingMode mode, UBool isNegative) { in round() argument 800 return isNegative ? uprv_floor(a) : uprv_ceil(a); in round() 802 return isNegative ? uprv_ceil(a) : uprv_floor(a); in round() 1767 UBool isNegative, in compareAffix() argument [all …]
|
/external/webkit/WebCore/rendering/ |
D | RenderBR.cpp | 58 if (lh.isNegative()) { in lineHeight()
|
D | RenderMarquee.cpp | 95 if (increment.isNegative()) in direction()
|
D | AutoTableLayout.cpp | 95 if (w.isNegative()) in recalcColumn()
|
D | InlineFlowBox.cpp | 432 if (parentLineHeight.isNegative()) { in computeLogicalBoxHeights()
|
/external/webkit/JavaScriptCore/runtime/ |
D | NumberPrototype.cpp | 161 bool isNegative = x < 0.0; in numberProtoFuncToString() local 162 if (isNegative) in numberProtoFuncToString() 177 if (isNegative) in numberProtoFuncToString()
|
/external/webkit/WebCore/platform/text/ |
D | String.cpp | 742 bool isNegative = false; in toIntegralType() local 756 isNegative = true; in toIntegralType() 776 …alue > maxMultiplier || (value == maxMultiplier && digitValue > (integralMax % base) + isNegative)) in toIntegralType() 788 if (isNegative) in toIntegralType()
|
/external/webkit/WebCore/platform/ |
D | Length.h | 155 bool isNegative() const { return rawValue() < 0; } in isNegative() function
|
/external/webkit/WebCore/css/ |
D | CSSComputedStyleDeclaration.cpp | 886 if (length.isNegative()) in getPropertyCSSValue()
|
/external/webkit/WebCore/rendering/style/ |
D | RenderStyle.h | 457 if (lh.isNegative()) in computedLineHeight()
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 14848 (JSC::JSImmediate::isNegative): 15656 (JSC::JSImmediate::isNegative):
|
/external/webkit/WebCore/ |
D | ChangeLog-2007-10-14 | 69633 (WebCore::Length::isNegative):
|
D | ChangeLog-2008-08-10 | 21441 isNegative will always be false when value is unsigned.
|
D | ChangeLog-2009-06-16 | 94005 (WebCore::Length::isNegative):
|