Searched refs:UTF8_IS_START (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dutf8.h110 #define UTF8_IS_START(c) (((U8)c) >= 0xc0 && (((U8)c) <= 0xfd)) macro
H A Dutf8.c188 if (!UTF8_IS_START(u))
243 else if (!UTF8_IS_START(*x))
283 else if (!UTF8_IS_START(*x)) {
373 if (UTF8_IS_START(uv) && curlen > 1 && !UTF8_IS_CONTINUATION(s[1]) &&
H A Dutfebcdic.h403 #define UTF8_IS_START(c) (NATIVE_TO_UTF(c) >= 0xA0 && (NATIVE_TO_UTF(c) & 0xE0) != 0xA0) macro
H A Dpp.c3353 UTF8_IS_START(*s)) {
3415 UTF8_IS_START(*s)) {
H A Dpp_hot.c3125 ((UTF8_IS_START(*packname) && DO_UTF8(sv))
H A Dpp_sys.c3410 if (UTF8_IS_START(*s)) {
H A Dregcomp.c3228 if (UTF8_IS_START(*p) && UTF) {
H A Dtoke.c6169 else if (UTF && UTF8_IS_START(*s) && isALNUM_utf8((U8*)s)) {
6221 else if (UTF && UTF8_IS_START(*s) && isALNUM_utf8((U8*)s)) {
H A Dop.c161 (USE_UTF8_IN_NAMES && UTF8_IS_START(name[1])) ||
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.xs296 if (UTF8_IS_INVARIANT(*s) || UTF8_IS_START(*s)) {

Completed in 224 milliseconds