OSDN Git Service

Implement (but @hide) java.text.Normalizer from Java 6.
authorElliott Hughes <enh@google.com>
Tue, 2 Mar 2010 00:28:05 +0000 (16:28 -0800)
committerElliott Hughes <enh@google.com>
Tue, 2 Mar 2010 00:30:39 +0000 (16:30 -0800)
commitd83c3bd3b8e8bb311e83ec5aeebf2c8122343447
tree503de879f5dad83acc04182341bb32f11b6c23c3
parent448cc386f87564ce251407f7907b7855d317edb7
Implement (but @hide) java.text.Normalizer from Java 6.

Based on https://android-git.corp.google.com/g/42516.

Includes the harmony tests from their Java 6 branch.

Bug: 719001
libcore/icu/src/main/java/com/ibm/icu4jni/text/NativeNormalizer.java [new file with mode: 0644]
libcore/icu/src/main/native/NativeNormalizer.cpp [new file with mode: 0644]
libcore/icu/src/main/native/ScopedJavaUnicodeString.h
libcore/icu/src/main/native/sub.mk
libcore/text/src/main/java/java/text/Normalizer.java [new file with mode: 0644]
libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/AllTests.java
libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/NormalizerTest.java [new file with mode: 0644]
libnativehelper/Register.c