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

/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/
H A Dpolystring.cpp170 const char *iPtr = str->chars; local
172 int space = MultiByteToWideChar(codePage, 0, iPtr, iLength, buff, (int)bufflen-1);
189 const char *iPtr = str->chars; local
192 int chars = MultiByteToWideChar(codePage, 0, iPtr, iLength, NULL, 0);
196 chars = MultiByteToWideChar(codePage, 0, iPtr, iLength, res, chars);

Completed in 30 milliseconds