1. de0eb68 Set ICU's default locale from Locale.getDefault. by Narayan Kamath · 10 years ago
  2. 4f3bca7 Don't assume minusSign is a single char. by Narayan Kamath · 10 years ago
  3. 11c1f6f Fix ICU glue for uloc_toLanguageTag. by Narayan Kamath · 10 years ago
  4. d627bd4 Add Currency.getNumericCode() by Neil Fuller · 10 years ago
  5. c5b1eb1 java7: Implement new Locale APIs. by Narayan Kamath · 11 years ago
  6. 0fd776f Add a cache to ICU.getBestDateTimePattern. by Elliott Hughes · 11 years ago
  7. 364324d Fix memory leak when using DateTimePatternGenerator by Carton He · 11 years ago
  8. 783112d Remove some unnecessary native code for LocaleData. by Elliott Hughes · 11 years ago
  9. 8a491f8 Use getLocale more consistently. by Elliott Hughes · 11 years ago
  10. 783a57a Fix the Charset alias generation to use the correct icu4c API. by Elliott Hughes · 11 years ago
  11. f001abe Fix LocaleNameIterator. by Elliott Hughes · 11 years ago
  12. 480537d Add an icu4c-based DateIntervalFormat. by Elliott Hughes · 11 years ago
  13. 0ef9944 Fixes for icu4c 51. by Elliott Hughes · 11 years ago
  14. 15d8280 Make the CLDR version available. by Elliott Hughes · 11 years ago
  15. 3aac4dd Add icu4c-backed transliteration. by Elliott Hughes · 12 years ago
  16. 4f32b79 Make CLDR's 12- and 24-hour time formats available. by Elliott Hughes · 12 years ago
  17. 007776e Don't create as many temporary icu4c Locale objects. by Elliott Hughes · 12 years ago
  18. a49a1e8 Fix the pt_PT currency symbol (€ rather than ¤). by Elliott Hughes · 12 years ago
  19. f5df21e Remove unnecessary #include. by Elliott Hughes · 12 years ago
  20. cb1b902 Add ICU.getBestDateTimePattern. by Elliott Hughes · 12 years ago
  21. 680b1e2 Remove an obsolete hack for ps and ps_AF. by Elliott Hughes · 12 years ago
  22. c4e0797 Revert "Revert "Add support for returning the CLDR "Yesterday", "Today", and "Tomorrow" strings."" by Elliott Hughes · 12 years ago
  23. 73dc486 Revert "Add support for returning the CLDR "Yesterday", "Today", and "Tomorrow" strings." by Elliott Hughes · 12 years ago
  24. 774294d Add support for returning the CLDR "Yesterday", "Today", and "Tomorrow" strings. by Elliott Hughes · 12 years ago
  25. ad66a88 Offer "J" in addition to "January" and "Jan". by Elliott Hughes · 12 years ago
  26. 5ec69b2 Clean up ICU error reporting. by Elliott Hughes · 12 years ago
  27. 7cd6760 Make libjavacore independent of libnativehelper for the PDK. by Elliott Hughes · 12 years ago
  28. 5b7b7fe Libcore changes for ICU4.8.1.1 upgrade. by claireho · 13 years ago
  29. 679cf68 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  30. 06f039b Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  31. d2dd676 am 4c94a612: Add ICU.getScript() by Fabrice Di Meglio · 13 years ago
  32. 4c94a61 Add ICU.getScript() by Fabrice Di Meglio · 13 years ago
  33. 9a6483c am 0452e9ad: Add addLikelySubtags() to ICU by Fabrice Di Meglio · 13 years ago
  34. e2377cd Remove the LocaleData.digit field. by Elliott Hughes · 13 years ago
  35. 0452e9a Add addLikelySubtags() to ICU by Fabrice Di Meglio · 13 years ago
  36. 3be1277 Libcore changes corresponding to ICU4.6 upgrade. by claireho · 13 years ago
  37. bef9ec3 Clean up ICU exception throwing. by Elliott Hughes · 13 years ago
  38. 52b310a Git threw away my changes to a file that had been renamed. by Elliott Hughes · 13 years ago
  39. 57d0a10 Make all filenames match their classes. by Elliott Hughes · 13 years ago[Renamed from luni/src/main/native/ICU.cpp]
  40. 9f557fa Don't log anything if ICU initialization goes well. by Elliott Hughes · 13 years ago
  41. ddafeb1 Rationalize our various native conversions to java.lang.String[]. by Elliott Hughes · 14 years ago
  42. 566bbb1 Various time zone strings improvements. by Elliott Hughes · 14 years ago
  43. e0e5672 Add system properties that report our ICU4C and Unicode versions. by Elliott Hughes · 14 years ago
  44. 7ff7010 Let ICU extract country codes from locales. by Elliott Hughes · 14 years ago
  45. c27a366 More icu4jni reshuffling. by Elliott Hughes · 14 years ago
  46. 972d9be Explode early when ICU's .dat file isn't available. by Elliott Hughes · 14 years ago
  47. e22935d Remove most of our C-style casts. by Elliott Hughes · 14 years ago
  48. dbbdffc Remove UCharacter's unnecessary layer of indirection. by Elliott Hughes · 14 years ago
  49. 21557bb Add TimeZones.forLocale, plus some tidying. by Elliott Hughes · 14 years ago
  50. 4e3714f Stop using GetStringChars/ReleaseStringChars. by Elliott Hughes · 14 years ago
  51. a9f5c16 Remove dynamic calls to FindClass. by Elliott Hughes · 14 years ago
  52. 94782d0 Use Integer.valueOf rather than "new Integer" (et cetera) from JNI. by Elliott Hughes · 14 years ago
  53. 143e8c9 Support stand-alone month and weekday names in SimpleDateFormat. by Elliott Hughes · 14 years ago
  54. 947eeb8 ICU4.4.1 upgrade by claireho · 14 years ago
  55. 0596087 Enhance ScopedUtfChars to include the null check most callers were missing. by Elliott Hughes · 14 years ago
  56. 8044bf6 Make ScopedLocalRef more convenient, and use it more widely. by Elliott Hughes · 14 years ago
  57. f281667 Reduced the amount of memory used by the TimeZone display names. by Elliott Hughes · 14 years ago
  58. 44e0e56 Enable -Wall -Wextra for libcore and cleanup all but one warning by Brian Carlstrom · 14 years ago
  59. 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]
  60. 0808cae Dead code/cruft removal in the collation code. by Elliott Hughes · 14 years ago
  61. c08f9fb Move the libcore registration out of libnativehelpers and into libcore. by Elliott Hughes · 14 years ago
  62. 757a794 Merge LocaleData and Resources, rename Resources to ICU. by Elliott Hughes · 14 years ago[Renamed (93%) from icu/src/main/native/Resources.cpp]
  63. b7e820b Change DecimalFormatSymbols to have a field per symbol. by Elliott Hughes · 14 years ago
  64. 9de899c Fix String.toLowerCase and toUpperCase. by Elliott Hughes · 14 years ago
  65. f9157ea Tidy up our getAvailableLocales methods to actually ask ICU4C. by Elliott Hughes · 14 years ago
  66. 7ca6fd0 Fix a bug, and protect against an unrelated class of bugs. by Elliott Hughes · 14 years ago
  67. 90aa512 Add Java 6's exponent separator to DecimalFormatSymbols. by Elliott Hughes · 14 years ago
  68. f2d5062 Simplify our DecimalFormat. by Elliott Hughes · 15 years ago
  69. 1698d14 Switch our ICU JNI over to C++ and tidy up a little. by Elliott Hughes · 15 years ago[Renamed (99%) from icu/src/main/native/ResourceInterface.cpp]
  70. 4722f16 Minor tidy-up of some of the ICU interface. by Elliott Hughes · 15 years ago
  71. e1e5e8e Fix Date.toString. by Elliott Hughes · 15 years ago
  72. 33aa6eb Stop using ResourceBundle for locale data. by Elliott Hughes · 15 years ago
  73. 67081ff More ICU cleanup. by Elliott Hughes · 15 years ago
  74. 70fa193 Fix leaks in ICU JNI. by Elliott Hughes · 15 years ago
  75. 2e3a41d Speed up the way we access ICU's locale data. by Elliott Hughes · 15 years ago
  76. c742cad Remove duplicate copies of ICU error translation. by Elliott Hughes · 15 years ago
  77. 8cdbc20 Return an Object[][] rather than an Object[]. by Andy McFadden · 15 years ago
  78. ad884a7 add comments for the UTF-8 string creation patch by Hao Feng · 15 years ago
  79. adc854b auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  80. 1c0fed6 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  81. b792632 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  82. dd828f4 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  83. fdb2704 Initial Contribution by The Android Open Source Project · 16 years ago