diff options
author | Elliott Hughes <enh@google.com> | 2010-03-01 16:28:05 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2010-03-01 16:30:39 -0800 |
commit | a656b24ce0513b5f6115c40e6bb9181c5cea93d6 (patch) | |
tree | b8a7f302a5d2fcbc633978eb360a2567c6b7d4b3 /icu/src/main/native/sub.mk | |
parent | 63c166c5b299f008ee39378dc008de21af70d85a (diff) | |
download | libcore-a656b24ce0513b5f6115c40e6bb9181c5cea93d6.zip libcore-a656b24ce0513b5f6115c40e6bb9181c5cea93d6.tar.gz libcore-a656b24ce0513b5f6115c40e6bb9181c5cea93d6.tar.bz2 |
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
Diffstat (limited to 'icu/src/main/native/sub.mk')
-rw-r--r-- | icu/src/main/native/sub.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/icu/src/main/native/sub.mk b/icu/src/main/native/sub.mk index fd5f20c..41260cf 100644 --- a/icu/src/main/native/sub.mk +++ b/icu/src/main/native/sub.mk @@ -9,6 +9,7 @@ LOCAL_SRC_FILES := \ NativeCollation.cpp \ NativeConverter.cpp \ NativeDecimalFormat.cpp \ + NativeNormalizer.cpp \ NativeRegEx.cpp \ RuleBasedNumberFormat.cpp \ Resources.cpp \ |