Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_TextBox.cpp95 u16 strLen, in TextBox() argument
101 SetString(str, 0, strLen); in TextBox()
431 u16 strLen in SetString() argument
434 return SetStringImpl(str, dstIdx, strLen); in SetString()
441 u32 strLen in SetStringImpl() argument
467 cpLen = ut::Min(strLen, cpLen); in SetStringImpl()
468 NW_WARNING(cpLen >= strLen, "%d character(s) droped.\n", strLen - cpLen); in SetStringImpl()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_TextBox.h122 u16 strLen,
282 u16 strLen);
798 u32 strLen);
/NW4C-2.0.3/tools/DccPlugin/Maya/scripts/
DNW4C_SetUserData.mel454 int $strLen = 0;
464 $strLen += size($strVal);
467 $dataStr += "s " + $strLen + " " + $strData;