Home | History | Annotate | Download | only in common

Lines Matching refs:SIGN

20 *   05/13/97    aliu        Restored sign of timezone
156 #define SIGN 0x80000000U
377 return ((highBits & ~SIGN) == 0x70FF0000L) && (lowBits == 0x00000000L);
406 return((highBits & SIGN) && uprv_isInfinite(number));
1529 /* Anything following the @ sign */