Searched refs:utfmax (Results 1 – 1 of 1) sorted by relevance
256 static int ascii2utf (char *s, unsigned char *utf, int utfmax) in ascii2utf() argument260 for (retval = 0; *s && utfmax > 1; utfmax -= 2, retval += 2) { in ascii2utf()