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

1 2

  /external/icu4c/i18n/
identifier_info.cpp 28 ScriptSet *IdentifierInfo::CHINESE;
37 delete CHINESE;
38 CHINESE = NULL;
66 CHINESE = new ScriptSet();
69 if (ASCII == NULL || JAPANESE == NULL || CHINESE == NULL || KOREAN == NULL
77 CHINESE->set(USCRIPT_LATIN, status).set(USCRIPT_HAN, status).set(USCRIPT_BOPOMOFO, status);
252 if (containsWithAlternates(*JAPANESE, *fRequiredScripts) || containsWithAlternates(*CHINESE, *fRequiredScripts)
identifier_info.h 193 static ScriptSet *CHINESE;
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactLocaleUtilsTest.java 164 assertNull(getNameLookupKeys(CHINESE_NAME, FullNameStyle.CHINESE));
194 FullNameStyle.CHINESE);
197 keys = getNameLookupKeys(CHINESE_LATIN_MIX_NAME_1, FullNameStyle.CHINESE);
200 keys = getNameLookupKeys(CHINESE_LATIN_MIX_NAME_2, FullNameStyle.CHINESE);
215 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...]
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/chromium_org/third_party/icu/source/test/intltest/
loctest.h 132 CHINESE = 7,
  /external/icu4c/test/intltest/
loctest.h 133 CHINESE = 7,
  /libcore/harmony-tests/src/test/java/org/apache/harmony/luni/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/chromium_org/third_party/cld/languages/proto/
languages.pb.h 25 CHINESE = 16,
80 // Chinese when the encoding is UTF8.
  /external/chromium_org/third_party/cld/languages/internal/
languages.cc 40 { "Chinese", "zh", "chi", "zh-CN"},
101 // confusion between CHINESE_T and CHINESE.
270 if (lang == CHINESE)
297 // Chinese.
300 *language = CHINESE;
  /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 80 // which way to label it (so eg Chinese cannot be added because
81 // the labeling of a Chinese character varies between Simplified,
208 // Set of UnicodeBlocks for unified CJK (Chinese) characters and
232 * Helper routine to identify unlabeled Chinese or Japanese characters
235 * @return true if the specified Unicode code point is Chinese or
329 * Simplified Chinese specific locale overrides. Uses ICU Transliterator
334 * - Chinese character's pinyin and pinyin's initial character.
337 * Simplified Chinese labels are the same as English: [A-Z], #, " "
361 // There is no space among the Chinese Characters, the variant name
362 // lookup key wouldn't work for Chinese. The keyOriginal is used t
    [all...]
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
compact_lang_det_unittest_small.cc 8 // Arabic Bulgarian Catalan Chinese ChineseT Croatian Czech Danish Dutch
    [all...]
ext_lang_enc.cc 55 "CHINESE", /* 16 */
383 return CHINESE;
cldutil.h 82 // Chinese ChineseT Japanese Korean Vietnamese Zhuang
478 CHINESE, // ULScript_HanCJK,
562 0,0,0,0,0, 0,0,0,1,1, 0,0,0,0,0, 0,1,0,0,0, // JAPANESE KOREAN CHINESE
598 // DUTCH, CHINESE, CHINESE_T, JAPANESE, KOREAN,
    [all...]
cldutil.cc 21 // traditional Chinese, Japanese, Korean, Vietnamese Han characters, and
389 if (pa->probs[0] > 0) {tote->Add(cld::PackLanguage(CHINESE), pa->probs[0]);}
compact_lang_det_impl.cc 98 0x00001142, // GB Chinese.12
104 0x0f1146c3, // BIG5-CP950 ChineseT.9 Chinese.5 SPANISH.4
129 0x00001142, // GBK Chinese.12
130 0x4600113d, // GB18030 Chinese.11 ChineseT.7
146 0x06001142, // HZ-GB-2312 Chinese.12 GERMAN.1
147 0x461109c2, // X-UTF8UTF8 Japanese.9 Chinese.5 ChineseT.3
186 0x00001142, // Chinese Chinese.12
267 0x051130c9, // ARMENIAN BELARUSIAN.10 Chinese.3 FRENCH.1
393 {{0x63,0x6e,0x5f,0x5f}, 0x00001142}, // cn__ Chinese.1
    [all...]
  /libcore/luni/src/main/java/java/util/
Locale.java 150 public static final Locale CHINESE = new Locale(true, "zh", "");
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintTest.java 550 p.setTextLocale(Locale.CHINESE);
551 assertEquals(Locale.CHINESE, p.getTextLocale());
  /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...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
CalendarTest.java 657 Calendar ch_calendar = Calendar.getInstance(Locale.CHINESE);
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java     [all...]

Completed in 1946 milliseconds

1 2