Searched defs:convlen (Results 1 – 3 of 3) sorted by relevance
86 …size_t convlen = (ucs2_strlen(unicstr)+1) * sizeof(uint16_t); // UCS-2 is 16 bit wide, include ter… in utf16_to_utf8() local119 size_t convlen = strlen(localstr)+1; // utf8 bytes, include terminator in utf8_to_utf16() local
198 size_t convlen = strlen(string); in ptp_pack_string() local
261 ptrdiff_t convlen, char *buff) { in checkoption()