Searched defs:inLeft (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsNativeCharsetUtils.cpp444 size_t inLeft = (size_t) *inputLeft; local
449 res = xp_iconv(gNativeToUnicode, input, &inLeft, (char **) output, &outLeft);
451 *inputLeft = inLeft;
471 while (inLeft) {
474 res = xp_iconv(gNativeToUTF8, &in, &inLeft, &p, &n);
489 (*input) += (*inputLeft - inLeft);
490 *inputLeft = inLeft;
516 size_t inLeft = (size_t) *inputLeft * 2; local
520 res = xp_iconv(gUnicodeToNative, (const char **) input, &inLeft, output, &outLeft);
523 *inputLeft = inLeft /
[all...]

Completed in 878 milliseconds