OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utf16_strlen
(Results
1 - 6
of
6
) sorted by null
/packages/inputmethods/PinyinIME/jni/include/
utf16char.h
40
size_t
utf16_strlen
(const char16 *utf16_str);
/packages/inputmethods/PinyinIME/jni/share/
utf16char.cpp
87
if (
utf16_strlen
(utf16_str) >= 256) return 0;
93
size_t
utf16_strlen
(const char16 *utf16_str) {
function
pinyinime.cpp
163
size_t fixed_len =
utf16_strlen
(his_buf);
dictbuilder.cpp
92
size_t size1 =
utf16_strlen
(((const LemmaEntry*)p1)->hanzi_str);
93
size_t size2 =
utf16_strlen
(((const LemmaEntry*)p2)->hanzi_str);
124
size_t size1 =
utf16_strlen
(((const LemmaEntry*)p1)->hanzi_str);
125
size_t size2 =
utf16_strlen
(((const LemmaEntry*)p2)->hanzi_str);
412
size_t lemma_size =
utf16_strlen
(token);
474
assert(
utf16_strlen
(token) <= kMaxPinyinSize);
matrixsearch.cpp
[
all
...]
/packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp
182
retstr = (*env).NewString(retbuf,
utf16_strlen
(retbuf));
244
utf16_strlen
(predict_buf[predict_no]));
Completed in 737 milliseconds