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