Home
last modified time | relevance | path

Searched refs:uvuni_to_utf8 (Results 1 – 11 of 11) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/ext/Unicode/Normalize/
DNormalize.xs14 #ifndef uvuni_to_utf8
15 #define uvuni_to_utf8 uv_to_utf8 macro
167 t = uvuni_to_utf8(t, (lindex + Hangul_LBase)); in sv_cat_decompHangul()
168 t = uvuni_to_utf8(t, (vindex + Hangul_VBase)); in sv_cat_decompHangul()
170 t = uvuni_to_utf8(t, (tindex + Hangul_TBase)); in sv_cat_decompHangul()
180 t = uvuni_to_utf8(t, uv); in sv_cat_uvuni()
277 d = uvuni_to_utf8(d, uv);
316 d = uvuni_to_utf8(d, stk_cc[i].uv);
320 d = uvuni_to_utf8(d, uvlast);
367 d = uvuni_to_utf8(d, uvS);
[all …]
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/todo/
D500700125 uvuni_to_utf8 # E
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/base/
D500700125 uvuni_to_utf8 # E
/mirbsd/src/gnu/usr.bin/perl/
Ddoop.c353 d = uvuni_to_utf8(d, uv); in S_do_trans_simple_utf8()
364 d = uvuni_to_utf8(d, final); in S_do_trans_simple_utf8()
507 d = uvuni_to_utf8(d, uv); in S_do_trans_complex_utf8()
525 d = uvuni_to_utf8(d, final); in S_do_trans_complex_utf8()
560 d = uvuni_to_utf8(d, uv); in S_do_trans_complex_utf8()
573 d = uvuni_to_utf8(d, final); in S_do_trans_complex_utf8()
Dutf8.c1470 uvuni_to_utf8(tmpbuf, uv1); in Perl_to_utf8_case()
1489 len = uvuni_to_utf8(ustrp, NATIVE_TO_UNI(*(U8*)s)) - ustrp; in Perl_to_utf8_case()
2044 uvuni_to_utf8(natbuf, (UV) NATIVE_TO_UNI(((UV)*p1))); in Perl_ibcmp_utf8()
2054 uvuni_to_utf8(natbuf, (UV) NATIVE_TO_UNI(((UV)*p2))); in Perl_ibcmp_utf8()
Dop.c2508 t = uvuni_to_utf8(tmpbuf,nextmin); in Perl_pmtrans()
2512 t = uvuni_to_utf8(tmpbuf, val - 1); in Perl_pmtrans()
2521 t = uvuni_to_utf8(tmpbuf,nextmin); in Perl_pmtrans()
Dembed.h909 #define uvuni_to_utf8 Perl_uvuni_to_utf8 macro
2958 #define uvuni_to_utf8(a,b) Perl_uvuni_to_utf8(aTHX_ a,b) macro
Dembed.fnc865 Ap |U8* |uvuni_to_utf8 |NN U8 *d|UV uv
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlunicode.pod1216 C<uvuni_to_utf8(buf, chr)> writes a Unicode character code point into
Dperlapi.pod5950 d = uvuni_to_utf8(d, uv);
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/
Dembed.fnc849 Ap |U8* |uvuni_to_utf8 |NN U8 *d|UV uv