Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHCD.c256 static int ascii2utf (char *s, unsigned char *utf, int utfmax) in ascii2utf() function
298 return 2 + ascii2utf (buf, data + 2, len - 2); in rh_string()