Home
last modified time | relevance | path

Searched refs:utf8_distance (Results 1 – 6 of 6) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dembed.h1108 #define utf8_distance Perl_utf8_distance macro
3632 #define utf8_distance(a,b) Perl_utf8_distance(aTHX_ a,b) macro
H A Dregexec.c108 #define CHR_DIST(a,b) (PL_reg_match_utf8 ? utf8_distance(a,b) : a - b)
H A Dregcomp.c243 #define CHR_DIST(a,b) (UTF ? utf8_distance(a,b) : a - b)
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlunicode.pod1229 C<utf8_distance(a, b)> will tell the distance in characters between the
H A Dperlapi.pod4959 =item utf8_distance
4967 IV utf8_distance(U8 *a, U8 *b)
H A Dperltoc.pod4765 to_utf8_upper, utf8n_to_uvchr, utf8n_to_uvuni, utf8_distance, utf8_hop,