Searched refs:start_pos (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Dsplparser.cpp31 uint16 spl_idx[], uint16 start_pos[],
45 if (NULL != start_pos)
46 start_pos[0] = 0;
60 if (NULL != start_pos)
61 start_pos[idx_num] = str_pos;
71 if (NULL != start_pos)
72 start_pos[idx_num] = str_pos;
114 if (NULL != start_pos)
115 start_pos[idx_num] = str_pos;
134 if (NULL != start_pos)
30 splstr_to_idxs(const char *splstr, uint16 str_len, uint16 spl_idx[], uint16 start_pos[], uint16 max_size, bool &last_is_pre) argument
143 splstr_to_idxs_f(const char *splstr, uint16 str_len, uint16 spl_idx[], uint16 start_pos[], uint16 max_size, bool &last_is_pre) argument
159 splstr16_to_idxs(const char16 *splstr, uint16 str_len, uint16 spl_idx[], uint16 start_pos[], uint16 max_size, bool &last_is_pre) argument
272 splstr16_to_idxs_f(const char16 *splstr, uint16 str_len, uint16 spl_idx[], uint16 start_pos[], uint16 max_size, bool &last_is_pre) argument
294 uint16 start_pos[3]; local
310 uint16 start_pos[3]; local
[all...]
/packages/inputmethods/PinyinIME/jni/include/
H A Dsplparser.h43 uint16 start_pos[], uint16 max_size, bool &last_is_pre);
49 uint16 start_pos[], uint16 max_size, bool &last_is_pre);
54 uint16 start_pos[], uint16 max_size, bool &last_is_pre);
59 uint16 splidx[], uint16 start_pos[],
/packages/apps/Browser/tools/
H A Dget_search_engines.py114 start_pos = self.chrome_data.find('{', search_obj.start()) + 1;
115 end_pos = self.chrome_data.find('};', start_pos);
116 engine_data_str = self.chrome_data[start_pos:end_pos]
122 start_pos = line.find(' // ')
123 if start_pos != -1:
124 line = line[:start_pos]

Completed in 914 milliseconds