Searched refs:DECUNCONT (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | decNumber.c | 342 #define DECUNCONT ((decContext *)(void *)(0xffffffff)) macro 2611 if (decCheckOperands(res, lhs, rhs, DECUNCONT)) return res; in uprv_decNumberSameQuantum() 3425 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res; in uprv_decNumberCopyAbs() 3446 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res; in uprv_decNumberCopyNegate() 3469 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res; in uprv_decNumberCopySign() 3595 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, DECUNCONT)) return dn; in uprv_decNumberTrim() 3622 if (decCheckOperands(dn, DECUNUSED, DECUNUSED, DECUNCONT)) return dn; in uprv_decNumberZero() 3662 if (decCheckOperands(DECUNRESU, dn, DECUNUSED, DECUNCONT)) { in decToString() 6642 if (decCheckOperands(dn, DECUNUSED, DECUNUSED, DECUNCONT)) return dn; 7964 else if (set!=DECUNCONT [all …]
|