Lines Matching defs:unicode
198 uint8_t unicode[2 * (PIXMA_MAX_ID_LEN - 9) + 2];
220 if (get_string_descriptor (usb, 0, 0, 4, unicode) != SANE_STATUS_GOOD)
224 unicode[3] * 256 + unicode[2],
225 sizeof (unicode), unicode);
229 len = unicode[0];
230 if (len > (int) sizeof (unicode))
232 len = sizeof (unicode);
238 serial[9 + i / 2 - 1] = unicode[i];