Searched refs:textBufBytes (Results 1 – 2 of 2) sorted by relevance
111 u16 allocStrBufLen = static_cast<u16>(pBlock->textBufBytes / sizeof(wchar_t)); in TextBox()364 const u32 textBufBytes = allocLen * sizeof(wchar_t); in AllocStringBuffer() local365 if (textBufBytes >= 0x10000) in AllocStringBuffer()371 if (textBufBytes <= m_TextBufBytes) in AllocStringBuffer()397 m_TextBufBytes = static_cast<u16>(textBufBytes); in AllocStringBuffer()
978 ut::ResU16 textBufBytes; member