/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactLocaleUtilsTest.java | 59 FullNameStyle.CHINESE).equalsIgnoreCase("DU \u675C JUAN \u9D51")); 62 FullNameStyle.CHINESE).equalsIgnoreCase("d DU \u675C JUAN \u9D51")); 65 FullNameStyle.CHINESE).equalsIgnoreCase("mary DU \u675C JUAN \u9D51")); 68 FullNameStyle.CHINESE); 72 FullNameStyle.CHINESE); 76 FullNameStyle.CHINESE); 86 mContactLocaleUtils.getSortKey(CHINESE_NAME, FullNameStyle.CHINESE).toUpperCase()); 89 mContactLocaleUtils.setLocale(Locale.CHINESE); 91 mContactLocaleUtils.getSortKey(CHINESE_NAME, FullNameStyle.CHINESE).toUpperCase()); 98 FullNameStyle.CHINESE); [all...] |
NameSplitterTest.java | 205 // Kanji: we cannot tell if this is Japanese, Chinese or Korean, but we are 223 // Hanzi: we cannot tell if this is Chinese, Japanese or Korean, 224 // but we are in Locale.CHINA, so assume this is Chinese 225 assertFullNameStyle(FullNameStyle.CHINESE, "\u675C\u9D51"); 228 // name is Chinese 229 assertFullNameStyle(FullNameStyle.CHINESE, "\u675C\u9D51", 233 assertFullNameStyle(FullNameStyle.CHINESE, "\uFF5C--(\u675C\u9D51)"); 254 // Chinese 307 assertJoinedName("\u6BB5\u5C0F\u6D9B", FullNameStyle.CHINESE, null, 309 assertJoinedName("\u6BB5\u5C0F\u6D9B", FullNameStyle.CHINESE, null [all...] |
NameLookupBuilderTest.java | 186 // Only run this test when Chinese collation is supported 191 mBuilder.insertNameLookup(0, 0, "\u695A\u8FAD", FullNameStyle.CHINESE); 213 // Only run this test when Chinese collation is supported.
|
/external/icu4c/test/intltest/ |
loctest.h | 132 CHINESE = 7,
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactLocaleUtils.java | 49 * The classes to generate the Chinese style sort and search keys. 51 * The sorting key is generated as each Chinese character' pinyin proceeding with 56 * a. Chinese character's pinyin and pinyin's initial character. 68 // Put Chinese character's pinyin, then proceed with the 97 // There is no space among the Chinese Characters, the variant name 98 // lookup key wouldn't work for Chinese. The keyOrignal is used to 126 private static final String CHINESE_LANGUAGE = Locale.CHINESE.getLanguage().toLowerCase(); 161 * a. For Western style name, if the current language is Chinese, the 163 * b. For Chinese and CJK style name if current language is neither Japanese or Korean, 170 adjustedUtil = Integer.valueOf(FullNameStyle.CHINESE); [all...] |
NameSplitter.java | 51 // This includes simplified and traditional Chinese 52 private static final String CHINESE_LANGUAGE = Locale.CHINESE.getLanguage().toLowerCase(); 369 case FullNameStyle.CHINESE: 413 * Splits a full name composed according to the Chinese tradition: 526 case FullNameStyle.CHINESE: 695 return FullNameStyle.CHINESE; 705 return FullNameStyle.CHINESE; 889 * differentiate between Chinese, Japanese and Korean based on the alphabet used 913 return FullNameStyle.CHINESE; [all...] |
ContactsDatabaseHelper.java | [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
ScannerTest.java | 1041 s.useLocale(Locale.CHINESE); [all...] |
CalendarTest.java | 657 Calendar ch_calendar = Calendar.getInstance(Locale.CHINESE); [all...] |
/frameworks/base/core/tests/coretests/src/android/util/ |
LocaleUtilTest.java | 67 LocaleUtil.getLayoutDirectionFromLocale(Locale.CHINESE));
|
/libcore/luni/src/main/java/java/util/ |
Locale.java | 126 public static final Locale CHINESE = new Locale(true, "zh", "");
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
SerializationStressTest3.java | [all...] |
SerializationStressTest4.java | 996 objToSave = new java.text.DateFormatSymbols(Locale.CHINESE); [all...] |
SerializationStressTest2.java | 1132 objToSave = Locale.CHINESE; [all...] |
/libcore/luni/src/test/java/tests/api/java/util/ |
CalendarTest.java | 657 Calendar ch_calendar = Calendar.getInstance(Locale.CHINESE); [all...] |
/frameworks/base/core/java/android/provider/ |
ContactsContract.java | [all...] |
/prebuilt/sdk/10/ |
android.jar | |
/prebuilt/sdk/11/ |
android.jar | |
/prebuilt/sdk/12/ |
android.jar | |
/prebuilt/sdk/13/ |
android.jar | |
/prebuilt/sdk/14/ |
android.jar | |
/prebuilt/sdk/5/ |
android.jar | |
/prebuilt/sdk/7/ |
android.jar | |
/prebuilt/sdk/8/ |
android.jar | |
/prebuilt/sdk/9/ |
android.jar | |