Searched defs:nSrcLen (Results 1 – 3 of 3) sorted by relevance
216 void CFX_WideString::ConcatInPlace(FX_STRSIZE nSrcLen, in ConcatInPlace()275 void CFX_WideString::AssignCopy(FX_STRSIZE nSrcLen, in AssignCopy()
283 void CFX_ByteString::AssignCopy(FX_STRSIZE nSrcLen, in AssignCopy()382 void CFX_ByteString::ConcatInPlace(FX_STRSIZE nSrcLen, in ConcatInPlace()
2483 int32_t nSrcLen = m_pStart - m_pBuffer; in GetCurrentBinaryPos() local