Home
last modified time | relevance | path

Searched refs:ichartostr (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/enchant/enchant-1.6.0/src/ispell/
H A Dmakedent.cpp428 ichartostr (s, is, strlen (s) + 1, 1); in chupcase()
639 ISpellChecker::ichartostr ( char *out, ichar_t *in, int outlen, int canonical) in ichartostr() function in ISpellChecker
705 if (ichartostr (out, in, sizeof out, canonical)) in ichartosstr()
H A Dlookup.cpp683 ichartostr (stripbuf, indexp->pu.ent[k].strip,
716 if (ichartostr (schar, s, sizeof schar, 1)) in ispell_lookup()
H A Dispell_checker.h77 int ichartostr (char* out, ichar_t* in, int outlen, int canonical);