Home
last modified time | relevance | path

Searched refs:byte_ch (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/ntdll/
H A Drtlstr.c523 int byte_ch; in test_RtlUpperChar() local
527 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()