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

/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/
H A Dpolystring.cpp163 int iLength = (int)str->length; local
164 if (iLength == 0)
172 int space = MultiByteToWideChar(codePage, 0, iPtr, iLength, buff, (int)bufflen-1);
187 int iLength = (int)str->length; local
188 if (iLength == 0 && extraChars == 0) return _wcsdup(L"");
192 int chars = MultiByteToWideChar(codePage, 0, iPtr, iLength, NULL, 0);
196 chars = MultiByteToWideChar(codePage, 0, iPtr, iLength, res, chars);

Completed in 28 milliseconds