Searched refs:DECUNCONT (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | decNumber.c | 340 #define DECUNCONT ((decContext *)(void *)(0xffffffff)) macro 2609 if (decCheckOperands(res, lhs, rhs, DECUNCONT)) return res; in uprv_decNumberSameQuantum() 3423 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res; in uprv_decNumberCopyAbs() 3444 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res; in uprv_decNumberCopyNegate() 3467 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res; in uprv_decNumberCopySign() 3593 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, DECUNCONT)) return dn; in uprv_decNumberTrim() 3620 if (decCheckOperands(dn, DECUNUSED, DECUNUSED, DECUNCONT)) return dn; in uprv_decNumberZero() 3660 if (decCheckOperands(DECUNRESU, dn, DECUNUSED, DECUNCONT)) { in decToString() 6640 if (decCheckOperands(dn, DECUNUSED, DECUNUSED, DECUNCONT)) return dn; 7962 else if (set!=DECUNCONT [all …]
|