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

  /packages/inputmethods/PinyinIME/jni/share/
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/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...]

Completed in 120 milliseconds