Home
last modified time | relevance | path

Searched defs:isPositive (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Ddigitlst.h311 UBool isPositive(void) const { return decNumberIsNegative(fDecNumber) == 0;}; in isPositive() function
/external/webkit/WebCore/platform/
DLength.h155 bool isPositive() const { return rawValue() > 0; } in isPositive() function