Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp675 uint8_t EventCh = Str[0]; in writeSingleAccelerator() local
677 if (IsVirtKey && !isalnum(EventCh)) in writeSingleAccelerator()
680 if (EventCh > 0x7F) in writeSingleAccelerator()
684 EventCh = toupper(EventCh); in writeSingleAccelerator()
685 Entry.ANSICode = ulittle16_t(EventCh); in writeSingleAccelerator()