summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/libcore/icu/LocaleData.java
Commit message (Expand)AuthorAgeFilesLines
* Remove no-longer used timeFormat12 and timeFormat24.Elliott Hughes2014-10-231-10/+1
* Wire up frameworks notifications of 12/24 hour preferences.Elliott Hughes2014-10-221-5/+29
* Support DecimalFormatSymbols' percent symbol being a string.Elliott Hughes2014-10-081-1/+1
* Support narrow am/pm markers in LocaleData.Elliott Hughes2014-08-221-0/+4
* Allow Calendar.getInstance to be called with a null Locale.Narayan Kamath2014-08-131-0/+4
* Fix handling of invalid locales in Date/DecimalFormatSymbols.Narayan Kamath2014-07-231-8/+17
* Pass BCP-47 tags and not Locale.toString results to ICU.Elliott Hughes2014-06-161-2/+2
* Don't assume minusSign is a single char.Narayan Kamath2014-03-141-1/+1
* Add a cache to ICU.getBestDateTimePattern.Elliott Hughes2013-10-311-1/+1
* Remove some unnecessary native code for LocaleData.Elliott Hughes2013-09-031-0/+6
* Add a short date format that's guaranteed to have 4-digit years.Elliott Hughes2013-06-171-0/+5
* Make CLDR's 12- and 24-hour time formats available.Elliott Hughes2013-01-141-0/+4
* Fix LocaleData.toString once and for all.Elliott Hughes2012-09-201-38/+2
* Revert "Revert "Add support for returning the CLDR "Yesterday", "Today", and ...Elliott Hughes2012-08-151-0/+5
* Revert "Add support for returning the CLDR "Yesterday", "Today", and "Tomorro...Elliott Hughes2012-08-141-5/+0
* Add support for returning the CLDR "Yesterday", "Today", and "Tomorrow" strings.Elliott Hughes2012-08-141-0/+5
* Offer "J" in addition to "January" and "Jan".Elliott Hughes2012-08-061-12/+16
* Libcore changes for ICU4.8.1.1 upgrade.claireho2012-01-171-133/+1
* Remove the LocaleData.digit field.Elliott Hughes2011-06-151-5/+9
* Move more stuff out of icu4jni; ICU and LocaleData.Elliott Hughes2010-10-011-0/+343