Home
last modified time | relevance | path

Searched refs:unicode (Results 1 – 2 of 2) sorted by relevance

/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dchap_ms.c564 static void ascii2unicode(const char ascii[], int ascii_len, u_char unicode[]) { in ascii2unicode() argument
567 BZERO(unicode, ascii_len * 2); in ascii2unicode()
569 unicode[i * 2] = (u_char) ascii[i]; in ascii2unicode()
/btstack/3rd-party/tinydir/
H A DREADME.md8 Windows unicode is supported by defining `UNICODE` and `_UNICODE` before including `tinydir.h`.