HomeSort by relevance Sort by last modified time
    Searched refs:CHINESE (Results 1 - 17 of 17) sorted by null

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactLocaleUtilsTest.java 68 FullNameStyle.CHINESE).equalsIgnoreCase("DU \u675C JUAN \u9D51"));
71 FullNameStyle.CHINESE).equalsIgnoreCase("d DU \u675C JUAN \u9D51"));
74 FullNameStyle.CHINESE).equalsIgnoreCase("mary DU \u675C JUAN \u9D51"));
77 FullNameStyle.CHINESE);
81 FullNameStyle.CHINESE);
85 FullNameStyle.CHINESE);
101 FullNameStyle.CHINESE).equalsIgnoreCase("DU \u675C JUAN \u9D51"));
104 mContactLocaleUtils.setLocale(Locale.CHINESE);
106 FullNameStyle.CHINESE).equalsIgnoreCase("DU \u675C JUAN \u9D51"));
114 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);
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
ScannerTest.java     [all...]
  /external/icu4c/test/intltest/
loctest.h 127 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 55 // This includes simplified and traditional Chinese
56 private static final String CHINESE_LANGUAGE = Locale.CHINESE.getLanguage().toLowerCase();
341 case FullNameStyle.CHINESE:
382 * Splits a full name composed according to the Chinese tradition:
453 case FullNameStyle.CHINESE:
598 return FullNameStyle.CHINESE;
608 return FullNameStyle.CHINESE;
777 * differentiate between Chinese, Japanese and Korean based on the alphabet used
801 return FullNameStyle.CHINESE;
863 // We don't know if this is Chinese, Japanese or Korean
    [all...]
ContactsDatabaseHelper.java     [all...]
ContactsProvider2.java     [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
Locale.java 97 public static final Locale CHINESE = new Locale("zh", ""); //$NON-NLS-1$//$NON-NLS-2$
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
SerializationStressTest3.java     [all...]
SerializationStressTest4.java     [all...]
SerializationStressTest2.java     [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 452 * the names and Chinese omitting the space.
461 * which specific language it belongs to: Chinese, Japanese or Korean.
465 public static final int CHINESE = 3;
478 * Pinyin is a phonetic method of entering Chinese characters. Typically not explicitly
596 * sort key is {@link #DISPLAY_NAME_PRIMARY}. For Chinese names
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 357 milliseconds