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

  /packages/inputmethods/PinyinIME/jni/include/
atomdictbase.h 57 * @param start_id The starting id used for this atom dictionary.
64 virtual bool load_dict(const char *file_name, LemmaIdType start_id,
dicttrie.h 177 bool load_dict(const char *filename, LemmaIdType start_id,
180 LemmaIdType start_id, LemmaIdType end_id);
userdict.h 37 bool load_dict(const char *file_name, LemmaIdType start_id,
326 bool load(const char *file, LemmaIdType start_id);
  /external/bluetooth/bluedroid/stack/sdp/
sdp_utils.c 887 UINT16 start_id, end_id; local
893 start_id = attr_seq->attr_entry[xx].start;
897 start_id,
904 if (start_id != end_id)
907 start_id = p_attr->id + 1;
  /external/freetype/src/sfnt/
ttcmap.c 1639 FT_UInt32 n, start, end, start_id, count, last = 0; local
1715 FT_UInt32 start, end, start_id; local
1747 FT_UInt32 start, end, start_id; local
2041 FT_ULong n, start, end, start_id, last = 0; local
2077 FT_ULong start, end, start_id, char_code; local
2128 FT_UInt32 start, end, start_id; local
    [all...]
  /packages/inputmethods/PinyinIME/jni/share/
dicttrie.cpp 244 bool DictTrie::load_dict(const char *filename, LemmaIdType start_id,
246 if (NULL == filename || end_id <= start_id)
266 total_lma_num_ > end_id - start_id + 1) {
277 long length, LemmaIdType start_id,
279 if (start_offset < 0 || length <= 0 || end_id <= start_id)
305 total_lma_num_ > end_id - start_id + 1) {
userdict.cpp 252 bool UserDict::load_dict(const char *file_name, LemmaIdType start_id,
261 start_id_ = start_id;
266 if (false == load(file_name, start_id)) {
415 uint16 start_id = searchable->splid_start[i]; local
417 if (fullids[i] >= start_id && fullids[i] < start_id + count)
433 uint16 start_id = searchable->splid_start[i]; local
435 if (fullids[i] >= start_id && fullids[i] < start_id + count)
992 LemmaIdType start_id = start_id_
    [all...]
  /external/valgrind/tsan/
ts_pin.cc     [all...]

Completed in 940 milliseconds