Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_TextBox.cpp361 u32 allocLen = minLen; in AllocStringBuffer() local
362 ++allocLen; // 終端文字分インクリメント in AllocStringBuffer()
364 const u32 textBufBytes = allocLen * sizeof(wchar_t); in AllocStringBuffer()
381 wchar_t* textBuf = Layout::NewArray<wchar_t>(allocLen); in AllocStringBuffer()