Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_TextBox.cpp454 const u16 bufLen = GetStringBufferLength(); in SetStringImpl() local
456 if (dstIdx >= bufLen) // バッファを超えているためコピーしない in SetStringImpl()
462 u32 cpLen = bufLen; in SetStringImpl()