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

  /external/chromium_org/third_party/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...]
  /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...]
  /packages/inputmethods/PinyinIME/jni/include/
dicttrie.h 177 bool load_dict(const char *filename, LemmaIdType start_id,
180 LemmaIdType start_id, LemmaIdType end_id);
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,
userdict.h 37 bool load_dict(const char *file_name, LemmaIdType start_id,
326 bool load(const char *file, LemmaIdType start_id);
  /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/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;
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.cc     [all...]
native_view_accessibility_win.h 366 int start_id,
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statscollector_unittest.cc 169 const std::string& start_id) {
170 std::string certificate_id = start_id;

Completed in 367 milliseconds