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

/external/icu4c/i18n/
H A DdecNumber.c207 #define BADINT (Int)0x80000000 /* most-negative Int; error indicator */ macro
354 else { /* negative (possibly BADINT) */
355 if (in==BADINT) unsig=(uInt)1073741824*2; /* special case */
1758 if (result==BADINT) status|=DEC_Insufficient_storage; /* rare */
2035 if (n!=BADINT) { /* it is an integer */
2478 if (rotate==BADINT /* something bad .. */
2636 if (reqexp==BADINT /* something bad .. */
2691 if (shift==BADINT /* something bad .. */
4719 if (compare==BADINT) { /* deep trouble */
5301 if (comp==BADINT) {
[all...]

Completed in 66 milliseconds