Searched refs:uvuni_to_utf8 (Results 1 – 11 of 11) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ext/Unicode/Normalize/ |
| D | Normalize.xs | 14 #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/ |
| D | 5007001 | 25 uvuni_to_utf8 # E
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/base/ |
| D | 5007001 | 25 uvuni_to_utf8 # E
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | doop.c | 353 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()
|
| D | utf8.c | 1470 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()
|
| D | op.c | 2508 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()
|
| D | embed.h | 909 #define uvuni_to_utf8 Perl_uvuni_to_utf8 macro 2958 #define uvuni_to_utf8(a,b) Perl_uvuni_to_utf8(aTHX_ a,b) macro
|
| D | embed.fnc | 865 Ap |U8* |uvuni_to_utf8 |NN U8 *d|UV uv
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlunicode.pod | 1216 C<uvuni_to_utf8(buf, chr)> writes a Unicode character code point into
|
| D | perlapi.pod | 5950 d = uvuni_to_utf8(d, uv);
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/ |
| D | embed.fnc | 849 Ap |U8* |uvuni_to_utf8 |NN U8 *d|UV uv
|