Home
last modified time | relevance | path

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

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