Searched refs:UTF8_IS_CONTINUATION (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dutf8.c193 if (len < 2 || !UTF8_IS_CONTINUATION(s[1]))
202 if (!UTF8_IS_CONTINUATION(*s))
367 if (UTF8_IS_CONTINUATION(uv) &&
373 if (UTF8_IS_START(uv) && curlen > 1 && !UTF8_IS_CONTINUATION(s[1]) &&
418 if (!UTF8_IS_CONTINUATION(*s) &&
713 while (UTF8_IS_CONTINUATION(*s))
744 || !(c = *s++) || !UTF8_IS_CONTINUATION(c))) {
790 (c = *s++) && UTF8_IS_CONTINUATION(c))
H A Dutf8.h111 #define UTF8_IS_CONTINUATION(c) (((U8)c) >= 0x80 && (((U8)c) <= 0xbf)) macro
H A Dregexec.c2298 while (do_utf8 && UTF8_IS_CONTINUATION(*(U8*)(locinput - pref_len)))
2304 while (do_utf8 && UTF8_IS_CONTINUATION(*(U8*)(locinput + l)))
3619 while (UTF8_IS_CONTINUATION(*(U8*)e))
4498 while (s > (U8*)lim && UTF8_IS_CONTINUATION(*s))
4530 while (s > (U8*)lim && UTF8_IS_CONTINUATION(*s))
H A Ddoop.c978 while (s > start && UTF8_IS_CONTINUATION(*s))
H A Dutfebcdic.h404 #define UTF8_IS_CONTINUATION(c) ((NATIVE_TO_UTF(c) & 0xE0) == 0xA0) macro
H A Dsv.c5545 while (UTF8_IS_CONTINUATION(*p))
5744 while (UTF8_IS_CONTINUATION(*p)) {
H A Dpp_sys.c3415 if (!UTF8_IS_CONTINUATION(s[j]))

Completed in 264 milliseconds