Lines Matching refs:nCnt
42 sal_Int32 nCnt = 0; in GetNumControlChars() local
47 ++nCnt; in GetNumControlChars()
49 return nCnt; in GetNumControlChars()
78 sal_Int32 nCnt = 0; in RemoveControlChars() local
84 DBG_ASSERT( nCnt < nSize, "index out of range" ); in RemoveControlChars()
85 aBuf.setCharAt( nCnt++, cChar ); in RemoveControlChars()
88 DBG_ASSERT( nCnt == nSize, "wrong size" ); in RemoveControlChars()
111 sal_Int32 nCnt = 0; in ReplaceControlChars() local
119 DBG_ASSERT( nCnt < nLen, "index out of range" ); in ReplaceControlChars()
120 aBuf.setCharAt( nCnt++, cChar ); in ReplaceControlChars()
123 aBuf.setLength( nCnt ); in ReplaceControlChars()