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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsNativeCharsetUtils.cpp745 PRUint32 inputLen = input.Length(); local
757 output.SetLength(inputLen);
762 PRUint32 resultLeft = inputLen;
765 PRUint32 bufLeft = inputLen;
771 output.SetLength(inputLen - resultLeft);
871 PRUint32 inputLen = input.Length(); local
880 int n = ::MultiByteToWideChar(CP_ACP, 0, buf, inputLen, NULL, 0);
892 ::MultiByteToWideChar(CP_ACP, 0, buf, inputLen, result, resultLen);
900 PRUint32 inputLen = input.Length(); local
910 int n = ::WideCharToMultiByte(CP_ACP, 0, buf, inputLen, NUL
959 PRUint32 inputLen = input.Length(); local
998 size_t inputLen = input.Length(); local
[all...]

Completed in 61 milliseconds