Searched refs:countA_new (Results 1 – 1 of 1) sorted by relevance
1392 UINT countA_new = WideCharToMultiByte(CP_ACP, 0, es->text, countW, NULL, 0, NULL, NULL); local1394 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);