Home | History | Annotate | Download | only in i18n

Lines Matching refs:x3

401         UBool isLeap = ((eyear&0x3) == 0); // equiv. to (eyear%4 == 0)
463 // NOTE: year&0x3 == year%4
465 (((year&0x3) == 0) && ((year%100 != 0) || (year%400 == 0))) : // Gregorian
466 ((year&0x3) == 0)); // Julian