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

  /external/bluetooth/bluedroid/stack/sdp/
sdp_utils.c 887 UINT16 start_id=0, end_id=0; 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;
  /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/chromium_org/third_party/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...]
  /external/freetype/src/sfnt/
ttcmap.c 1655 FT_UInt32 n, start, end, start_id, count, last = 0; local
1731 FT_UInt32 start, end, start_id; local
1763 FT_UInt32 start, end, start_id; local
2065 FT_ULong n, start, end, start_id, last = 0; local
2101 FT_ULong start, end, start_id, char_code; local
2152 FT_UInt32 start, end, start_id; local
    [all...]

Completed in 186 milliseconds