Home
last modified time | relevance | path

Searched defs:UTF (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Ddquote.c87 const bool UTF, /* Is it in UTF-8? */ in Perl_form_alien_digit_msg()
238 const bool UTF) in Perl_grok_bslash_o()
380 const bool UTF) in Perl_grok_bslash_x()
H A Dutf8.h914 #define isIDFIRST_lazy_if_safe(p, e, UTF) \ argument
918 #define isWORDCHAR_lazy_if_safe(p, e, UTF) \ argument
922 #define isALNUM_lazy_if_safe(p, e, UTF) isWORDCHAR_lazy_if_safe(p, e, UTF) argument
H A Dregcomp_internal.h736 #define UTF cBOOL(RExC_utf8) macro
H A Dtoke.c106 # define UTF cBOOL(!IN_BYTES) macro
108 # define UTF cBOOL((PL_linestr && DO_UTF8(PL_linestr)) || ( !(PL_parser->lex_flags & LEX_IGNORE_U… macro