Searched refs:pfullsent (Results 1 – 3 of 3) sorted by relevance
1165 char16 *pfullsent = NULL; in prepare_candidates() local1167 pfullsent = get_candidate0(fullsent, kMaxLemmaSize + 1, &sent_len, true); in prepare_candidates()1173 pfullsent = NULL; in prepare_candidates()1182 pfullsent, lma_size == lma_size_max); in prepare_candidates()1188 pfullsent = NULL; in prepare_candidates()1706 const char16 *pfullsent, bool sort_by_psb) { in get_lpis() argument1748 if (NULL != pfullsent && utf16_strcmp(lpsis[pos].str, pfullsent) == 0) in get_lpis()1773 if (NULL != pfullsent && in get_lpis()1774 static_cast<char16>(0) == pfullsent[1] && in get_lpis()1775 lma_buf[pos].hanzi == pfullsent[0]) in get_lpis()[all …]
291 const char16 *pfullsent, bool sort_by_psb);