gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:AsciiToUP (0.01 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_fat.c - 201.0KB - 6,353 lines
2172:                                 /* Valid ASCII */
2173:                                 sfname[n++] = AsciiToUP(unicode);
2174:                                 kind |= 1 << getAsciiKind(unicode);
More results from fimp_fat.c
t2ex_source/t2ex/fs/fimp/src/fimp_fat_enc.c - 13.0KB - 356 lines
293:                                 utf16str[i16++] = (toUpper == FALSE) ?
294:                                         unicode : AsciiToUP(unicode);
295:                         } else {