Lines Matching refs:nCount

23   int32_t nCount = wsBlock.GetLength();

27 while (i < nCount) {
32 if (i < nCount) {
69 int32_t nCount = m_FieldArr.GetSize();
70 for (int32_t i = 0; i < nCount; i++) {
77 int32_t nCount = m_FieldArr.GetSize();
78 for (int32_t i = 0; i < nCount; i++) {
87 int32_t nCount = m_FieldArr.GetSize();
88 for (int32_t i = 0; i < nCount; i++) {
95 int32_t nCount = m_FieldArr.GetSize();
96 for (int32_t i = 0; i < nCount; i++) {
112 int32_t nCount = m_EditFieldArr.GetSize();
113 for (int32_t i = 0; i < nCount; i++) {
123 int32_t nCount = m_FieldArr.GetSize();
124 for (int32_t i = 0; i < nCount; i++) {
132 int32_t nCount = m_EditFieldArr.GetSize();
133 for (int32_t i = 0; i < nCount; i++) {
138 int32_t nCount = m_EditFieldArr.GetSize();
139 for (int32_t i = 0; i < nCount; i++) {
146 int32_t nCount = m_ItemArr.GetSize();
147 for (int32_t i = 0; i < nCount; i++) {
156 int32_t nCount = m_wsFormat.GetLength();
157 nCount -= 2;
159 for (; i < nCount; i++) {
167 for (; i < nCount; i++) {
178 while (pBuf[i] != L';' && i < nCount) {
272 int32_t nCount,
281 if (nInnerIndex < 0 || (nInnerIndex + nCount) > nFieldLength) {
285 wsTemp.Delete(nInnerIndex, nCount);
296 FX_WCHAR* lpBuf = wsDel.GetBuffer(nCount);
298 nCount * sizeof(FX_WCHAR));
299 wsDel.ReleaseBuffer(nCount);
301 nCaret = nIndex + (m_bReserveSpace && !m_bLeftAlignment) ? nCount : 0;
306 int32_t nCount,
319 if (nInnerIndex + nCount > nFieldLength) {
322 wsTemp.Delete(nInnerIndex, nCount);
336 FX_WCHAR* lpBuffer = wsDel.GetBuffer(nCount);
338 FXSYS_memcpy(lpBuffer, lpSrcBuf + nInnerIndexBK, nCount * sizeof(FX_WCHAR));
339 wsDel.ReleaseBuffer(nCount);
342 nIndex + ((m_bReserveSpace && !m_bLeftAlignment) ? (nCount - nInsLength)
462 int32_t nCount = FormatParser.CountItems();
465 for (int32_t i = 0; i < nCount; i++) {
514 int32_t nCount = FormatParser.CountItems();
517 for (int32_t i = 0; i < nCount; i++) {
589 int32_t nCount = FormatParser.CountItems();
592 for (int32_t i = 0; i < nCount; i++) {
632 int32_t nCount = FormatParser.CountItems();
635 for (int32_t i = 0; i < nCount; i++) {