/packages/inputmethods/PinyinIME/jni/share/ |
searchutility.cpp | 74 if ((static_cast<const LmaPsbItem*>(p1))->hanzi < 75 (static_cast<const LmaPsbItem*>(p2))->hanzi) 77 if ((static_cast<const LmaPsbItem*>(p1))->hanzi > 78 (static_cast<const LmaPsbItem*>(p2))->hanzi)
|
dictlist.cpp | 310 uint16 DictList::get_splids_for_hanzi(char16 hanzi, uint16 half_splid, 313 (mybsearch(&hanzi, scis_hz_, scis_num_, sizeof(char16), cmp_hanzis_1)); 314 assert(NULL != hz_found && hanzi == *hz_found); 317 while (hz_found > scis_hz_ && hanzi == *(hz_found - 1)) 323 while (hz_f < scis_hz_ + scis_num_ && hanzi == *hz_f) { 332 while (hz_found < scis_hz_ + scis_num_ && hanzi == *hz_found) {
|
dictbuilder.cpp | 122 // First hanzi, if the same, then Pinyin 387 // Read the valid Hanzi list. 404 // Get the Hanzi string 443 // Get GBK mark, if no valid Hanzi list available, all items which contains 445 // characters outside of the valid Hanzi list will be discarded. 559 // Sort the lemma items according to the hanzi, and give each unique item a
|
matrixsearch.cpp | 629 // For a single character, Hanzi is ready. 630 s[0] = lpi_items_[cand_id].hanzi; [all...] |
/packages/inputmethods/PinyinIME/jni/include/ |
dictlist.h | 93 // Get the hanzi string for the given id 113 uint16 get_splids_for_hanzi(char16 hanzi, uint16 half_splid,
|
dictbuilder.h | 43 // Two items may have the same Hanzi while their spelling ids are different. 117 // Sort the lemma_arr by the hanzi string, and give each of unique items 118 // a id. Why we need to sort the lemma list according to their Hanzi string
|
searchutility.h | 36 // For single character items, we may also need Hanzi. 38 char16 hanzi; member in struct:ime_pinyin::__anon11399
|
dictdef.h | 145 // The SingleCharItem id for each Hanzi.
|
dicttrie.h | 162 // fn_validhzs provide the valid hanzi list. If fn_validhzs is
|
atomdictbase.h | 172 * @param last_hzs The last n Chinese chracters(called Hanzi), its length
|
matrixsearch.h | 233 // Used to remember the last fixed position, counted in Hanzi. 342 // Prepare candidates from the last fixed hanzi position.
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
NameSplitterTest.java | 223 // Hanzi: we cannot tell if this is Chinese, Japanese or Korean, 272 // Hanzi characters without spaces: lump them all in the given name 279 // Two Hanzi characters: familyName+givenName 282 // Two Hanzi characters: familyName+middleName+givenName 285 // Two Hanzi characters: familyName(2)+middleName+givenName
|
/packages/inputmethods/PinyinIME/jni/android/ |
com_android_inputmethod_pinyin_PinyinDecoderService.cpp | 312 /* ------Functions for Pinyin-to-hanzi decoding begin--------->> */ 351 /* <<----Functions for Pinyin-to-hanzi decoding end------------- */
|
/external/sqlite/android/ |
PhonebookIndex.cpp | 108 * Returns TRUE if the character belongs to a Hanzi unicode block
|
/frameworks/base/core/java/com/android/internal/util/ |
HanziToPinyin.java | 430 * characters without space will be put into a Token, One Hanzi character
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
NameSplitter.java | 818 // A mix of Hanzi and latin chars are common in China, so we have to go through all names [all...] |
/external/freetype/src/autofit/ |
afcjk.c | 236 * In Hanzi, some strokes are wider on one or both of the ends. [all...] |
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
PinyinIME.java | [all...] |
/frameworks/base/core/java/android/provider/ |
ContactsContract.java | 460 * Used if the name is written in Hanzi/Kanji/Hanja and we could not determine [all...] |