Home
last modified time | relevance | path

Searched defs:convlen (Results 1 – 3 of 3) sorted by relevance

/external/libmtp/src/
Dunicode.c86 …size_t convlen = (ucs2_strlen(unicstr)+1) * sizeof(uint16_t); // UCS-2 is 16 bit wide, include ter… in utf16_to_utf8() local
119 size_t convlen = strlen(localstr)+1; // utf8 bytes, include terminator in utf8_to_utf16() local
Dptp-pack.c198 size_t convlen = strlen(string); in ptp_pack_string() local
/external/lua/src/
Dloslib.c261 ptrdiff_t convlen, char *buff) { in checkoption()