Go to file
Abhinav Gupta 6916271396 ICU-8268 computation of average could overflow.
The (a+b)/2 or (a+b)>>1 could cause an overflow. Use unsigned bit shift (>>>).

X-SVN-Rev: 30735
2011-09-28 20:29:59 +00:00
icu4c ICU-8779 add getUnknown() 2011-09-28 00:00:31 +00:00
icu4j ICU-8268 computation of average could overflow. 2011-09-28 20:29:59 +00:00
tools ICU-8755 updates to uconfigtest script 2011-08-15 23:39:52 +00:00
.gitattributes ICU-8328 switched to separate icudata.jar and icutzdata.jar 2011-09-26 15:30:39 +00:00
.gitignore ICU-8774 Support locale category in com.ibm.icu.base plug-in. Also fixed a Java 5 support problem in DateFormatSymbols in com.ibm.icu.base. 2011-08-31 07:02:05 +00:00