HomeSort by relevance Sort by last modified time
    Searched full:convlen (Results 1 - 3 of 3) sorted by null

  /external/libmtp/src/
unicode.c 85 size_t convlen = (ucs2_strlen(unicstr)+1) * sizeof(uint16_t); // UCS-2 is 16 bit wide, include terminator local
90 nconv = iconv(params->cd_ucs2_to_locale, &stringp, &convlen, &locp, &convmax);
118 size_t convlen = strlen(localstr)+1; // utf8 bytes, include terminator local
125 nconv = iconv(params->cd_locale_to_ucs2, &stringp, &convlen, &unip, &convmax);
ptp-pack.c 165 size_t convlen = strlen(string); local
175 nconv = iconv(params->cd_locale_to_ucs2, &stringp, &convlen,
183 for (i=0;i<convlen;i++) {
186 ucs2str[convlen] = 0;
    [all...]
  /external/expat/lib/
xmlparse.c     [all...]

Completed in 30 milliseconds