summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/contacts/ContactLocaleUtils.java
diff options
context:
space:
mode:
authorJay Shrauner <shrauner@google.com>2013-02-27 11:26:01 -0800
committerJay Shrauner <shrauner@google.com>2013-02-27 12:06:20 -0800
commit21cfa6019b9fb82c23edf978d27904757207d9b0 (patch)
tree61140a5fbce32541de3b0f1687f8a7db9179e71f /src/com/android/providers/contacts/ContactLocaleUtils.java
parent923bd87366167e0a569883993e9ec5b19104657a (diff)
downloadpackages_providers_ContactsProvider-21cfa6019b9fb82c23edf978d27904757207d9b0.zip
packages_providers_ContactsProvider-21cfa6019b9fb82c23edf978d27904757207d9b0.tar.gz
packages_providers_ContactsProvider-21cfa6019b9fb82c23edf978d27904757207d9b0.tar.bz2
Fix unit tests for ICU 50
Fix tests to account for fixes made in ICU 50. Add some additional tests. Bug: Change-Id: I7d1fb0588f56b58da5c5177823ed5c16c4603e24
Diffstat (limited to 'src/com/android/providers/contacts/ContactLocaleUtils.java')
-rw-r--r--src/com/android/providers/contacts/ContactLocaleUtils.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/com/android/providers/contacts/ContactLocaleUtils.java b/src/com/android/providers/contacts/ContactLocaleUtils.java
index 0284c01..adafdb6 100644
--- a/src/com/android/providers/contacts/ContactLocaleUtils.java
+++ b/src/com/android/providers/contacts/ContactLocaleUtils.java
@@ -311,9 +311,9 @@ public class ContactLocaleUtils {
/**
* Traditional Chinese specific locale overrides. Rewrites ICU labels
- * to correct ICU 4.9 labels.
+ * to correct ICU 50 labels.
*
- * TODO: remove once ICU is upgraded to 5.0 and labels are fixed
+ * TODO: remove once ICU is upgraded to 51 and labels are fixed
*
* sortKey: unchanged from base class (same as name)
* nameLookupKeys: unchanged from ChineseContactUtils
@@ -324,7 +324,7 @@ public class ContactLocaleUtils {
*/
private static class TraditionalChineseContactUtils
extends ChineseContactUtils {
- // Remap ICU 4.9 labels to desired values
+ // Remap ICU 50 labels to desired values
private static final Map<String, String> labelMap;
static {
Map<String, String> map = new HashMap<String, String>();