Home
last modified time | relevance | path

Searched refs:ustrp (Results 1 – 19 of 19) sorted by relevance

/dports/lang/perl5.34/perl-5.34.0/
H A Dutf8.c3372 *lenp = uvchr_to_utf8(ustrp, lc) - ustrp; in S__to_utf8_case()
3383 d = ustrp; in S__to_utf8_case()
3388 *lenp = d - ustrp; in S__to_utf8_case()
3404 *lenp = uvchr_to_utf8(ustrp, uv1) - ustrp; in S__to_utf8_case()
3508 U8* s = ustrp + UTF8SKIP(ustrp); in S_check_locale_boundary_crossing()
3509 U8* e = ustrp + *lenp; in S_check_locale_boundary_crossing()
3566 *ustrp = 'i'; in S_turkic_fc()
3644 *ustrp = 'I'; in S_turkic_uc()
3903 U8* s = ustrp; in Perl__to_utf8_fold_flags()
3943 *ustrp = (U8) result;
[all …]
H A Dproto.h186 assert(p); assert(ustrp)
189 assert(p); assert(ustrp)
192 assert(p); assert(ustrp)
195 assert(p); assert(ustrp)
6574 assert(ustrp); assert(lenp); assert(invlist); assert(invmap); assert(normal)
6578 assert(p); assert(ustrp); assert(lenp)
6617 STATIC UV S_turkic_fc(pTHX_ const U8 * const p, const U8 * const e, U8* ustrp, STRLEN *lenp);
6619 assert(p); assert(e); assert(ustrp); assert(lenp)
6622 assert(p0); assert(e); assert(ustrp); assert(lenp)
6623 STATIC UV S_turkic_uc(pTHX_ const U8 * const p, const U8 * const e, U8* ustrp, STRLEN *lenp);
[all …]
H A Dembed.fnc2479 |NN U8* ustrp \
2486 S |UV |turkic_fc |NN const U8 * const p |NN const U8 * const e|NN U8* ustrp|NN STRLEN *lenp
2487 S |UV |turkic_lc |NN const U8 * const p0|NN const U8 * const e|NN U8* ustrp|NN STRLEN *lenp
2488 S |UV |turkic_uc |NN const U8 * const p |NN const U8 * const e|NN U8* ustrp|NN STRLEN *lenp
2491 |NN U8* ustrp|NULLOK STRLEN *lenp|bool flags
2493 |NN U8* ustrp|NULLOK STRLEN *lenp|bool flags
2495 |NN U8* ustrp|NULLOK STRLEN *lenp|bool flags
2497 |NN U8* ustrp|NULLOK STRLEN *lenp|U8 flags
3296 |NN U8* const ustrp \
/dports/lang/perl5.32/perl-5.32.1/
H A Dutf8.c3366 *lenp = uvchr_to_utf8(ustrp, lc) - ustrp; in S__to_utf8_case()
3377 d = ustrp; in S__to_utf8_case()
3382 *lenp = d - ustrp; in S__to_utf8_case()
3398 *lenp = uvchr_to_utf8(ustrp, uv1) - ustrp; in S__to_utf8_case()
3503 U8* s = ustrp + UTF8SKIP(ustrp); in S_check_locale_boundary_crossing()
3504 U8* e = ustrp + *lenp; in S_check_locale_boundary_crossing()
3561 *ustrp = 'i'; in S_turkic_fc()
3640 *ustrp = 'I'; in S_turkic_uc()
3903 U8* s = ustrp; in Perl__to_utf8_fold_flags()
3943 *ustrp = (U8) result;
[all …]
H A Dproto.h168 assert(p); assert(ustrp)
171 assert(p); assert(ustrp)
174 assert(p); assert(ustrp)
177 assert(p); assert(ustrp)
6554 assert(ustrp); assert(lenp); assert(invlist); assert(invmap); assert(normal)
6558 assert(p); assert(ustrp); assert(lenp)
6597 STATIC UV S_turkic_fc(pTHX_ const U8 * const p, const U8 * const e, U8* ustrp, STRLEN *lenp);
6599 assert(p); assert(e); assert(ustrp); assert(lenp)
6602 assert(p0); assert(e); assert(ustrp); assert(lenp)
6603 STATIC UV S_turkic_uc(pTHX_ const U8 * const p, const U8 * const e, U8* ustrp, STRLEN *lenp);
[all …]
H A Dembed.fnc2369 |NN U8* ustrp \
2376 S |UV |turkic_fc |NN const U8 * const p |NN const U8 * const e|NN U8* ustrp|NN STRLEN *lenp
2377 S |UV |turkic_lc |NN const U8 * const p0|NN const U8 * const e|NN U8* ustrp|NN STRLEN *lenp
2378 S |UV |turkic_uc |NN const U8 * const p |NN const U8 * const e|NN U8* ustrp|NN STRLEN *lenp
2381 |NN U8* ustrp|NULLOK STRLEN *lenp|bool flags
2383 |NN U8* ustrp|NULLOK STRLEN *lenp|bool flags
2385 |NN U8* ustrp|NULLOK STRLEN *lenp|bool flags
2387 |NN U8* ustrp|NULLOK STRLEN *lenp|U8 flags
3186 |NN U8* const ustrp \
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dutf8.c3309 U8 * d = ustrp; in S__to_utf8_case()
3319 *lenp = d - ustrp; in S__to_utf8_case()
3422 U8* s = ustrp + UTF8SKIP(ustrp); in S_check_locale_boundary_crossing()
3423 U8* e = ustrp + *lenp; in S_check_locale_boundary_crossing()
3448 Copy(p, ustrp, *lenp, char); in S_check_locale_boundary_crossing()
3480 *ustrp = 'i'; in S_turkic_fc()
3510 ustrp[0] = 'i'; in S_turkic_lc()
3558 *ustrp = 'I'; in S_turkic_uc()
3817 U8* s = ustrp; in Perl__to_utf8_fold_flags()
3857 *ustrp = (U8) result;
[all …]
H A Dproto.h186 assert(p); assert(ustrp)
189 assert(p); assert(ustrp)
192 assert(p); assert(ustrp)
195 assert(p); assert(ustrp)
6649 assert(ustrp); assert(lenp); assert(invlist); assert(invmap); assert(normal)
6653 assert(p); assert(ustrp); assert(lenp)
6695 STATIC UV S_turkic_fc(pTHX_ const U8 * const p, const U8 * const e, U8* ustrp, STRLEN *lenp);
6697 assert(p); assert(e); assert(ustrp); assert(lenp)
6700 assert(p0); assert(e); assert(ustrp); assert(lenp)
6701 STATIC UV S_turkic_uc(pTHX_ const U8 * const p, const U8 * const e, U8* ustrp, STRLEN *lenp);
[all …]
H A Dembed.fnc2518 |NN U8* ustrp \
2525 S |UV |turkic_fc |NN const U8 * const p |NN const U8 * const e|NN U8* ustrp|NN STRLEN *lenp
2526 S |UV |turkic_lc |NN const U8 * const p0|NN const U8 * const e|NN U8* ustrp|NN STRLEN *lenp
2527 S |UV |turkic_uc |NN const U8 * const p |NN const U8 * const e|NN U8* ustrp|NN STRLEN *lenp
2530 |NN U8* ustrp|NULLOK STRLEN *lenp|bool flags
2532 |NN U8* ustrp|NULLOK STRLEN *lenp|bool flags
2534 |NN U8* ustrp|NULLOK STRLEN *lenp|bool flags
2536 |NN U8* ustrp|NULLOK STRLEN *lenp|U8 flags
3339 |NN U8* const ustrp \
/dports/lang/perl5.30/perl-5.30.3/
H A Dutf8.c3511 *lenp = uvchr_to_utf8(ustrp, lc) - ustrp; in S__to_utf8_case()
3522 d = ustrp; in S__to_utf8_case()
3527 *lenp = d - ustrp; in S__to_utf8_case()
3543 *lenp = uvchr_to_utf8(ustrp, uv1) - ustrp; in S__to_utf8_case()
3643 U8* s = ustrp + UTF8SKIP(ustrp); in S_check_locale_boundary_crossing()
3644 U8* e = ustrp + *lenp; in S_check_locale_boundary_crossing()
3782 *ustrp = 'i'; in S_turkic_fc()
3861 *ustrp = 'I'; in S_turkic_uc()
4169 U8* s = ustrp; in Perl__to_utf8_fold_flags()
4209 *ustrp = (U8) result;
[all …]
H A Dmathoms.c1144 Perl_to_utf8_fold(pTHX_ const U8 *p, U8* ustrp, STRLEN *lenp) in Perl_to_utf8_fold() argument
1148 return toFOLD_utf8(p, ustrp, lenp); in Perl_to_utf8_fold()
1152 Perl_to_utf8_lower(pTHX_ const U8 *p, U8* ustrp, STRLEN *lenp) in Perl_to_utf8_lower() argument
1156 return toLOWER_utf8(p, ustrp, lenp); in Perl_to_utf8_lower()
1160 Perl_to_utf8_title(pTHX_ const U8 *p, U8* ustrp, STRLEN *lenp) in Perl_to_utf8_title() argument
1164 return toTITLE_utf8(p, ustrp, lenp); in Perl_to_utf8_title()
1168 Perl_to_utf8_upper(pTHX_ const U8 *p, U8* ustrp, STRLEN *lenp) in Perl_to_utf8_upper() argument
1172 return toUPPER_utf8(p, ustrp, lenp); in Perl_to_utf8_upper()
H A Dproto.h136 assert(p); assert(ustrp); assert(file)
139 assert(p); assert(ustrp); assert(file)
142 assert(p); assert(ustrp); assert(file)
145 assert(p); assert(ustrp); assert(file)
3788 assert(p); assert(ustrp)
3795 assert(p); assert(ustrp)
3802 assert(p); assert(ustrp)
3809 assert(p); assert(ustrp)
6197 assert(p); assert(ustrp); assert(lenp)
6254 assert(p); assert(e); assert(ustrp); assert(lenp)
[all …]
H A Dembed.fnc1799 |NN U8* ustrp \
1806 s |UV |turkic_fc |NN const U8 * const p |NN const U8 * const e|NN U8* ustrp|NN STRLEN *lenp
1810 ApbmdD |UV |to_utf8_lower |NN const U8 *p|NN U8* ustrp|NULLOK STRLEN *lenp
1812 |NN U8* ustrp|NULLOK STRLEN *lenp|bool flags \
1814 ApbmdD |UV |to_utf8_upper |NN const U8 *p|NN U8* ustrp|NULLOK STRLEN *lenp
1816 |NN U8* ustrp|NULLOK STRLEN *lenp|bool flags \
1818 ApbmdD |UV |to_utf8_title |NN const U8 *p|NN U8* ustrp|NULLOK STRLEN *lenp
1820 |NN U8* ustrp|NULLOK STRLEN *lenp|bool flags \
1822 ApbmdD |UV |to_utf8_fold |NN const U8 *p|NN U8* ustrp|NULLOK STRLEN *lenp
1824 |NN U8* ustrp|NULLOK STRLEN *lenp|U8 flags \
[all …]
/dports/games/tads/tads-3.0.8/tads3/
H A Dvmstrcmp.cpp388 utf8_ptr ustrp; in create_from_stack() local
406 ustrp.set((char *)strp + VMB_LEN); in create_from_stack()
407 total_chars += ustrp.len(vmb_get_len(strp)); in create_from_stack()
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/
H A Dembed.fnc1799 |NN U8* ustrp \
1806 s |UV |turkic_fc |NN const U8 * const p |NN const U8 * const e|NN U8* ustrp|NN STRLEN *lenp
1810 ApbmdD |UV |to_utf8_lower |NN const U8 *p|NN U8* ustrp|NULLOK STRLEN *lenp
1812 |NN U8* ustrp|NULLOK STRLEN *lenp|bool flags \
1814 ApbmdD |UV |to_utf8_upper |NN const U8 *p|NN U8* ustrp|NULLOK STRLEN *lenp
1816 |NN U8* ustrp|NULLOK STRLEN *lenp|bool flags \
1818 ApbmdD |UV |to_utf8_title |NN const U8 *p|NN U8* ustrp|NULLOK STRLEN *lenp
1820 |NN U8* ustrp|NULLOK STRLEN *lenp|bool flags \
1822 ApbmdD |UV |to_utf8_fold |NN const U8 *p|NN U8* ustrp|NULLOK STRLEN *lenp
1824 |NN U8* ustrp|NULLOK STRLEN *lenp|U8 flags \
[all …]
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/
H A Dembed.fnc2456 |NN U8* ustrp \
2463 S |UV |turkic_fc |NN const U8 * const p |NN const U8 * const e|NN U8* ustrp|NN STRLEN *lenp
2464 S |UV |turkic_lc |NN const U8 * const p0|NN const U8 * const e|NN U8* ustrp|NN STRLEN *lenp
2465 S |UV |turkic_uc |NN const U8 * const p |NN const U8 * const e|NN U8* ustrp|NN STRLEN *lenp
2468 |NN U8* ustrp|NULLOK STRLEN *lenp|bool flags
2470 |NN U8* ustrp|NULLOK STRLEN *lenp|bool flags
2472 |NN U8* ustrp|NULLOK STRLEN *lenp|bool flags
2474 |NN U8* ustrp|NULLOK STRLEN *lenp|U8 flags
3278 |NN U8* const ustrp \
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/
H A Dembed.fnc2012 |NN U8* ustrp \
2019 S |UV |turkic_fc |NN const U8 * const p |NN const U8 * const e|NN U8* ustrp|NN STRLEN *lenp
2020 S |UV |turkic_lc |NN const U8 * const p0|NN const U8 * const e|NN U8* ustrp|NN STRLEN *lenp
2021 S |UV |turkic_uc |NN const U8 * const p |NN const U8 * const e|NN U8* ustrp|NN STRLEN *lenp
2024 |NN U8* ustrp|NULLOK STRLEN *lenp|bool flags
2026 |NN U8* ustrp|NULLOK STRLEN *lenp|bool flags
2028 |NN U8* ustrp|NULLOK STRLEN *lenp|bool flags
2030 |NN U8* ustrp|NULLOK STRLEN *lenp|U8 flags
3129 |NN U8* const ustrp \
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/
H A Dembed.fnc2493 |NN U8* ustrp \
2500 S |UV |turkic_fc |NN const U8 * const p |NN const U8 * const e|NN U8* ustrp|NN STRLEN *lenp
2501 S |UV |turkic_lc |NN const U8 * const p0|NN const U8 * const e|NN U8* ustrp|NN STRLEN *lenp
2502 S |UV |turkic_uc |NN const U8 * const p |NN const U8 * const e|NN U8* ustrp|NN STRLEN *lenp
2505 |NN U8* ustrp|NULLOK STRLEN *lenp|bool flags
2507 |NN U8* ustrp|NULLOK STRLEN *lenp|bool flags
2509 |NN U8* ustrp|NULLOK STRLEN *lenp|bool flags
2511 |NN U8* ustrp|NULLOK STRLEN *lenp|U8 flags
3310 |NN U8* const ustrp \
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/
H A Dembed.fnc2493 |NN U8* ustrp \
2500 S |UV |turkic_fc |NN const U8 * const p |NN const U8 * const e|NN U8* ustrp|NN STRLEN *lenp
2501 S |UV |turkic_lc |NN const U8 * const p0|NN const U8 * const e|NN U8* ustrp|NN STRLEN *lenp
2502 S |UV |turkic_uc |NN const U8 * const p |NN const U8 * const e|NN U8* ustrp|NN STRLEN *lenp
2505 |NN U8* ustrp|NULLOK STRLEN *lenp|bool flags
2507 |NN U8* ustrp|NULLOK STRLEN *lenp|bool flags
2509 |NN U8* ustrp|NULLOK STRLEN *lenp|bool flags
2511 |NN U8* ustrp|NULLOK STRLEN *lenp|U8 flags
3310 |NN U8* const ustrp \