gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:getAsciiKind (0.00 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_fat.c - 201.0KB - 6,353 lines
2173:                                 sfname[n++] = AsciiToUP(unicode);
2174:                                 kind |= 1 << getAsciiKind(unicode);
2175:                                 continue;
More results from fimp_fat.c
t2ex_source/t2ex/fs/fimp/src/fimp_fat_enc.h - 7.0KB - 238 lines
173: 
174: #define AsciiIsLOW(ascii)       (getAsciiKind(ascii) == ASCII_LOW)
175: #define AsciiIsUP(ascii)        (getAsciiKind(ascii) == ASCII_UP)
More results from fimp_fat_enc.h