Home
last modified time | relevance | path

Searched refs:uvchr_to_utf8 (Results 1 – 25 of 123) sorted by relevance

12345

/dports/lang/perl5.34/perl-5.34.0/dist/Unicode-Normalize/
H A DNormalize.xs27 # undef uvchr_to_utf8
29 # define uvchr_to_utf8 uvuni_to_utf8 macro
31 # define uvchr_to_utf8 uv_to_utf8 macro
213 d = uvchr_to_utf8(d, (lindex + Hangul_LBase)); in pv_cat_decompHangul()
214 d = uvchr_to_utf8(d, (vindex + Hangul_VBase)); in pv_cat_decompHangul()
216 d = uvchr_to_utf8(d, (tindex + Hangul_TBase)); in pv_cat_decompHangul()
267 d = uvchr_to_utf8(d, uv); in pv_utf8_decompose()
332 d = uvchr_to_utf8(d, seq_ptr[i].uv); in pv_utf8_reorder()
339 d = uvchr_to_utf8(d, uv); in pv_utf8_reorder()
385 d = uvchr_to_utf8(d, uv); in pv_utf8_compose()
[all …]
/dports/lang/perl5.30/perl-5.30.3/dist/Unicode-Normalize/
H A DNormalize.xs27 # undef uvchr_to_utf8
29 # define uvchr_to_utf8 uvuni_to_utf8 macro
31 # define uvchr_to_utf8 uv_to_utf8 macro
213 d = uvchr_to_utf8(d, (lindex + Hangul_LBase)); in pv_cat_decompHangul()
214 d = uvchr_to_utf8(d, (vindex + Hangul_VBase)); in pv_cat_decompHangul()
216 d = uvchr_to_utf8(d, (tindex + Hangul_TBase)); in pv_cat_decompHangul()
267 d = uvchr_to_utf8(d, uv); in pv_utf8_decompose()
332 d = uvchr_to_utf8(d, seq_ptr[i].uv); in pv_utf8_reorder()
339 d = uvchr_to_utf8(d, uv); in pv_utf8_reorder()
385 d = uvchr_to_utf8(d, uv); in pv_utf8_compose()
[all …]
/dports/lang/perl5.32/perl-5.32.1/dist/Unicode-Normalize/
H A DNormalize.xs27 # undef uvchr_to_utf8
29 # define uvchr_to_utf8 uvuni_to_utf8 macro
31 # define uvchr_to_utf8 uv_to_utf8 macro
213 d = uvchr_to_utf8(d, (lindex + Hangul_LBase)); in pv_cat_decompHangul()
214 d = uvchr_to_utf8(d, (vindex + Hangul_VBase)); in pv_cat_decompHangul()
216 d = uvchr_to_utf8(d, (tindex + Hangul_TBase)); in pv_cat_decompHangul()
267 d = uvchr_to_utf8(d, uv); in pv_utf8_decompose()
332 d = uvchr_to_utf8(d, seq_ptr[i].uv); in pv_utf8_reorder()
339 d = uvchr_to_utf8(d, uv); in pv_utf8_reorder()
385 d = uvchr_to_utf8(d, uv); in pv_utf8_compose()
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Unicode-Normalize/
H A DNormalize.xs27 # undef uvchr_to_utf8
29 # define uvchr_to_utf8 uvuni_to_utf8 macro
31 # define uvchr_to_utf8 uv_to_utf8 macro
213 d = uvchr_to_utf8(d, (lindex + Hangul_LBase)); in pv_cat_decompHangul()
214 d = uvchr_to_utf8(d, (vindex + Hangul_VBase)); in pv_cat_decompHangul()
216 d = uvchr_to_utf8(d, (tindex + Hangul_TBase)); in pv_cat_decompHangul()
267 d = uvchr_to_utf8(d, uv); in pv_utf8_decompose()
332 d = uvchr_to_utf8(d, seq_ptr[i].uv); in pv_utf8_reorder()
339 d = uvchr_to_utf8(d, uv); in pv_utf8_reorder()
385 d = uvchr_to_utf8(d, uv); in pv_utf8_compose()
[all …]
/dports/textproc/p5-Unicode-Normalize/Unicode-Normalize-1.26/
H A DNormalize.xs27 # undef uvchr_to_utf8
29 # define uvchr_to_utf8 uvuni_to_utf8 macro
31 # define uvchr_to_utf8 uv_to_utf8 macro
213 d = uvchr_to_utf8(d, (lindex + Hangul_LBase)); in pv_cat_decompHangul()
214 d = uvchr_to_utf8(d, (vindex + Hangul_VBase)); in pv_cat_decompHangul()
216 d = uvchr_to_utf8(d, (tindex + Hangul_TBase)); in pv_cat_decompHangul()
267 d = uvchr_to_utf8(d, uv); in pv_utf8_decompose()
332 d = uvchr_to_utf8(d, seq_ptr[i].uv); in pv_utf8_reorder()
339 d = uvchr_to_utf8(d, uv); in pv_utf8_reorder()
385 d = uvchr_to_utf8(d, uv); in pv_utf8_compose()
[all …]
/dports/www/p5-URI-Escape-XS/URI-Escape-XS-0.14/
H A DXS.xs126 bp = uvchr_to_utf8((U8 *)buf, (UV)hi); in decode_uri_component()
145 bp = uvchr_to_utf8((U8 *)buf, (UV)lo); in decode_uri_component()
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/todo/
H A D500700117 uvchr_to_utf8 # U
/dports/lang/perl5.30/perl-5.30.3/
H A Ddoop.c83 d = uvchr_to_utf8(d, (UV)ch); in S_do_trans_simple()
242 d = uvchr_to_utf8(d, ch); in S_do_trans_complex()
342 d = uvchr_to_utf8(d, uv); in S_do_trans_simple_utf8()
353 d = uvchr_to_utf8(d, final); in S_do_trans_simple_utf8()
518 d = uvchr_to_utf8(d, uv); in S_do_trans_complex_utf8()
536 d = uvchr_to_utf8(d, final); in S_do_trans_complex_utf8()
571 d = uvchr_to_utf8(d, uv); in S_do_trans_complex_utf8()
584 d = uvchr_to_utf8(d, final); in S_do_trans_complex_utf8()
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/base/
H A D500700119 uvchr_to_utf8 # U
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/todo/
H A D500700132 uvchr_to_utf8 # U
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/todo/
H A D500700133 uvchr_to_utf8 # U
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/todo/
H A D500700150 uvchr_to_utf8 # U
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/todo/
H A D500700150 uvchr_to_utf8 # U
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/base/
H A D500700141 uvchr_to_utf8 # U
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/t/
H A Dmisc.t328 $utf8 = quotemeta Devel::PPPort::uvchr_to_utf8($native);
399 $utf8_changed = Devel::PPPort::uvchr_to_utf8($changed);
422 $utf8_changed = Devel::PPPort::uvchr_to_utf8($changed);
468 my $utf8 = quotemeta Devel::PPPort::uvchr_to_utf8($original);
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/t/
H A Dmisc.t328 $utf8 = quotemeta Devel::PPPort::uvchr_to_utf8($native);
399 $utf8_changed = Devel::PPPort::uvchr_to_utf8($changed);
422 $utf8_changed = Devel::PPPort::uvchr_to_utf8($changed);
468 my $utf8 = quotemeta Devel::PPPort::uvchr_to_utf8($original);
/dports/devel/p5-Curses/Curses-1.38/
H A DCursesWide.c13 #define UVCHR_TO_UTF8 uvchr_to_utf8
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Ddoop.c88 d = uvchr_to_utf8(d, (UV)ch); in S_do_trans_simple()
283 d = uvchr_to_utf8(d, ch); in S_do_trans_complex()
540 d = uvchr_to_utf8(d, to); in S_do_trans_invmap()
H A Dutf8.c415 return uvchr_to_utf8(d, uv); in Perl_uvchr_to_utf8()
3071 uvchr_to_utf8(utf8_c, c); in Perl__to_uni_fold_flags()
3312 d = uvchr_to_utf8(d, first); in S__to_utf8_case()
3315 d = uvchr_to_utf8(d, remaining_list[i]); in S__to_utf8_case()
/dports/lang/perl5.34/perl-5.34.0/
H A Ddoop.c88 d = uvchr_to_utf8(d, (UV)ch); in S_do_trans_simple()
283 d = uvchr_to_utf8(d, ch); in S_do_trans_complex()
540 d = uvchr_to_utf8(d, to); in S_do_trans_invmap()
H A Dutf8.c434 return uvchr_to_utf8(d, uv); in Perl_uvchr_to_utf8()
3143 uvchr_to_utf8(utf8_c, c); in Perl__to_uni_fold_flags()
3372 *lenp = uvchr_to_utf8(ustrp, lc) - ustrp; in S__to_utf8_case()
3385 d = uvchr_to_utf8(d, cp_list[i]); in S__to_utf8_case()
3404 *lenp = uvchr_to_utf8(ustrp, uv1) - ustrp; in S__to_utf8_case()
/dports/lang/perl5.32/perl-5.32.1/
H A Ddoop.c88 d = uvchr_to_utf8(d, (UV)ch); in S_do_trans_simple()
283 d = uvchr_to_utf8(d, ch); in S_do_trans_complex()
543 d = uvchr_to_utf8(d, to); in S_do_trans_invmap()
H A Dutf8.c437 return uvchr_to_utf8(d, uv); in Perl_uvchr_to_utf8()
3132 uvchr_to_utf8(utf8_c, c); in Perl__to_uni_fold_flags()
3366 *lenp = uvchr_to_utf8(ustrp, lc) - ustrp; in S__to_utf8_case()
3379 d = uvchr_to_utf8(d, cp_list[i]); in S__to_utf8_case()
3398 *lenp = uvchr_to_utf8(ustrp, uv1) - ustrp; in S__to_utf8_case()
/dports/net/p5-XML-Fast/XML-Fast-0.17/
H A DFast.xs381 end = uvchr_to_utf8(utf, chr); in mkchr()
430 end = uvchr_to_utf8(start, chr);*end = '\0'; in on_uchar()
1150 end = uvchr_to_utf8(utf, chr);
/dports/devel/p5-XS-Parse-Keyword/XS-Parse-Keyword-0.21/hax/
H A Dlexer-additions.c.inc14 d = (char *)uvchr_to_utf8((U8 *)ds, c);

12345