Searched refs:ret_pos (Results 1 – 1 of 1) sorted by relevance
1671 size_t ret_pos = 0; in get_candidate0() local1679 if (str_len > 0 && ((!only_unfixed && max_len - ret_pos > str_len) || in get_candidate0()1680 (only_unfixed && max_len - ret_pos + fixed_hzs_ > str_len))) { in get_candidate0()1682 utf16_strncpy(cand_str + ret_pos, str, str_len); in get_candidate0()1683 else if (ret_pos >= fixed_hzs_) in get_candidate0()1684 utf16_strncpy(cand_str + ret_pos - fixed_hzs_, str, str_len); in get_candidate0()1686 ret_pos += str_len; in get_candidate0()1694 *retstr_len = ret_pos; in get_candidate0()1695 cand_str[ret_pos] = (char16)'\0'; in get_candidate0()1698 *retstr_len = ret_pos - fixed_hzs_; in get_candidate0()[all …]