Home
last modified time | relevance | path

Searched refs:dstIdx (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_TextBox.cpp419 u16 dstIdx in SetString() argument
422 return SetStringImpl(str, dstIdx, std::wcslen(str)); in SetString()
428 u16 dstIdx, in SetString() argument
432 return SetStringImpl(str, dstIdx, strLen); in SetString()
438 u16 dstIdx, in SetStringImpl() argument
456 if (dstIdx >= bufLen) // バッファを超えているためコピーしない in SetStringImpl()
463 cpLen -= dstIdx; // コピー可能な文字数 in SetStringImpl()
468 std::memcpy(m_TextBuf + dstIdx, str, cpLen * sizeof(wchar_t)); in SetStringImpl()
471 m_TextLen = static_cast<u16>(dstIdx + cpLen); in SetStringImpl()
/NW4C-1.3.3/include/nw/lyt/
Dlyt_TextBox.h255 u16 dstIdx = 0);
279 u16 dstIdx,
795 u16 dstIdx,