Searched refs:DECUNCONT (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | decNumber.cpp | 342 #define DECUNCONT ((decContext *)(void *)(0xffffffff)) macro 2613 if (decCheckOperands(res, lhs, rhs, DECUNCONT)) return res; in uprv_decNumberSameQuantum() 3427 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res; in uprv_decNumberCopyAbs() 3448 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res; in uprv_decNumberCopyNegate() 3471 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res; in uprv_decNumberCopySign() 3597 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, DECUNCONT)) return dn; in uprv_decNumberTrim() 3624 if (decCheckOperands(dn, DECUNUSED, DECUNUSED, DECUNCONT)) return dn; in uprv_decNumberZero() 3664 if (decCheckOperands(DECUNRESU, dn, DECUNUSED, DECUNCONT)) { in decToString() 6644 if (decCheckOperands(dn, DECUNUSED, DECUNUSED, DECUNCONT)) return dn; 7966 else if (set!=DECUNCONT [all …]
|