Searched refs:maxout (Results 1 – 2 of 2) sorted by relevance
100 for (t = utf8_table; t->cmask && maxout; t++, maxout--) { in utf32_to_utf8()133 wchar_t *pwcs, int maxout) in utf8s_to_utf16s() argument149 if (maxout < 2) in utf8s_to_utf16s()159 maxout -= 2; in utf8s_to_utf16s()162 maxout--; in utf8s_to_utf16s()167 maxout--; in utf8s_to_utf16s()187 u8 *s, int maxout) in utf16s_to_utf8s() argument194 while (inlen > 0 && maxout > 0) { in utf16s_to_utf8s()219 size = utf32_to_utf8(u, op, maxout); in utf16s_to_utf8s()224 maxout -= size; in utf16s_to_utf8s()[all …]
115 wchar_t *pwcs, int maxout) in _utf8s_to_utf16s() argument131 if (maxout < 2) in _utf8s_to_utf16s()143 maxout -= 2; in _utf8s_to_utf16s()145 if (maxout < 1) in _utf8s_to_utf16s()149 maxout--; in _utf8s_to_utf16s()152 if (maxout < 1) in _utf8s_to_utf16s()157 maxout--; in _utf8s_to_utf16s()
Completed in 6 milliseconds