HomeSort by relevance Sort by last modified time
    Searched refs:locate_first_in_offsets (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/PinyinIME/jni/include/
userdict.h 358 int32 locate_first_in_offsets(const UserDictSearchable *searchable);
  /packages/inputmethods/PinyinIME/jni/share/
userdict.cpp 443 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);
    [all...]

Completed in 26 milliseconds