Searched refs:DECUNCONT (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c338 #define DECUNCONT ((decContext *)(void *)(0xffffffff)) macro
2607 if (decCheckOperands(res, lhs, rhs, DECUNCONT)) return res;
3421 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res;
3442 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res;
3465 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res;
3591 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, DECUNCONT)) return dn;
3618 if (decCheckOperands(dn, DECUNUSED, DECUNUSED, DECUNCONT)) return dn;
3658 if (decCheckOperands(DECUNRESU, dn, DECUNUSED, DECUNCONT)) {
6638 if (decCheckOperands(dn, DECUNUSED, DECUNUSED, DECUNCONT)) return dn;
7944 /* set is the context (may be DECUNCONT) */
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c340 #define DECUNCONT ((decContext *)(void *)(0xffffffff)) macro
2609 if (decCheckOperands(res, lhs, rhs, DECUNCONT)) return res;
3423 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res;
3444 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res;
3467 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res;
3593 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, DECUNCONT)) return dn;
3620 if (decCheckOperands(dn, DECUNUSED, DECUNUSED, DECUNCONT)) return dn;
3660 if (decCheckOperands(DECUNRESU, dn, DECUNUSED, DECUNCONT)) {
6640 if (decCheckOperands(dn, DECUNUSED, DECUNUSED, DECUNCONT)) return dn;
7946 /* set is the context (may be DECUNCONT) */
[all...]

Completed in 108 milliseconds