Searched refs:utf8_mbstr_to_wc (Results 1 – 10 of 10) sorted by relevance
/dports/net/gnu-dico/dico-2.10/modules/substr/ |
H A D | substr.c | 35 if (utf8_mbstr_to_wc(key->word, &sample, NULL)) in substr_sel() 43 if (utf8_mbstr_to_wc(dict_word, &tmp, NULL)) in substr_sel() 74 if (utf8_mbstr_to_wc(str, &buf, NULL)) { in strtowc()
|
/dports/net/gnu-dico/dico-2.10/lib/ |
H A D | soundex.c | 99 if (utf8_mbstr_to_wc(text, &input, NULL)) in dico_soundex()
|
H A D | levenshtein.c | 44 (flags & DICO_LEV_NORM) ? utf8_mbstr_to_norm_wc : utf8_mbstr_to_wc; in dico_levenshtein_distance()
|
H A D | utf8.c | 2234 utf8_mbstr_to_wc(const char *str, unsigned **wptr, size_t *plen) in utf8_mbstr_to_wc() function 2302 rc = utf8_mbstr_to_wc(str, &ws, NULL); in utf8_quote()
|
/dports/net/gnu-dico/dico-2.10/include/dico/ |
H A D | utf8.h | 78 int utf8_mbstr_to_wc(const char *str, unsigned **wptr, size_t *plen);
|
/dports/net/gnu-dico/dico-2.10/lib/tests/ |
H A D | utf8.c | 34 if (utf8_mbstr_to_wc(str, &buf, NULL)) { in strtowc()
|
/dports/net/gnu-dico/dico-2.10/modules/metaphone2/ |
H A D | metaphone2.c | 317 if (utf8_mbstr_to_wc(str, &buf, NULL)) { in double_metaphone_encode()
|
/dports/net/gnu-dico/dico-2.10/doc/ |
H A D | libdico.texi | 788 @deftypefn Function int utf8_mbstr_to_wc (const char *@var{str},@
|
H A D | dico.info | 7300 -- Function: int utf8_mbstr_to_wc (const char *STR, unsigned **WPTR, 8725 * utf8_mbstr_to_wc: Conversions. (line 45)
|
/dports/net/gnu-dico/dico-2.10/ |
H A D | ChangeLog | 2975 * include/dico/utf8.h (utf8_mbstr_to_wc) 2977 * lib/utf8.c (utf8_mbstr_to_wc) 3480 (utf8_mbstr_to_wc): fix indentation. 5647 (utf8_strncasecmp,utf8_mbstr_to_wc) 5650 (utf8_strncasecmp,utf8_mbstr_to_wc): New functions.
|