| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| D | misc | 137 : (((e) - (s)) < UTF8SKIP(s)) \ 156 : (((e) - (s)) < UTF8SKIP(s)) \ 179 : (((e) - (s)) < UTF8SKIP(s)) \ 781 : ( LIKELY(((e) - (s)) >= UTF8SKIP(s)) ) ? \ 799 : ( LIKELY(((e) - (s)) >= UTF8SKIP(s)) ) ? \ 819 : ( LIKELY(((e) - (s)) >= UTF8SKIP(s)) ) ? \ 871 …: ( ( LIKELY(((e) - (s)) >= UTF8SKIP(s)) ) && ( 0xEF == ((const U8*)s)[0] ) ) ? ( ( 0xBC == ((cons… 881 …: ( ( ( LIKELY(((e) - (s)) >= UTF8SKIP(s)) ) && ( 0xDD == ((const U8*)s)[0] ) ) && ( 0x73 == ((con… 891 …: ( ( ( LIKELY(((e) - (s)) >= UTF8SKIP(s)) ) && ( 0xDD == ((const U8*)s)[0] ) ) && ( 0x72 == ((con… 1021 : ((e) - (s)) < UTF8SKIP(s)) \ [all …]
|
| D | utf8 | 104 #if defined UTF8SKIP 113 : D_PPP_MIN(((e) - (s)), UTF8SKIP(s)))) 116 (s[0] == '\0' ? 1 : ((U8) D_PPP_MIN(my_strnlen((char *) (s), UTF8SKIP(s)), \ 117 UTF8SKIP(s)))) 119 __UNDEFINED__ UTF8_SKIP(s) UTF8SKIP(s) 165 #if defined(is_utf8_string) && defined(UTF8SKIP) 169 : UTF8SKIP(s)) 362 *retlen = D_PPP_MIN(*retlen, UTF8SKIP(s)); 413 *retlen = D_PPP_MIN(*retlen, UTF8SKIP(s)); 441 #if defined(UTF8SKIP) && defined(utf8_to_uvchr_buf) [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Encode/Encode/ |
| D | encode.h | 119 #ifdef UTF8SKIP 361 assert(expect_len == UTF8SKIP(s)); in S_unexpected_non_continuation_text() 400 assert(s <= e && s + UTF8SKIP(s) >= e); in S_does_utf8_overflow() 579 ( ( ( LIKELY((e) > (s)) ) && ( LIKELY(((e) - (s)) >= UTF8SKIP(s)) ) ) ? ( ( 0xEF == ((const U8*)s)[… 631 expectlen = UTF8SKIP(s); in utf8n_to_uvchr_msgs() 1075 if (e - s > UTF8SKIP(s)) { in S_is_utf8_char_helper() 1076 e = s + UTF8SKIP(s); in S_is_utf8_char_helper() 1127 return UTF8SKIP(s); in S_is_utf8_char_helper() 1152 else if ( UNLIKELY(send - s < UTF8SKIP(s)) in is_utf8_string_loc_flags() 1159 s += UTF8SKIP(s); in is_utf8_string_loc_flags()
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | utf8.c | 794 full_len = UTF8SKIP(s); in Perl_is_utf8_char_helper_() 1024 assert(expect_len == UTF8SKIP(s)); in S_unexpected_non_continuation_text() 1513 expectlen = UTF8SKIP(s); in Perl__utf8n_to_uvchr_msgs_helper() 2209 Ptrdiff_t expected_byte_count = UTF8SKIP(s); in Perl_utf8_length() 2249 const Size_t skip = UTF8SKIP(s); in Perl_utf8_length() 2294 Ptrdiff_t expected_byte_count = UTF8SKIP(s); in Perl_utf8_length() 3524 *lenp = UTF8SKIP(p); in S__to_utf8_case() 3644 U8* s = ustrp + UTF8SKIP(ustrp); in S_check_locale_boundary_crossing() 3650 s += UTF8SKIP(s); in S_check_locale_boundary_crossing() 3654 _CHECK_AND_OUTPUT_WIDE_LOCALE_UTF8_MSG(p, p + UTF8SKIP(p)); in S_check_locale_boundary_crossing() [all …]
|
| D | utf8.h | 777 #define UTF8SKIP(s) PL_utf8skip[*(const U8*)(ASSERT_IS_PTR(s))] macro 786 #define UTF8_SKIP(s) UTF8SKIP(s) 809 (UNLIKELY(s[0] == '\0') ? 1 : MIN(UTF8SKIP(s), \ 810 my_strnlen((char *) (s), UTF8SKIP(s)))) 1134 (UTF8SKIP(s) > 6 + ONE_IF_EBCDIC_ZERO_IF_NOT)
|
| D | regexec.c | 1924 s += UTF8SKIP(s); \ 1966 s += UTF8SKIP(s); \ 1999 s += UTF8SKIP(s); \ 3341 uc += UTF8SKIP(uc); in S_find_byclass() 4008 s += UTF8SKIP(s); in Perl_regexec_flags() 4122 s += UTF8SKIP(s); in Perl_regexec_flags() 4275 s += UTF8SKIP(s); in Perl_regexec_flags() 4862 lengths[0] = UTF8SKIP(pat); in S_setup_EXACTISH_ST() 5582 *curpos += UTF8SKIP(*curpos); in S_advance_one_LB() 5848 *curpos += UTF8SKIP(*curpos); in S_advance_one_SB() [all …]
|
| D | pp_pack.c | 312 for (ptr = *s; ptr < from; ptr += UTF8SKIP(ptr)) { in S_utf8_to_bytes() 987 s += UTF8SKIP(s); in S_unpack_rec() 1006 hop += UTF8SKIP(hop); in S_unpack_rec() 1051 s += UTF8SKIP(s); in S_unpack_rec() 1074 for (l=len, hop=s; l>0; l--, hop += UTF8SKIP(hop)) { in S_unpack_rec() 1107 if (ptr >= s) ptr += UTF8SKIP(ptr); in S_unpack_rec() 1323 len = UTF8SKIP(result); in S_unpack_rec() 2218 from += UTF8SKIP(from); in S_pack_rec() 2281 hop += UTF8SKIP(hop); in S_pack_rec() 2364 s += UTF8SKIP(s); in S_pack_rec()
|
| D | toke.c | 694 t += UTF ? UTF8SKIP(t) : 1) in S_no_op() 704 t += UTF ? UTF8SKIP(t) : 1) in S_no_op() 720 t += UTF ? UTF8SKIP(t) : 1; in S_no_op() 1624 len = UTF8SKIP(&head); in Perl_lex_peek_unichar() 1682 PL_parser->bufptr += UTF8SKIP(PL_parser->bufptr); in Perl_lex_read_unichar() 2088 s += UTF ? UTF8SKIP(s) : 1; in S_check_uni() 2962 s += UTF8SKIP(s); in Perl_get_and_check_backslash_N_name() 2990 s += UTF8SKIP(s); in Perl_get_and_check_backslash_N_name() 3572 d += UTF8SKIP(d); in S_scan_const() 3648 PERL_UINT_FAST8_T len = UTF8SKIP(s); in S_scan_const() [all …]
|
| D | class.c | 422 p += UTF8SKIP(p); in S_split_package_ver() 429 p += UTF8SKIP(p); in S_split_package_ver() 447 p += UTF8SKIP(p); in S_split_package_ver()
|
| D | dquote.c | 113 pv_uni_display(display_char, (U8 *) first_bad, UTF8SKIP(first_bad), in Perl_form_alien_digit_msg()
|
| D | regcomp_internal.h | 297 RExC_parse += (flag) ? UTF8SKIP(RExC_parse) : 1; \ 356 RExC_parse += UTF8SKIP(RExC_parse); \
|
| D | pp.c | 4137 ulen = UTF8SKIP(s); 4344 Size_t this_len = UTF8SKIP(s + ulen); 4533 u = UTF8SKIP(s); 4855 const STRLEN u = UTF8SKIP(s); 4990 STRLEN ulen = UTF8SKIP(s); in PP() 5118 const STRLEN u = UTF8SKIP(s); 6567 s += UTF8SKIP(s); 6675 s += UTF8SKIP(s); 6701 const int t = UTF8SKIP(m); 6737 s = m + UTF8SKIP(m); [all …]
|
| D | regcomp_trie.c | 761 foldlen -= (UTF) ? UTF8SKIP(uc) : 1; in Perl_make_trie() 774 foldlen -= UTF8SKIP(uc); in Perl_make_trie()
|
| D | builtin.c | 249 start += (thislen = UTF8SKIP(start)); in XS()
|
| D | regcomp_study.c | 174 s += UTF8SKIP(s); in S_make_exactf_invlist() 1299 STRLEN s_len = UTF8SKIP(s); in Perl_join_exact() 1335 s += UTF8SKIP(s); in Perl_join_exact() 1356 s += UTF8SKIP(s); in Perl_join_exact()
|
| D | inline.h | 1264 const UV expectlen = UTF8SKIP(s); in Perl_valid_utf8_to_uvchr() 2868 s += UTF8SKIP(s); in Perl_utf8_hop() 2924 STRLEN skip = UTF8SKIP(s); in Perl_utf8_hop_forward()
|
| D | handy.h | 2296 (UNLIKELY((e) - (p) < UTF8SKIP(p)) \ 2386 (UNLIKELY((e) - (p) < UTF8SKIP(p)) \ 2449 (UNLIKELY((e) - (p) < UTF8SKIP(p)) \
|
| D | regcharclass.h | 194 ( ( ( LIKELY((e) > (s)) ) && ( LIKELY(((e) - (s)) >= UTF8SKIP(s)) ) ) ? ( ( 0xEF == ((const U8*)s)[… 1267 : ( LIKELY(((e) - (s)) >= UTF8SKIP(s)) ) ? \ 1452 ( ( ( LIKELY((e) > (s)) ) && ( LIKELY(((e) - (s)) >= UTF8SKIP(s)) ) ) ? ( ( 0xDD == ((const U8*)s)[… 2527 …: ( ( is_utf8 && LIKELY(((e) - (s)) >= UTF8SKIP(s)) ) && ( 0xCA == ((const U8*)s)[0] ) ) ? ( ( 0x4… 2710 ( ( ( LIKELY((e) > (s)) ) && ( LIKELY(((e) - (s)) >= UTF8SKIP(s)) ) ) ? ( ( 0xDD == ((const U8*)s)[… 3785 …: ( ( is_utf8 && LIKELY(((e) - (s)) >= UTF8SKIP(s)) ) && ( 0xCA == ((const U8*)s)[0] ) ) ? ( ( 0x4…
|
| D | pp_ctl.c | 657 s += UTF8SKIP(s); 714 s += UTF8SKIP(s); 5113 c += UTF8SKIP(c); in S_require_file() 5116 c += UTF8SKIP(c); in S_require_file()
|
| D | regcomp.c | 5226 ? UTF8SKIP(value) in S_grok_bslash_N() 7090 redo_p += UTF8SKIP(redo_p); in S_regatom() 7208 if ( added_len <= UTF8SKIP(e - added_len) in S_regatom() 7292 s += UTF8SKIP(s); in S_regatom() 7503 if (len > (Size_t) ((UTF) ? UTF8SKIP(STRING(REGNODE_p(ret))) : 1)) { in S_regatom() 8112 p+= UTF8SKIP(p); in S_handle_possible_posix()
|
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/ |
| D | APItest.xs | 5178 e = p + UTF8SKIP(p) - type; 5193 e = p + UTF8SKIP(p) - type; 5222 e = p + UTF8SKIP(p) - type; 5286 e = p + UTF8SKIP(p) - type; 5301 e = p + UTF8SKIP(p) - type; 5365 e = p + UTF8SKIP(p) - type; 5380 e = p + UTF8SKIP(p) - type; 5444 e = p + UTF8SKIP(p) - type; 5459 e = p + UTF8SKIP(p) - type; 5523 e = p + UTF8SKIP(p) - type; [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
| D | ppport.h | 12586 : (((e) - (s)) < UTF8SKIP(s)) \ 12605 : (((e) - (s)) < UTF8SKIP(s)) \ 12628 : (((e) - (s)) < UTF8SKIP(s)) \ 13594 : ( LIKELY(((e) - (s)) >= UTF8SKIP(s)) ) ? \ 13613 : ( LIKELY(((e) - (s)) >= UTF8SKIP(s)) ) ? \ 13634 : ( LIKELY(((e) - (s)) >= UTF8SKIP(s)) ) ? \ 13724 …: ( ( LIKELY(((e) - (s)) >= UTF8SKIP(s)) ) && ( 0xEF == ((const U8*)s)[0] ) ) ? ( ( 0xBC == ((cons… 13735 …: ( ( ( LIKELY(((e) - (s)) >= UTF8SKIP(s)) ) && ( 0xDD == ((const U8*)s)[0] ) ) && ( 0x73 == ((con… 13746 …: ( ( ( LIKELY(((e) - (s)) >= UTF8SKIP(s)) ) && ( 0xDD == ((const U8*)s)[0] ) ) && ( 0x72 == ((con… 13935 : ((e) - (s)) < UTF8SKIP(s)) \ [all …]
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
| D | 5006000 | 155 UTF8SKIP # U
|
| /openbsd/src/gnu/usr.bin/perl/dist/Data-Dumper/ |
| D | Dumper.xs | 268 increment = (k == 0 && *s != '\0') ? 1 : UTF8SKIP(s); in esc_q_utf8() 334 increment = (k == 0 && *s != '\0') ? 1 : UTF8SKIP(s); in esc_q_utf8() 625 p += UTF8SKIP(p); in dump_regexp()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Encode/Unicode/ |
| D | Unicode.xs | 434 while (s < e && s+UTF8SKIP(s) <= e) {
|