Home
last modified time | relevance | path

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

/dports/textproc/enchant/enchant-1.6.0/src/uspell/
H A Duspell_provider.cpp140 length = utf8_wide(curBuf, myWord, MAXCHARS); in uspell_dict_check()
195 length = utf8_wide(buf, myWord, MAXCHARS); in uspell_dict_suggest()
231 length = utf8_wide(buf, (const utf8_t *)word, MAXCHARS); in uspell_dict_add_to_session()
/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/silcutil/
H A Dsilcutf8.h99 SilcUInt16 *utf8_wide, SilcUInt32 utf8_wide_size);
H A Dsilcutf8.c521 SilcUInt16 *utf8_wide, SilcUInt32 utf8_wide_size) in silc_utf8_c2w() argument
534 memset(utf8_wide, 0, utf8_wide_size * 2); in silc_utf8_c2w()
543 SILC_GET16_MSB(utf8_wide[k], tmp + i); in silc_utf8_c2w()