Searched refs:readLen (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/windows/
H A Dcharset.d68 int readLen;
75 readLen = WideCharToMultiByte(codePage, 0, wsTmp, -1, result.ptr,
79 if (!readLen || readLen != result.length)
100 int readLen;
106 readLen = MultiByteToWideChar(codePage, 0, s, -1, result.ptr,
110 if (!readLen || readLen != result.length)
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/windows/
H A Dcharset.d68 int readLen;
75 readLen = WideCharToMultiByte(codePage, 0, wsTmp, -1, result.ptr,
79 wenforce(readLen && readLen == result.length, "Couldn't convert string");
95 int readLen;
101 readLen = MultiByteToWideChar(codePage, 0, s, -1, result.ptr,
105 wenforce(readLen && readLen == result.length, "Couldn't convert string");
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c45370 size_t readLen = 0; local
45517 int readLen = 0; local
[all...]

Completed in 467 milliseconds