Home
last modified time | relevance | path

Searched refs:int32 (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
Duserdict.cpp443 int32 UserDict::locate_first_in_offsets(const UserDictSearchable * searchable) { in locate_first_in_offsets()
444 int32 begin = 0; in locate_first_in_offsets()
445 int32 end = dict_info_.lemma_count - 1; in locate_first_in_offsets()
446 int32 middle = -1; in locate_first_in_offsets()
448 int32 first_prefix = middle; in locate_first_in_offsets()
449 int32 last_matched = middle; in locate_first_in_offsets()
534 int32 middle; in _get_lpis()
545 int32 middle = locate_first_in_offsets(&searchable); in _get_lpis()
645 int32 end = dict_info_.lemma_count - 1; in _get_lpis()
690 int32 UserDict::locate_in_offsets(char16 lemma_str[], uint16 splid_str[], in _get_lpis()
[all …]
/packages/inputmethods/PinyinIME/jni/include/
Duserdict.h216 int32 total_nfreq;
349 int32 fuzzy_compare_spell_id(const uint16 * id1, uint16 len1,
358 int32 locate_first_in_offsets(const UserDictSearchable *searchable);
364 int32 locate_in_offsets(char16 lemma_str[],
372 int32 locate_first_in_predicts(const uint16 * words, int lemma_len);
Ddictdef.h34 typedef int int32; typedef