Home
last modified time | relevance | path

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

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