Search | Google it | Results 1 - 2 of 2 for funcall:getAsciiKind (0.00 seconds) |
2173: sfname[n++] = AsciiToUP(unicode); 2174: kind |= 1 << getAsciiKind(unicode); 2175: continue;
173: 174: #define AsciiIsLOW(ascii) (getAsciiKind(ascii) == ASCII_LOW) 175: #define AsciiIsUP(ascii) (getAsciiKind(ascii) == ASCII_UP)