Searched defs:id1 (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Duserdict.cpp368 const uint16 * id1, uint16 len1, const UserDictSearchable *searchable) {
375 const char py1 = *spl_trie.get_spelling_str(id1[i]);
386 const uint16 * id1, uint16 len1, const UserDictSearchable *searchable) {
395 const char py1 = *spl_trie.get_spelling_str(id1[i]);
367 is_fuzzy_prefix_spell_id( const uint16 * id1, uint16 len1, const UserDictSearchable *searchable) argument
385 fuzzy_compare_spell_id( const uint16 * id1, uint16 len1, const UserDictSearchable *searchable) argument
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndldic.c1844 NJ_UINT16 id1 = 0; local
1865 id1 = GET_UINT16(ptr);
1867 if (id1 >= max) {
1877 id1 = GET_UINT16(ptr);
1879 if (id1 >= max) {
1910 id1 = GET_UINT16(ptr);
1911 if (get_hyouki(iwnn, handle, id1, &slen) == NULL) {
1920 id1 = GET_UINT16(ptr);
1922 if (id1 >= max) {

Completed in 73 milliseconds