Lines Matching refs:u16
72 TextBox::TextBox(u16 allocStrLen) in TextBox()
79 u16 allocStrLen, in TextBox()
91 u16 allocStrLen, in TextBox()
93 u16 strLen, in TextBox()
109 u16 allocStrBufLen = static_cast<u16>(pBlock->textBufBytes / sizeof(wchar_t)); in TextBox()
140 const u16 resStrLen = static_cast<u16>(pBlock->textStrBytes / sizeof(wchar_t) - 1); in TextBox()
154 TextBox::Init(u16 allocStrLen) in Init()
338 u16
348 return static_cast<u16>(m_TextBufBytes / sizeof(wchar_t) - 1); in GetStringBufferLength()
352 TextBox::AllocStringBuffer(u16 minLen) in AllocStringBuffer()
395 m_TextBufBytes = static_cast<u16>(textBufBytes); in AllocStringBuffer()
416 u16
419 u16 dstIdx in SetString()
425 u16
428 u16 dstIdx, in SetString()
429 u16 strLen in SetString()
435 u16
438 u16 dstIdx, in SetStringImpl()
454 const u16 bufLen = GetStringBufferLength(); in SetStringImpl()
471 m_TextLen = static_cast<u16>(dstIdx + cpLen); in SetStringImpl()
476 return static_cast<u16>(cpLen); in SetStringImpl()