summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/libcore/icu
Commit message (Expand)AuthorAgeFilesLines
* libcore: add a way to clear cached time zone stringsRoman Birg2015-11-071-0/+12
* Fix bug in formatting intervals at month boundaries.Travis Keep2015-05-121-1/+1
* Ensure consistency of capitalization in RelativeDateTimeFormatterNeil Fuller2015-04-224-212/+305
* Use ICU4J more in DateIntervalFormat and RelativeDateTimeFormatterNeil Fuller2015-04-162-85/+85
* Switch DateIntervalFormat/RelativeDateTimeFormatter to ICU4JTravis Keep2015-04-142-111/+85
* Implement BreakIterator in terms of icu4j.Narayan Kamath2015-04-021-177/+0
* Add a test to confirm that TZ data is in syncNeil Fuller2015-03-271-0/+3
* Fix the year display when formatting absolute date stringTao Bao2015-03-231-5/+24
* Use ICU for relative time formattingTao Bao2015-02-112-1/+381
* Improve backward compatibility of plurals formatting.Elliott Hughes2014-11-181-0/+4
* 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-082-5/+5
* 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
* Add ICU.addLikelySubtags(Locale).Narayan Kamath2014-07-311-0/+14
* Fix handling of invalid locales in Date/DecimalFormatSymbols.Narayan Kamath2014-07-232-9/+18
* Implement Locale.forLanguageTag in java.Narayan Kamath2014-07-221-14/+0
* Merge "Fix a faulty Julian day computation."Elliott Hughes2014-06-261-2/+6
|\
| * Fix a faulty Julian day computation.Elliott Hughes2014-06-261-2/+6
* | Fix for currency symbol coming from the default localeNeil Fuller2014-06-191-3/+3
* | Merge "Fix CurrencyTest.test_getSymbol for unknown variants"Neil Fuller2014-06-171-0/+7
|\ \
| * | Fix CurrencyTest.test_getSymbol for unknown variantsNeil Fuller2014-06-181-0/+7
| |/
* | Fix getISO3Country and getISO3Language.Narayan Kamath2014-06-181-10/+2
|/
* Pass BCP-47 tags and not Locale.toString results to ICU.Elliott Hughes2014-06-165-92/+82
* Implement Locale.toLanguageTag without ICU support.Narayan Kamath2014-06-121-6/+2
* Work around an icu4c 53 bug in DecimalFormat.getGroupingSize.Elliott Hughes2014-05-091-0/+4
* Merge "Change DecimalFormat.setRoundingMode() behavior to stay in spec"Neil Fuller2014-04-221-0/+1
|\
| * Change DecimalFormat.setRoundingMode() behavior to stay in specNeil Fuller2014-04-151-0/+1
* | Update collation tests for icu4c 53.ccornelius2014-04-211-9/+0
* | Set ICU's default locale from Locale.getDefault.Narayan Kamath2014-04-111-0/+3
|/
* Don't assume minusSign is a single char.Narayan Kamath2014-03-142-5/+5
* Add Currency.getNumericCode()Neil Fuller2014-03-111-0/+1
* Merge "Make ICU.localeFromIcuLocaleId public."Narayan Kamath2014-02-061-3/+1
|\
| * Make ICU.localeFromIcuLocaleId public.Narayan Kamath2014-02-061-3/+1
* | NativeCollation LP64 fixes.Elliott Hughes2014-02-031-1/+1
|/
* java7: Implement new Locale APIs.Narayan Kamath2014-01-171-17/+250
* Add a cache to ICU.getBestDateTimePattern.Elliott Hughes2013-10-312-179/+189
* icu4c DateIntervalFormat objects are expensive enough that we need to cache t...Elliott Hughes2013-09-111-3/+30
* Add API to get a time zone's localized exemplar location from CLDR.Elliott Hughes2013-09-101-0/+2
* Fix formatDateRange's decisions about when to show a year.Elliott Hughes2013-09-061-13/+34
* Fix formatDateRange's handling of all-day events.Elliott Hughes2013-09-051-5/+32
* Don't abbreviate 24-hour times.Elliott Hughes2013-09-031-2/+12
* Remove some unnecessary native code for LocaleData.Elliott Hughes2013-09-031-0/+6
* Fix a DecimalFormat crash when formatting the empty string.Elliott Hughes2013-08-301-13/+2
* Fix harmony java.text test failures.Elliott Hughes2013-08-301-80/+81
* Reduce the upper bound on TimeZoneNames memory usage.Elliott Hughes2013-08-271-9/+4
* Fix various Charset tests, clean up the implementation.Elliott Hughes2013-08-071-2/+0
* Fix DateIntervalFormat to take time zone into account.Elliott Hughes2013-07-311-2/+2
* Add an icu4c-based DateIntervalFormat.Elliott Hughes2013-07-241-0/+150