Home | History | Annotate | Download | only in i18n

Lines Matching refs:BC

72 //  ms=-184303902528000000  jd=81000000  September 20, 5838270 BC
347 // Normalize the year so BC values are represented as 0 and negative
359 if (cal->get(UCAL_ERA, status) == BC)
397 // from 45 BC to 9 BC, and then none until 8 AD. However, we don't
441 era = BC;
1101 * cutover, these limits are Sun Dec 02 16:47:04 GMT 292269055 BC to Sun
1126 * Gregorian = May 17, 292275056 BC - Aug 17, 292278994 AD
1127 * Julian = Dec 2, 292269055 BC - Jan 3, 292272993 AD
1128 * Hybrid = Dec 2, 292269055 BC - Aug 17, 292278994 AD
1200 if (era == BC) {
1228 if(era == BC) {
1253 * default ERA is AD, but a zero (unset) ERA is BC.