Searched defs:convlen (Results 1 – 2 of 2) sorted by relevance
85 …size_t convlen = (ucs2_strlen(unicstr)+1) * sizeof(uint16_t); // UCS-2 is 16 bit wide, include ter… in utf16_to_utf8() local118 size_t convlen = strlen(localstr)+1; // utf8 bytes, include terminator in utf8_to_utf16() local
165 size_t convlen = strlen(string); in ptp_pack_string() local