1. ae5cd31 Add missing #include "unicode/ucasemap.h" statement. by Fredrik Roubert · 8 years ago
  2. d3a88f9 libcore: reference log/log.h when using LOG* macros by Mark Salyzyn · 8 years ago
  3. 6d8d1ea libcore: Replace cutils/log.h with android/log.h by Mark Salyzyn · 8 years ago
  4. 8b9d4a2 luni: Change ICU registration to use RAII by Igor Murashkin · 8 years ago
  5. bdcc75a Revert "Revert "libjavacore: Implement JNI_OnUnload for icu"" by Igor Murashkin · 8 years ago
  6. 7288f8d Revert "libjavacore: Implement JNI_OnUnload for icu" by Nicolas Geoffray · 8 years ago
  7. a082b7b libjavacore: Implement JNI_OnUnload for icu by Igor Murashkin · 8 years ago
  8. 80540f0 Libcore: Remove usage of ScopedFd by Andreas Gampe · 8 years ago
  9. 248a0f7 Correct traversal of the UResourceBundle data structure in ICU. by Fredrik Roubert · 9 years ago
  10. 3b52730 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  11. bf07204 Merge lmp changes into mnc. by Narayan Kamath · 9 years ago
  12. 21eb91f Configure ICU4C without relying on build-time flags by Neil Fuller · 9 years ago
  13. 02b43bf Changes to enable timezone data overrides for ICU and libcore by Neil Fuller · 10 years ago
  14. 46e3649 Use OpenJdk implementation of java.lang.* [part 1] by Piotr Jastrzebski · 9 years ago
  15. d2a3075 Configure ICU4C without relying on build-time flags by Neil Fuller · 9 years ago
  16. 345d118 Merge "Changes to enable timezone data overrides for ICU and libcore" by Neil Fuller · 9 years ago
  17. cf14cc4 Add a test to confirm that TZ data is in sync by Neil Fuller · 9 years ago
  18. 317d6e1 Changes to enable timezone data overrides for ICU and libcore by Neil Fuller · 10 years ago
  19. a04b5c3 Explicitly specify the icu:: namespace. by Elliott Hughes · 10 years ago
  20. b3aacde Move from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  21. b4cf28b Don't define DISALLOW_COPY_AND_ASSIGN. by Ian Rogers · 10 years ago
  22. fa1ab1d Support DecimalFormatSymbols' percent symbol being a string. by Elliott Hughes · 10 years ago
  23. a68116c Support DecimalFormatSymbols' percent symbol being a string. by Elliott Hughes · 10 years ago
  24. b799123 Support narrow am/pm markers in LocaleData. by Elliott Hughes · 10 years ago
  25. ebe417d Support narrow am/pm markers in LocaleData. by Elliott Hughes · 10 years ago
  26. df624c1 Fix handling of invalid locales in Date/DecimalFormatSymbols. by Narayan Kamath · 10 years ago
  27. ac89b30 Implement Locale.forLanguageTag in java. by Narayan Kamath · 10 years ago
  28. 5c0472f Fix handling of invalid locales in Date/DecimalFormatSymbols. by Narayan Kamath · 10 years ago
  29. bf098bb Implement Locale.forLanguageTag in java. by Narayan Kamath · 10 years ago
  30. ca6c2df Fix getISO3Country and getISO3Language. by Narayan Kamath · 10 years ago
  31. a942660 Pass BCP-47 tags and not Locale.toString results to ICU. by Elliott Hughes · 10 years ago
  32. 5133494 Remove unnecessary loop in uloc_forLanguageTag. by Narayan Kamath · 10 years ago
  33. 12ca882 Implement Locale.toLanguageTag without ICU support. by Narayan Kamath · 10 years ago
  34. 1ff70d5 Add missing 'const'. by Elliott Hughes · 10 years ago
  35. 3879b91 Ensure consistent (backwards-compatible) capitalization for yesterday/today/tomorrow. by Elliott Hughes · 10 years ago
  36. de0eb68 Set ICU's default locale from Locale.getDefault. by Narayan Kamath · 10 years ago
  37. 4f3bca7 Don't assume minusSign is a single char. by Narayan Kamath · 11 years ago
  38. 11c1f6f Fix ICU glue for uloc_toLanguageTag. by Narayan Kamath · 11 years ago
  39. d627bd4 Add Currency.getNumericCode() by Neil Fuller · 11 years ago
  40. c5b1eb1 java7: Implement new Locale APIs. by Narayan Kamath · 11 years ago
  41. 0fd776f Add a cache to ICU.getBestDateTimePattern. by Elliott Hughes · 11 years ago
  42. 364324d Fix memory leak when using DateTimePatternGenerator by Carton He · 11 years ago
  43. 783112d Remove some unnecessary native code for LocaleData. by Elliott Hughes · 11 years ago
  44. 8a491f8 Use getLocale more consistently. by Elliott Hughes · 11 years ago
  45. 783a57a Fix the Charset alias generation to use the correct icu4c API. by Elliott Hughes · 11 years ago
  46. f001abe Fix LocaleNameIterator. by Elliott Hughes · 11 years ago
  47. 480537d Add an icu4c-based DateIntervalFormat. by Elliott Hughes · 11 years ago
  48. 0ef9944 Fixes for icu4c 51. by Elliott Hughes · 11 years ago
  49. 15d8280 Make the CLDR version available. by Elliott Hughes · 12 years ago
  50. 3aac4dd Add icu4c-backed transliteration. by Elliott Hughes · 12 years ago
  51. 4f32b79 Make CLDR's 12- and 24-hour time formats available. by Elliott Hughes · 12 years ago
  52. 007776e Don't create as many temporary icu4c Locale objects. by Elliott Hughes · 12 years ago
  53. a49a1e8 Fix the pt_PT currency symbol (€ rather than ¤). by Elliott Hughes · 12 years ago
  54. f5df21e Remove unnecessary #include. by Elliott Hughes · 12 years ago
  55. cb1b902 Add ICU.getBestDateTimePattern. by Elliott Hughes · 12 years ago
  56. 680b1e2 Remove an obsolete hack for ps and ps_AF. by Elliott Hughes · 12 years ago
  57. c4e0797 Revert "Revert "Add support for returning the CLDR "Yesterday", "Today", and "Tomorrow" strings."" by Elliott Hughes · 12 years ago
  58. 73dc486 Revert "Add support for returning the CLDR "Yesterday", "Today", and "Tomorrow" strings." by Elliott Hughes · 12 years ago
  59. 774294d Add support for returning the CLDR "Yesterday", "Today", and "Tomorrow" strings. by Elliott Hughes · 12 years ago
  60. ad66a88 Offer "J" in addition to "January" and "Jan". by Elliott Hughes · 12 years ago
  61. 5ec69b2 Clean up ICU error reporting. by Elliott Hughes · 12 years ago
  62. 7cd6760 Make libjavacore independent of libnativehelper for the PDK. by Elliott Hughes · 12 years ago
  63. 5b7b7fe Libcore changes for ICU4.8.1.1 upgrade. by claireho · 13 years ago
  64. 679cf68 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  65. 06f039b Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  66. d2dd676 am 4c94a612: Add ICU.getScript() by Fabrice Di Meglio · 13 years ago
  67. 4c94a61 Add ICU.getScript() by Fabrice Di Meglio · 13 years ago
  68. 9a6483c am 0452e9ad: Add addLikelySubtags() to ICU by Fabrice Di Meglio · 13 years ago
  69. e2377cd Remove the LocaleData.digit field. by Elliott Hughes · 13 years ago
  70. 0452e9a Add addLikelySubtags() to ICU by Fabrice Di Meglio · 13 years ago
  71. 3be1277 Libcore changes corresponding to ICU4.6 upgrade. by claireho · 13 years ago
  72. bef9ec3 Clean up ICU exception throwing. by Elliott Hughes · 13 years ago
  73. 52b310a Git threw away my changes to a file that had been renamed. by Elliott Hughes · 14 years ago
  74. 57d0a10 Make all filenames match their classes. by Elliott Hughes · 14 years ago[Renamed from luni/src/main/native/ICU.cpp]
  75. 9f557fa Don't log anything if ICU initialization goes well. by Elliott Hughes · 14 years ago
  76. ddafeb1 Rationalize our various native conversions to java.lang.String[]. by Elliott Hughes · 14 years ago
  77. 566bbb1 Various time zone strings improvements. by Elliott Hughes · 14 years ago
  78. e0e5672 Add system properties that report our ICU4C and Unicode versions. by Elliott Hughes · 14 years ago
  79. 7ff7010 Let ICU extract country codes from locales. by Elliott Hughes · 14 years ago
  80. c27a366 More icu4jni reshuffling. by Elliott Hughes · 14 years ago
  81. 972d9be Explode early when ICU's .dat file isn't available. by Elliott Hughes · 14 years ago
  82. e22935d Remove most of our C-style casts. by Elliott Hughes · 14 years ago
  83. dbbdffc Remove UCharacter's unnecessary layer of indirection. by Elliott Hughes · 14 years ago
  84. 21557bb Add TimeZones.forLocale, plus some tidying. by Elliott Hughes · 14 years ago
  85. 4e3714f Stop using GetStringChars/ReleaseStringChars. by Elliott Hughes · 14 years ago
  86. a9f5c16 Remove dynamic calls to FindClass. by Elliott Hughes · 14 years ago
  87. 94782d0 Use Integer.valueOf rather than "new Integer" (et cetera) from JNI. by Elliott Hughes · 14 years ago
  88. 143e8c9 Support stand-alone month and weekday names in SimpleDateFormat. by Elliott Hughes · 14 years ago
  89. 947eeb8 ICU4.4.1 upgrade by claireho · 14 years ago
  90. 0596087 Enhance ScopedUtfChars to include the null check most callers were missing. by Elliott Hughes · 14 years ago
  91. 8044bf6 Make ScopedLocalRef more convenient, and use it more widely. by Elliott Hughes · 14 years ago
  92. f281667 Reduced the amount of memory used by the TimeZone display names. by Elliott Hughes · 14 years ago
  93. 44e0e56 Enable -Wall -Wextra for libcore and cleanup all but one warning by Brian Carlstrom · 14 years ago
  94. 6b811c5 Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luni by Peter Hallam · 14 years ago[Renamed from icu/src/main/native/ICU.cpp]
  95. 0808cae Dead code/cruft removal in the collation code. by Elliott Hughes · 14 years ago
  96. c08f9fb Move the libcore registration out of libnativehelpers and into libcore. by Elliott Hughes · 14 years ago
  97. 757a794 Merge LocaleData and Resources, rename Resources to ICU. by Elliott Hughes · 14 years ago[Renamed (93%) from icu/src/main/native/Resources.cpp]
  98. b7e820b Change DecimalFormatSymbols to have a field per symbol. by Elliott Hughes · 14 years ago
  99. 9de899c Fix String.toLowerCase and toUpperCase. by Elliott Hughes · 14 years ago
  100. f9157ea Tidy up our getAvailableLocales methods to actually ask ICU4C. by Elliott Hughes · 14 years ago