Searched refs:byte_ch (Results 1 – 1 of 1) sorted by relevance
523 int byte_ch; in test_RtlUpperChar() local527 byte_ch = ch & 0xff; in test_RtlUpperChar()528 if (byte_ch >= 'a' && byte_ch <= 'z') { in test_RtlUpperChar()529 expected_upper_ch = (CHAR) (byte_ch - 'a' + 'A'); in test_RtlUpperChar()531 expected_upper_ch = (CHAR) byte_ch; in test_RtlUpperChar()