Home
last modified time | relevance | path

Searched defs:utf8 (Results 1 – 25 of 26) sorted by relevance

12

/openbsd-src/gnu/usr.bin/perl/
H A Dpp_pack.c128 #define PUSH16(utf8, cur, p, needs_swap) \ argument
130 #define PUSH32(utf8, cur, p, needs_swap) \ argument
147 #define SHIFT_BYTES(utf8, s, strend, buf, len, datumtype, needs_swap) \ argument
161 #define SHIFT16(utf8, s, strend, p, datumtype, needs_swap) \ argument
164 #define SHIFT32(utf8, s, strend, p, datumtype, needs_swap) \ argument
167 SHIFT_VAR(utf8,s,strend,var,datumtype,needs_swap) global() argument
170 PUSH_VAR(utf8,aptr,var,needs_swap) global() argument
272 SHIFT_BYTE(utf8,s,strend,datumtype) global() argument
348 PUSH_BYTES(utf8,cur,buf,len,needs_swap) global() argument
368 GROWING2(utf8,cat,start,cur,item_size,item_count) global() argument
375 GROWING(utf8,cat,start,cur,in_len) global() argument
388 PUSH_GROWING_BYTES(utf8,cat,start,cur,buf,in_len) global() argument
402 PUSH_BYTE(utf8,s,byte) global() argument
873 bool utf8 = (symptr->flags & FLAG_PARSE_UTF8) ? 1 : 0; S_unpack_rec() local
2112 bool utf8 = (symptr->flags & FLAG_PARSE_UTF8) ? 1 : 0; S_pack_rec() local
[all...]
H A Dpeep.c97 bool utf8; /* whether the format is utf8 */ member
119 bool utf8; in S_sprintf_is_multiconcatable() local
262 bool utf8 = FALSE; in S_maybe_multiconcat() local
[all...]
H A Dpp_hot.c582 U32 utf8; PP() local
1045 U32 utf8 = 0; PP() local
[all...]
H A Ddump.c91 #define generic_pv_escape(sv,s,len,utf8) pv_escape( (sv), (s), (len), \ argument
H A Ddoio.c2190 bool utf8 = TRUE; Perl_do_print() local
[all...]
H A Dop.c7731 const bool utf8 = cBOOL(flags & SVf_UTF8); Perl_newPVOP() local
8488 const U32 utf8 = flags & SVf_UTF8; Perl_newSTATEOP() local
13119 int utf8; Perl_ck_method() local
[all...]
H A Dregcomp_internal.h130 I32 utf8; /* whether the pattern is utf8 or not */ member
H A Dmg.c2562 const char *utf8; Perl_magic_setsubstr() local
H A Dlocale.c5839 Perl_mem_collxfrm_(pTHX_ const char * input_string,STRLEN len,STRLEN * xlen,bool utf8) Perl_mem_collxfrm_() argument
[all...]
H A Dpp_ctl.c4835 bool utf8 = cBOOL(SvUTF8(sv)); S_require_file() local
H A Dregcomp.c13684 S_re_croak(pTHX_ bool utf8,const char * pat,...) S_re_croak() argument
[all...]
/openbsd-src/usr.bin/snmp/
H A Dsmi.c71 smi_debug_elements(struct ber_element *root, int utf8) in smi_debug_elements()
244 enum smi_output_string output_string, enum smi_oid_lookup lookup, int utf8) in smi_print_element()
648 size_t srclen, int utf8) in smi_displayhint_os()
H A Dsnmpc.c109 int utf8 = 0; variable
/openbsd-src/gnu/usr.bin/perl/lib/
H A Dutf8.pm1 package utf8; package
/openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs3659 U32 utf8; global() variable
6790 SV *utf8; global() variable
6810 SV *utf8; global() variable
6831 SV *utf8; global() variable
6875 SV *utf8; global() variable
6895 SV *utf8; global() variable
6916 SV *utf8; global() variable
6960 SV *utf8; global() variable
6980 SV *utf8; global() variable
7001 SV *utf8; global() variable
7038 SV *utf8; global() variable
7058 SV *utf8; global() variable
7079 SV *utf8; global() variable
[all...]
/openbsd-src/regress/usr.bin/ssh/unittests/utf8/
H A Dtests.c32 one(int utf8, const char *name, const char *mbs, int width, in one()
/openbsd-src/regress/usr.bin/mandoc/db/
H A DMakefile9 ascii utf8 html markdown tman lint: target
/openbsd-src/gnu/usr.bin/perl/dist/threads-shared/
H A Dshared.xs1484 I32 utf8 = HeKUTF8(entry); variable
1511 I32 utf8 = HeKUTF8(entry); variable
/openbsd-src/gnu/usr.bin/perl/ext/B/
H A DB.xs1240 U32 utf8 = 0; variable
1734 U32 utf8 = 0; variable
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djcf-parse.c328 const unsigned char *utf8; local
H A Dgjavah.c1740 print_include (out, utf8, len) in print_include() argument
H A Dclass.c1288 tree utf8 local
/openbsd-src/lib/libexpat/lib/
H A Dxmltok.c1314 char utf8[256][4]; member
1355 const char *utf8; in unknown_toUtf8() local
/openbsd-src/usr.bin/mandoc/
H A Dmandocdb.c1869 utf8(unsigned int cp, char out[5]) in utf8() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp66 auto utf8 = str.AsUTF8(); in As() local

12