summaryrefslogtreecommitdiffstats
path: root/luni/src/main/native/ICU.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make all filenames match their classes.Elliott Hughes2011-03-031-605/+0
* Don't log anything if ICU initialization goes well.Elliott Hughes2011-02-221-20/+16
* Rationalize our various native conversions to java.lang.String[].Elliott Hughes2011-02-181-74/+44
* Various time zone strings improvements.Elliott Hughes2011-02-141-3/+55
* Add system properties that report our ICU4C and Unicode versions.Elliott Hughes2011-02-101-0/+20
* Let ICU extract country codes from locales.Elliott Hughes2010-11-031-16/+2
* More icu4jni reshuffling.Elliott Hughes2010-10-011-3/+3
* Explode early when ICU's .dat file isn't available.Elliott Hughes2010-09-161-0/+9
* Remove most of our C-style casts.Elliott Hughes2010-08-121-45/+39
* Remove UCharacter's unnecessary layer of indirection.Elliott Hughes2010-07-221-0/+18
* Add TimeZones.forLocale, plus some tidying.Elliott Hughes2010-06-231-93/+3
* Stop using GetStringChars/ReleaseStringChars.Elliott Hughes2010-06-221-9/+7
* Remove dynamic calls to FindClass.Elliott Hughes2010-06-161-21/+10
* Use Integer.valueOf rather than "new Integer" (et cetera) from JNI.Elliott Hughes2010-06-151-20/+16
* Support stand-alone month and weekday names in SimpleDateFormat.Elliott Hughes2010-06-101-94/+65
* ICU4.4.1 upgradeclaireho2010-06-041-3/+4
* Enhance ScopedUtfChars to include the null check most callers were missing.Elliott Hughes2010-05-261-13/+9
* Make ScopedLocalRef more convenient, and use it more widely.Elliott Hughes2010-05-171-26/+26
* Reduced the amount of memory used by the TimeZone display names.Elliott Hughes2010-05-111-65/+54
* Enable -Wall -Wextra for libcore and cleanup all but one warningBrian Carlstrom2010-05-071-1/+1
* Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luniPeter Hallam2010-05-041-0/+710