Searched refs:nPlateSize (Results 1 – 1 of 1) sorted by relevance
125 int32_t nPlateSize = std::min(nStreamLength, m_pTxtBuf->GetChunkSize()); in SetTextByStream() local126 FX_WCHAR* lpwstr = FX_Alloc(FX_WCHAR, nPlateSize); in SetTextByStream()129 int32_t nRead = pStream->ReadString(lpwstr, nPlateSize, bEos); in SetTextByStream()