Home
last modified time | relevance | path

Searched refs:countA_new (Results 1 – 1 of 1) sorted by relevance

/reactos/win32ss/user/user32/controls/
H A Dedit.c1392 UINT countA_new = WideCharToMultiByte(CP_ACP, 0, es->text, countW, NULL, 0, NULL, NULL); local
1394 TRACE("%d WCHARs translated to %d bytes\n", countW, countA_new);
1396 if(countA_new > countA)
1399 UINT alloc_size = ROUND_TO_GROW(countA_new);