Searched refs:pp_ucfirst (Results 1 – 5 of 5) sorted by relevance
2086 #define pp_ucfirst Perl_pp_ucfirst macro4128 #define pp_ucfirst() Perl_pp_ucfirst(aTHX) macro
3407 PP(pp_ucfirst) in PP() argument
14054 Log: More comments and robustness in pp_ucfirst() and pp_lcfirst().14732 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
16004 Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
1786 sub pp_ucfirst { dq_unop(@_, "ucfirst") } subroutine