index
:
libcore.git
replicant-4.2
replicant-6.0
libcore
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
icu
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add's Java 6's DecimalFormat.setRoundingMode (et cetera).
Elliott Hughes
2010-03-18
2
-1
/
+25
*
Use a manually-synchronized HashMap instead of ConcurrentHashMap in LocaleData.
Elliott Hughes
2010-03-05
1
-9
/
+17
*
Add (but @hide) String.isEmpty and Locale.ROOT.
Elliott Hughes
2010-03-02
1
-1
/
+1
*
am 10ebc7d0: Merge "Implement (but @hide) java.text.Normalizer from Java 6."
Elliott Hughes
2010-03-01
4
-0
/
+98
|
\
|
*
Implement (but @hide) java.text.Normalizer from Java 6.
Elliott Hughes
2010-03-01
4
-0
/
+98
*
|
Resync a load of tests with upstream, make our build faster.
Elliott Hughes
2010-02-19
1
-1
/
+1
*
|
Merge "Fix a few of our FindBugs "high" warnings." into dalvik-dev
Elliott Hughes
2010-02-12
2
-7
/
+13
|
\
\
|
*
|
Fix a few of our FindBugs "high" warnings.
Elliott Hughes
2010-02-12
2
-7
/
+13
*
|
|
Use one method to create a Locale from a String.
Elliott Hughes
2010-02-12
4
-63
/
+50
|
/
/
*
|
Remove RuleBasedNumberFormat from our icu4jni fork, since we don't need it.
Elliott Hughes
2010-02-03
3
-595
/
+0
|
/
*
Use DecimalFormatSymbols' new default constructor for speed.
Elliott Hughes
2010-01-28
2
-112
/
+80
*
Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException.
Elliott Hughes
2010-01-28
4
-12
/
+6
*
Double the speed of DecimalFormat creation.
Elliott Hughes
2010-01-28
3
-76
/
+124
*
Remove commented-out code.
Elliott Hughes
2010-01-27
1
-21
/
+1
*
Fix NumberFormat's behavior with BigInteger and custom Number subclasses.
Elliott Hughes
2010-01-27
1
-17
/
+27
*
Rename icu4jni's DecimalFormat to NativeDecimalFormat, to reduce confusion.
Elliott Hughes
2010-01-27
2
-16
/
+16
*
Gut NativeDecimalFormat in favor of icu4jni.DecimalFormat.
Elliott Hughes
2010-01-27
3
-209
/
+160
*
Simplify our DecimalFormat.
Elliott Hughes
2010-01-26
5
-464
/
+177
*
Switch our ICU JNI over to C++ and tidy up a little.
Elliott Hughes
2010-01-22
15
-1111
/
+565
*
Minor tidy-up of some of the ICU interface.
Elliott Hughes
2010-01-21
8
-390
/
+50
*
Improve the DecimalFormat JNI.
Elliott Hughes
2010-01-21
2
-213
/
+67
*
Speed up Character.
Elliott Hughes
2010-01-14
2
-180
/
+66
*
Fix Date.toString.
Elliott Hughes
2010-01-14
2
-14
/
+36
*
Remove the last bits of the ICU ResourceBundle hack.
Elliott Hughes
2010-01-13
1
-41
/
+0
*
Support non-default negative patterns in NumberFormat.getIntegerInstance.
Elliott Hughes
2010-01-11
1
-2
/
+7
*
Last bunch of NumberFormat speedups.
Elliott Hughes
2010-01-05
3
-123
/
+60
*
Speed up DecimalFormatSymbols.
Elliott Hughes
2010-01-04
3
-49
/
+68
*
Fix build (accidental API leak).
Elliott Hughes
2010-01-04
1
-0
/
+30
*
Stop using ResourceBundle for locale data.
Elliott Hughes
2010-01-04
4
-504
/
+319
*
More ICU cleanup.
Elliott Hughes
2009-12-21
1
-66
/
+36
*
Fix leaks in ICU JNI.
Elliott Hughes
2009-12-21
1
-428
/
+219
*
Speed up the way we access ICU's locale data.
Elliott Hughes
2009-12-21
3
-433
/
+150
*
Depessimize string conversions.
Elliott Hughes
2009-12-18
2
-14
/
+14
*
Fix java.util.Formatter formatting of -0.0.
Elliott Hughes
2009-12-09
1
-36
/
+17
*
CharsetDecoderICU/CharsetEncoderICU should take arrayOffset into account.
Elliott Hughes
2009-11-03
2
-10
/
+22
*
Fix a few FindBugs warnings in code that isn't upstream.
Elliott Hughes
2009-10-27
3
-6
/
+6
*
Fix icu4jni Resources ("Locale") to not expose its internals.
Elliott Hughes
2009-10-14
3
-6
/
+100
*
Bug fixing for NumberFormat and BigDecimal.
Jesse Wilson
2009-10-12
2
-3
/
+27
*
Use icu4jni_error more consistently.
Elliott Hughes
2009-10-05
2
-110
/
+79
*
Use jniThrowException instead of FindClass/ThrowNew.
Elliott Hughes
2009-10-01
1
-40
/
+22
*
am d9f8adbf: am cb12fde6: Make Resources preloadable again.
Elliott Hughes
2009-09-17
1
-18
/
+20
|
\
|
*
Make Resources$DefaultTimeZones preloadable again.
Elliott Hughes
2009-09-15
1
-18
/
+20
*
|
Remove duplicate copies of ICU error translation.
Elliott Hughes
2009-09-11
4
-97
/
+26
*
|
Use GetStringRegion/GetStringUTFRegion where appropriate.
Elliott Hughes
2009-09-10
3
-97
/
+52
*
|
Merge change 24402
Android (Google) Code Review
2009-09-09
1
-27
/
+17
|
\
\
|
|
/
|
/
|
|
*
Use GetByteArrayRegion instead of GetByteArrayElements.
Elliott Hughes
2009-09-09
1
-27
/
+17
*
|
InputStreamReader forgets to convert incomplete multibyte characters at the b...
Urs Grob
2009-09-04
1
-11
/
+4
|
/
*
Move LOG_TAG above the includes.
Andy McFadden
2009-06-04
1
-1
/
+1
*
am e406b316: Bug 1844104: Fix buffer overwrite bugs in CharsetEncoderICU and ...
Mihai Preda
2009-06-01
2
-12
/
+47
|
\
|
*
Bug 1844104: Fix buffer overwrite bugs in CharsetEncoderICU and CharsetDecode...
Mihai Preda
2009-05-26
2
-12
/
+47
[next]