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

/dovecot/src/plugins/fts-lucene/
H A DSnowball.cc137 buffer_t *norm_buf = t_buffer_create(stemmedLen); local
138 normalizer(stemmed, stemmedLen, norm_buf);
141 uni_utf8_strlen_n(norm_buf->data, norm_buf->used) + 1;
143 lucene_utf8_n_to_tchar((const unsigned char *)norm_buf->data,
144 norm_buf->used, tchartext, tchartext_size);

Completed in 171 milliseconds