Searched refs:unicode (Results 1 – 2 of 2) sorted by relevance
564 static void ascii2unicode(const char ascii[], int ascii_len, u_char unicode[]) { in ascii2unicode() argument567 BZERO(unicode, ascii_len * 2); in ascii2unicode()569 unicode[i * 2] = (u_char) ascii[i]; in ascii2unicode()
8 Windows unicode is supported by defining `UNICODE` and `_UNICODE` before including `tinydir.h`.