Searched defs:IS_LETTER_CHAR (Results 1 - 1 of 1) sorted by relevance
/third_party/lzma/CPP/Windows/ | ||
H A D | FileName.cpp | 93 #define IS_LETTER_CHAR(c) ((((unsigned)(int)(c) | 0x20) - (unsigned)'a' <= (unsigned)('z' - 'a')))
macro |
Completed in 3 milliseconds