Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dhandy.h401 # define toUPPER_LC(c) NXToUpper((unsigned int)(c)) macro
420 # define toUPPER_LC(c) toupper((unsigned char)(c)) macro
437 # define toUPPER_LC(c) toupper(c) macro