Searched refs:bcm_islower (Results 1 – 6 of 6) sorted by relevance
77 #define bcm_islower(c) ((bcm_ismask(c)&(_BCM_L)) != 0) macro84 #define bcm_toupper(c) (bcm_islower((c)) ? ((c) + 'A' - 'a') : (c))
72 #define bcm_islower(c) ((bcm_ismask(c)&(_BCM_L)) != 0) macro79 #define bcm_toupper(c) (bcm_islower((c)) ? ((c) + 'A' - 'a') : (c))
87 #define bcm_islower(c) ((bcm_ismask(c)&(_BCM_L)) != 0) macro94 #define bcm_toupper(c) (bcm_islower((c)) ? ((c) + 'A' - 'a') : (c))