Lines Matching refs:u16
74 TextBox::TextBox(u16 allocStrLen) in TextBox()
81 u16 allocStrLen, in TextBox()
93 u16 allocStrLen, in TextBox()
95 u16 strLen, in TextBox()
111 u16 allocStrBufLen = static_cast<u16>(pBlock->textBufBytes / sizeof(wchar_t)); in TextBox()
142 const u16 resStrLen = static_cast<u16>(pBlock->textStrBytes / sizeof(wchar_t) - 1); in TextBox()
156 TextBox::Init(u16 allocStrLen) in Init()
340 u16
350 return static_cast<u16>(m_TextBufBytes / sizeof(wchar_t) - 1); in GetStringBufferLength()
354 TextBox::AllocStringBuffer(u16 minLen) in AllocStringBuffer()
397 m_TextBufBytes = static_cast<u16>(textBufBytes); in AllocStringBuffer()
418 u16
421 u16 dstIdx in SetString()
427 u16
430 u16 dstIdx, in SetString()
431 u16 strLen in SetString()
437 u16
440 u16 dstIdx, in SetStringImpl()
456 const u16 bufLen = GetStringBufferLength(); in SetStringImpl()
473 m_TextLen = static_cast<u16>(dstIdx + cpLen); in SetStringImpl()
478 return static_cast<u16>(cpLen); in SetStringImpl()