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

/haiku/src/apps/mail/
H A DMailWindow.cpp2335 int32 tempStringLength; local
2338 tempStringLength = originalLength * 6;
2340 tempStringPntr = tempString.LockBuffer (tempStringLength);
2343 tempStringPntr, &tempStringLength, &converterState,
2348 for (i = 0; i < tempStringLength; i++) {
2356 tempString.UnlockBuffer (tempStringLength);

Completed in 96 milliseconds