/external/icu/icu4c/source/i18n/ |
identifier_info.cpp | 23 static ScriptSet *CHINESE; 36 delete CHINESE; 37 CHINESE = NULL; 50 CHINESE = new ScriptSet(); 53 if (ASCII == NULL || JAPANESE == NULL || CHINESE == NULL || KOREAN == NULL 61 CHINESE->set(USCRIPT_LATIN, status).set(USCRIPT_HAN, status).set(USCRIPT_BOPOMOFO, status); 245 if (containsWithAlternates(*JAPANESE, *fRequiredScripts) || containsWithAlternates(*CHINESE, *fRequiredScripts)
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactLocaleUtilsTest.java | 149 assertNull(getNameLookupKeys(CHINESE_NAME, FullNameStyle.CHINESE)); 174 FullNameStyle.CHINESE); 177 keys = getNameLookupKeys(CHINESE_LATIN_MIX_NAME_1, FullNameStyle.CHINESE); 180 keys = getNameLookupKeys(CHINESE_LATIN_MIX_NAME_2, FullNameStyle.CHINESE); 194 FullNameStyle.CHINESE); 203 assertNull(getNameLookupKeys(CHINESE_NAME, FullNameStyle.CHINESE)); 209 assertNull(getNameLookupKeys(CHINESE_NAME, FullNameStyle.CHINESE));
|
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...] |
LocaleSetTest.java | 44 assertTrue(LocaleSet.isLanguageChinese(Locale.CHINESE)); 69 assertFalse(LocaleSet.isLocaleTraditionalChinese(Locale.CHINESE)); 82 assertFalse(LocaleSet.isLocaleTraditionalChinese(Locale.CHINESE)); 136 // Simplified Chinese wins. 158 // Simplified Chinese wins.
|
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/icu/android_icu4j/cts-coverage/src/main/tests/android/icu/cts/coverage/text/ |
TimeZoneNamesTest.java | 64 TimeZoneNames tzdbNames = TimeZoneNames.getTZDBInstance(ULocale.CHINESE); 80 TimeZoneNames tzdbNames = TimeZoneNames.getTZDBInstance(ULocale.CHINESE); 93 TimeZoneNames tzdbNames = TimeZoneNames.getTZDBInstance(ULocale.CHINESE);
|
/external/icu/icu4c/source/test/intltest/ |
loctest.h | 134 CHINESE = 7,
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
ScannerTest.java | 1010 s.useLocale(Locale.CHINESE); 1050 s.useLocale(Locale.CHINESE); 1054 s.useLocale(Locale.CHINESE); 1058 s.useLocale(Locale.CHINESE); [all...] |
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/util/ |
Locale.java | 129 public static final Locale CHINESE = new Locale(true, "zh", "");
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
IdentifierInfo.java | 240 private final static BitSet CHINESE = set(new BitSet(), UScript.LATIN, UScript.HAN, UScript.BOPOMOFO); 271 if (containsWithAlternates(JAPANESE, requiredScripts) || containsWithAlternates(CHINESE, requiredScripts)
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
IdentifierInfo.java | 238 private final static BitSet CHINESE = set(new BitSet(), UScript.LATIN, UScript.HAN, UScript.BOPOMOFO); 269 if (containsWithAlternates(JAPANESE, requiredScripts) || containsWithAlternates(CHINESE, requiredScripts)
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
NameSplitter.java | 53 // This includes simplified and traditional Chinese 54 private static final String CHINESE_LANGUAGE = Locale.CHINESE.getLanguage().toLowerCase(); 370 case FullNameStyle.CHINESE: 414 * Splits a full name composed according to the Chinese tradition: 527 case FullNameStyle.CHINESE: 696 return FullNameStyle.CHINESE; 706 return FullNameStyle.CHINESE; 890 * differentiate between Chinese, Japanese and Korean based on the alphabet used 914 return FullNameStyle.CHINESE; [all...] |
ContactLocaleUtils.java | 64 // which way to label it (so eg Chinese cannot be added because 65 // the labeling of a Chinese character varies between Simplified, 175 * ICU 55 AlphabeticIndex doesn't support Simplified Chinese 178 * Chinese primary locale because it gives more accurate letter 256 // Set of UnicodeBlocks for unified CJK (Chinese) characters and 280 * Helper routine to identify unlabeled Chinese or Japanese characters 283 * @return true if the specified Unicode code point is Chinese or 377 * Simplified Chinese specific locale overrides. Uses ICU Transliterator 382 * - Chinese character's pinyin and pinyin's initial character. 385 * Simplified Chinese labels are the same as English: [A-Z], #, " [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
PluralRangesTest.java | 80 {3.1, 4.25, ULocale.CHINESE, FormatWidth.WIDE, MeasureUnit.INCH, "3.1-4.25??"},
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
PluralRangesTest.java | 76 {3.1, 4.25, ULocale.CHINESE, FormatWidth.WIDE, MeasureUnit.INCH, "3.1-4.25??"},
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PaintTest.java | 610 p.setTextLocale(Locale.CHINESE); 611 assertEquals(Locale.CHINESE, p.getTextLocale()); 612 assertEquals(new LocaleList(Locale.CHINESE), p.getTextLocales()); 645 p.setTextLocales(new LocaleList(Locale.CHINESE)); 646 assertEquals(Locale.CHINESE, p.getTextLocale()); 647 assertEquals(new LocaleList(Locale.CHINESE), p.getTextLocales()); [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
LocaleDataTest.java | 403 locale = ULocale.CHINESE;
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/ |
ULocale.java | 147 public static final ULocale CHINESE = new ULocale("zh", Locale.CHINESE); 153 public static final ULocale SIMPLIFIED_CHINESE = new ULocale("zh_Hans", Locale.CHINESE); 159 public static final ULocale TRADITIONAL_CHINESE = new ULocale("zh_Hant", Locale.CHINESE); [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
LocaleDataTest.java | 399 locale = ULocale.CHINESE;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
AlphabeticIndexTest.java | 95 /* Chinese*/ {"zh", "A:B:C:D:E:F:G:H:I:J:K:L:M:N:O:P:Q:R:S:T:U:V:W:X:Y:Z"}, 96 /* Chinese (Traditional Han)*/ {"zh_Hant", "1\u5283:2\u5283:3\u5283:4\u5283:5\u5283:6\u5283:7\u5283:8\u5283:9\u5283:10\u5283:11\u5283:12\u5283:13\u5283:14\u5283:15\u5283:16\u5283:17\u5283:18\u5283:19\u5283:20\u5283:21\u5283:22\u5283:23\u5283:24\u5283:25\u5283:26\u5283:27\u5283:28\u5283:29\u5283:30\u5283:31\u5283:32\u5283:33\u5283:35\u5283:36\u5283:39\u5283:48\u5283"}, [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
TestUScript.java | 128 UScript.getCode(ULocale.CHINESE)); 185 Locale.CHINESE,
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
AlphabeticIndexTest.java | 91 /* Chinese*/ {"zh", "A:B:C:D:E:F:G:H:I:J:K:L:M:N:O:P:Q:R:S:T:U:V:W:X:Y:Z"}, 92 /* Chinese (Traditional Han)*/ {"zh_Hant", "1\u5283:2\u5283:3\u5283:4\u5283:5\u5283:6\u5283:7\u5283:8\u5283:9\u5283:10\u5283:11\u5283:12\u5283:13\u5283:14\u5283:15\u5283:16\u5283:17\u5283:18\u5283:19\u5283:20\u5283:21\u5283:22\u5283:23\u5283:24\u5283:25\u5283:26\u5283:27\u5283:28\u5283:29\u5283:30\u5283:31\u5283:32\u5283:33\u5283:35\u5283:36\u5283:39\u5283:48\u5283"}, [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
TestUScript.java | 124 UScript.getCode(ULocale.CHINESE)); 181 Locale.CHINESE,
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
Calendar.java | 59 * Currently recognized tags are "buddhist", "chinese", "coptic", "ethiopic", [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
Calendar.java | 58 * Currently recognized tags are "buddhist", "chinese", "coptic", "ethiopic", [all...] |