Searched refs:textBufBytes (Results 1 – 2 of 2) sorted by relevance
109 u16 allocStrBufLen = static_cast<u16>(pBlock->textBufBytes / sizeof(wchar_t)); in TextBox()362 const u32 textBufBytes = allocLen * sizeof(wchar_t); in AllocStringBuffer() local363 if (textBufBytes >= 0x10000) in AllocStringBuffer()369 if (textBufBytes <= m_TextBufBytes) in AllocStringBuffer()395 m_TextBufBytes = static_cast<u16>(textBufBytes); in AllocStringBuffer()
974 ut::ResU16 textBufBytes; member