Searched refs:utf8_to_uvchr (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dhandy.h488 #define isALNUM_LC_utf8(p) isALNUM_LC_uvchr(utf8_to_uvchr(p, 0))
489 #define isIDFIRST_LC_utf8(p) isIDFIRST_LC_uvchr(utf8_to_uvchr(p, 0))
490 #define isALPHA_LC_utf8(p) isALPHA_LC_uvchr(utf8_to_uvchr(p, 0))
491 #define isSPACE_LC_utf8(p) isSPACE_LC_uvchr(utf8_to_uvchr(p, 0))
492 #define isDIGIT_LC_utf8(p) isDIGIT_LC_uvchr(utf8_to_uvchr(p, 0))
493 #define isUPPER_LC_utf8(p) isUPPER_LC_uvchr(utf8_to_uvchr(p, 0))
494 #define isLOWER_LC_utf8(p) isLOWER_LC_uvchr(utf8_to_uvchr(p, 0))
495 #define isALNUMC_LC_utf8(p) isALNUMC_LC_uvchr(utf8_to_uvchr(p, 0))
496 #define isCNTRL_LC_utf8(p) isCNTRL_LC_uvchr(utf8_to_uvchr(p, 0))
497 #define isGRAPH_LC_utf8(p) isGRAPH_LC_uvchr(utf8_to_uvchr(
[all...]
H A Dutf8.c327 Most code should use utf8_to_uvchr() rather than call this directly.
533 =for apidoc A|UV|utf8_to_uvchr|U8 *s|STRLEN *retlen
753 *d++ = (U8)utf8_to_uvchr(s, &ulen);
1394 uv0 = utf8_to_uvchr(p, 0);
1431 UV c = utf8_to_uvchr(t, &tlen);
1472 return len ? utf8_to_uvchr(ustrp, 0) : 0;
1849 u = utf8_to_uvchr((U8*)s, 0);
H A Ddoop.c206 UV comp = utf8_to_uvchr(s, &len);
250 UV comp = utf8_to_uvchr(s, &len);
980 if (utf8_to_uvchr((U8*)s, 0)) {
H A Dpp.c3358 utf8_to_uvchr(s, &ulen);
3360 utf8_to_uvchr(tmpbuf, 0);
3422 uv = utf8_to_uvchr(tmpbuf, 0);
4361 if (!utf8_to_uvchr(s, 0))
H A Dregcomp.c919 uc = utf8_to_uvchr(s, NULL);
985 uc = utf8_to_uvchr(s, NULL);
3254 ender = utf8_to_uvchr(foldbuf, &numlen);
3291 ender = utf8_to_uvchr(foldbuf, &numlen);
H A Dtoke.c1566 UV uv = utf8_to_uvchr((U8*)str, 0);
6951 termcode = utf8_to_uvchr((U8*)s, &termlen);
H A Dembed.h1113 #define utf8_to_uvchr Perl_utf8_to_uvchr macro
3637 #define utf8_to_uvchr(a,b) Perl_utf8_to_uvchr(aTHX_ a,b) macro
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.xs34 # define utf8_to_uvchr Perl_utf8_to_uvchr
36 # define utf8_to_uvchr(a,b) Perl_utf8_to_uvchr(aTHX_ a,b)
132 UV k = utf8_to_uvchr((U8*)s, NULL);
162 UV k = utf8_to_uvchr((U8*)s, NULL);

Completed in 315 milliseconds