Home
last modified time | relevance | path

Searched refs:Perl_utf8_distance (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dutf8.c638 Perl_utf8_distance(pTHX_ U8 *a, U8 *b) in Perl_utf8_distance() function
H A Dembed.h1108 #define utf8_distance Perl_utf8_distance
3632 #define utf8_distance(a,b) Perl_utf8_distance(aTHX_ a,b)
H A Dproto.h798 PERL_CALLCONV IV Perl_utf8_distance(pTHX_ U8 *a, U8 *b);