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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c336 #define DECUNRESU ((decNumber *)(void *)0xffffffff) macro
401 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
437 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
529 if (decCheckOperands(DECUNRESU, DECUNUSED, DECUNUSED, set))
3546 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
3566 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
3591 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, DECUNCONT)) return dn;
3658 if (decCheckOperands(DECUNRESU, dn, DECUNUSED, DECUNCONT)) {
7942 /* lhs is the first operand (may be DECUNRESU) */
7981 if (res!=DECUNRESU
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c338 #define DECUNRESU ((decNumber *)(void *)0xffffffff) macro
403 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
439 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
531 if (decCheckOperands(DECUNRESU, DECUNUSED, DECUNUSED, set))
3548 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
3568 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
3593 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, DECUNCONT)) return dn;
3660 if (decCheckOperands(DECUNRESU, dn, DECUNUSED, DECUNCONT)) {
7944 /* lhs is the first operand (may be DECUNRESU) */
7983 if (res!=DECUNRESU
[all...]

Completed in 158 milliseconds