Searched defs:UTF (Results 1 – 4 of 4) sorted by relevance
87 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()
914 #define isIDFIRST_lazy_if_safe(p, e, UTF) \ argument918 #define isWORDCHAR_lazy_if_safe(p, e, UTF) \ argument922 #define isALNUM_lazy_if_safe(p, e, UTF) isWORDCHAR_lazy_if_safe(p, e, UTF) argument
736 #define UTF cBOOL(RExC_utf8) macro
106 # define UTF cBOOL(!IN_BYTES) macro108 # define UTF cBOOL((PL_linestr && DO_UTF8(PL_linestr)) || ( !(PL_parser->lex_flags & LEX_IGNORE_U… macro