Home | History | Annotate | Download | only in dhdutil

Lines Matching refs:toupper

1042 				        : ((islower(n1) ? (toupper(n1)) : n1) - 'A' + 10);
1044 : ((islower(n2) ? (toupper(n2)) : n2) - 'A' + 10);