Searched refs:utf8_mbtowc (Results 1 – 2 of 2) sorted by relevance
598 utf8_mbtowc(wchar_t* wp, const char* str, size_t n) in utf8_mbtowc() function654 return utf8_mbtowc(&w, str, n); in utf8_mblen()2271 ast.mb_towc = utf8_mbtowc; in set_ctype()2553 …, ast.mb_towc == debug_mbtowc ? " debug_mbtowc" : ast.mb_towc == utf8_mbtowc ? " utf8_mbtowc" : as… in single()
239 09-08-17 comp/setlocale.c: add AST_LC_utf8 and { utf8_mbtowc() utf8_mblen() }