Searched defs:pfullsent (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Dmatrixsearch.cpp1142 char16 *pfullsent = NULL; local
1144 pfullsent = get_candidate0(fullsent, kMaxLemmaSize + 1, &sent_len, true);
1150 pfullsent = NULL;
1159 pfullsent, lma_size == lma_size_max);
1165 pfullsent = NULL;
1683 const char16 *pfullsent, bool sort_by_psb) {
1725 if (NULL != pfullsent && utf16_strcmp(lpsis[pos].str, pfullsent) == 0)
1750 if (NULL != pfullsent &&
1751 static_cast<char16>(0) == pfullsent[
1681 get_lpis(const uint16* splid_str, size_t splid_str_len, LmaPsbItem* lma_buf, size_t max_lma_buf, const char16 *pfullsent, bool sort_by_psb) argument
[all...]

Completed in 7 milliseconds