| /external/icu4c/layout/ |
| ScriptAndLanguageTags.cpp | 206 zhpLanguageTag, /* 'ZHP' (Chinese (Phonetic)) */ 207 zhsLanguageTag, /* 'ZHS' (Chinese (Simplified)) */ 208 zhtLanguageTag, /* 'ZHT' (Chinese (Traditional)) */
|
| /external/chromium/chrome/browser/chromeos/input_method/ |
| input_method_util_unittest.cc | 48 EXPECT_TRUE(StringIsSupported("Chinese", "pinyin")); 49 EXPECT_TRUE(StringIsSupported("Chinese", "mozc-chewing")); 50 // The string "Chinese" is not for "hangul". 51 EXPECT_FALSE(StringIsSupported("Chinese", "hangul")); 262 // US keyboard + Traditional Chinese = US keyboard + chewing.
|
| /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));
|
| 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.
|
| /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/ui/base/l10n/ |
| l10n_util.cc | 181 "zh", // Chinese 182 "zh-CN", // Chinese (Simplified) 183 "zh-TW", // Chinese (Traditional) 294 // Map the Chinese locale names over to zh-CN and zh-TW. 518 // display names to be Chinese (Simplified) and Chinese (Traditional) instead 519 // of Chinese (China) and Chinese (Taiwan). To do that, we pass zh-Hans 521 // 'Chinese (Simplified Han)' and 'Chinese (Traditional Han)' in English an [all...] |
| /frameworks/base/core/java/android/print/ |
| PrintAttributes.java | 454 // Chinese 456 /** Chinese ROC 8K media size: 270mm x 390mm (10.629" x 15.3543") */ 460 /** Chinese ROC 16K media size: 195mm x 270mm (7.677" x 10.629") */ 465 /** Chinese PRC 1 media size: 102mm x 165mm (4.015" x 6.496") */ 469 /** Chinese PRC 2 media size: 102mm x 176mm (4.015" x 6.929") */ 473 /** Chinese PRC 3 media size: 125mm x 176mm (4.921" x 6.929") */ 477 /** Chinese PRC 4 media size: 110mm x 208mm (4.330" x 8.189") */ 481 /** Chinese PRC 5 media size: 110mm x 220mm (4.330" x 8.661") */ 485 /** Chinese PRC 6 media size: 120mm x 320mm (4.724" x 12.599") */ 489 /** Chinese PRC 7 media size: 160mm x 230mm (6.299" x 9.055") * [all...] |
| /external/chromium_org/chrome/app/resources/ |
| locale_settings_mac.grd | 210 Simplified Chinese script. --> 216 Simplified Chinese script. --> 222 Simplified Chinese script. --> 228 Traditional Chinese script. --> 234 Traditional Chinese script. --> 240 Traditional Chinese script. -->
|
| /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/ |
| FontFallbackWin.cpp | 183 // For other locales, use the simplified Chinese font for Han. 285 // characters are rather widely used in Japanese and Chinese documents and 286 // they're fully covered by Chinese, Japanese and Korean fonts. 305 // Use a Traditional Chinese ExtB font if in Traditional Chinese locale. 306 // Otherwise, use a Simplified Chinese ExtB font. Windows Japanese
|
| /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
| SymbolList.java | 45 /** Language definition (Chinese) */ 55 /** Key string to get normal symbol list for Chinese */ 108 /* symbols for Chinese IME */
|
| /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
| ComposingView.java | 32 * syllables and the Chinese string for the selected syllables.) 48 * no fixed Chinese characters, composing view will switch from 51 * English letter in Chinese mode.
|
| /external/apache-xml/src/main/java/org/apache/xml/utils/res/ |
| XResources_cy.java | 68 // chinese only??
|
| XResources_ko.java | 66 // chinese only ??
|
| /external/chromium/chrome/browser/ui/webui/options/chromeos/ |
| language_chewing_handler.cc | 45 // For maximum Chinese characters in pre-edit buffer, we use slider UI.
|
| /external/chromium_org/chrome/browser/ui/app_list/search/ |
| term_break_iterator_unittest.cc | 74 // "English" + two Chinese chars U+4E2D U+6587 + "Word"
|
| /external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
| fontSettings.html | 20 Simplified Chinese may be different than the font used for serif Japanese.</p>
|
| /external/chromium_org/third_party/icu/source/test/intltest/ |
| loctest.h | 132 CHINESE = 7,
|
| /external/chromium_org/v8/test/intl/break-iterator/ |
| zh-break.js | 28 // Segment plain Chinese sentence and check results.
|
| /external/icu4c/test/intltest/ |
| loctest.h | 133 CHINESE = 7,
|
| /libcore/luni/src/main/java/java/security/spec/ |
| RSAOtherPrimeInfo.java | 24 * exponent, and a Chinese Remainder Theorem (CRT) coefficient.
|
| /external/chromium/base/i18n/ |
| break_iterator.h | 22 // Note that Chinese/Japanese/Thai do not use spaces between words so that 33 // boundary in Chinese/Japanese/Korean and at word boundaries in Thai
|
| /external/chromium/chrome/browser/chromeos/status/ |
| input_method_menu.cc | 38 // [ ] Chinese (Simplified) 49 // Example of the menu (Simplified Chinese): 54 // [*] Chinese (Simplified) 67 COMMAND_ID_INPUT_METHODS = 0, // English, Chinese, Japanese, Arabic, ... 96 // For simplified Chinese input methods 98 // For traditional Chinese input methods 601 // Use "CN" for simplified Chinese and "TW" for traditonal Chinese,
|
| /external/chromium_org/base/i18n/ |
| break_iterator.h | 22 // Note that Chinese/Japanese/Thai do not use spaces between words so that 33 // boundary in Chinese/Japanese/Korean and at word boundaries in Thai
|
| /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/freetype/include/freetype/ |
| ftwinfnt.h | 110 * A superset of simplified Chinese GB 2312-1980 (with different 118 * A superset of traditional Chinese Big~5 ETen (with different
|