Searched defs:maxinput (Results 1 - 1 of 1) sorted by relevance

/external/vboot_reference/cgpt/
H A Dcgpt_common.c439 int UTF16ToUTF8(const uint16_t *utf16, unsigned int maxinput, argument
447 if (!utf16 || !maxinput || !utf8 || !maxoutput)
453 s16idx < maxinput && utf16[s16idx] && maxoutput;

Completed in 107 milliseconds