Searched refs:locate_first_in_offsets (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/PinyinIME/jni/include/
H A Duserdict.h358 int32 locate_first_in_offsets(const UserDictSearchable *searchable);
/packages/inputmethods/PinyinIME/jni/share/
H A Duserdict.cpp443 int32 UserDict::locate_first_in_offsets(const UserDictSearchable * searchable) { function in class:ime_pinyin::UserDict
541 middle = locate_first_in_offsets(&searchable);
545 int32 middle = locate_first_in_offsets(&searchable);
704 off = locate_first_in_offsets(&searchable);
708 int32 off = locate_first_in_offsets(&searchable);

Completed in 22 milliseconds