OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:convlen
(Results
1 - 2
of
2
) 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
...]
Completed in 28 milliseconds