OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utf16_strncpy
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/PinyinIME/jni/include/
utf16char.h
46
char16*
utf16_strncpy
(char16 *dst, const char16 *src, size_t size);
/packages/inputmethods/PinyinIME/jni/share/
dictlist.cpp
181
utf16_strncpy
(buf_, lemma_arr[0].hanzi_str,
189
utf16_strncpy
(buf_ + current_pos, lemma_arr[i].hanzi_str,
256
utf16_strncpy
(npre_items[item_num].pre_hzs, w_buf + hzs_len, pre_len);
utf16char.cpp
140
char16*
utf16_strncpy
(char16 *dst, const char16 *src, size_t size) {
function
matrixsearch.cpp
635
utf16_strncpy
(cand_str, s, s_len);
668
utf16_strncpy
(spl_ids + spl_id_fr, spl_id_ + lma_start_[pos], lma_len);
[
all
...]
/packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp
226
utf16_strncpy
(fixed_buf, fixed_ptr, fixed_len);
Completed in 6910 milliseconds