Searched refs:Perl_ibcmp_utf8 (Results 1 – 3 of 3) sorted by relevance
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | utf8.c | 1928 Perl_ibcmp_utf8(pTHX_ const char *s1, char **pe1, register UV l1, bool u1, const char *s2, char **p… in Perl_ibcmp_utf8() function
|
H A D | embed.h | 364 #define ibcmp_utf8 Perl_ibcmp_utf8 2892 #define ibcmp_utf8(a,b,c,d,e,f,g,h) Perl_ibcmp_utf8(aTHX_ a,b,c,d,e,f,g,h)
|
H A D | proto.h | 283 PERL_CALLCONV I32 Perl_ibcmp_utf8(pTHX_ const char* a, char **pe1, UV l1, bool u1, const char* b, c…
|