Searched refs:dstIdx (Results 1 – 2 of 2) sorted by relevance
| /NW4C-2.0.3/sources/libraries/lyt/ |
| D | lyt_TextBox.cpp | 421 u16 dstIdx in SetString() argument 424 return SetStringImpl(str, dstIdx, std::wcslen(str)); in SetString() 430 u16 dstIdx, in SetString() argument 434 return SetStringImpl(str, dstIdx, strLen); in SetString() 440 u16 dstIdx, in SetStringImpl() argument 458 if (dstIdx >= bufLen) // バッファを超えているためコピーしない in SetStringImpl() 465 cpLen -= dstIdx; // コピー可能な文字数 in SetStringImpl() 470 std::memcpy(m_TextBuf + dstIdx, str, cpLen * sizeof(wchar_t)); in SetStringImpl() 473 m_TextLen = static_cast<u16>(dstIdx + cpLen); in SetStringImpl()
|
| /NW4C-2.0.3/include/nw/lyt/ |
| D | lyt_TextBox.h | 257 u16 dstIdx = 0); 281 u16 dstIdx, 797 u16 dstIdx,
|