Searched refs:pCEnd (Results 1 – 2 of 2) sorted by relevance
101 sal_Char* pCEnd = cLineEnd; in WriteStream() local103 *pCEnd++ = '\015'; in WriteStream()105 *pCEnd++ = ' '; in WriteStream()109 case LINEEND_CR: *pCEnd++ = '\015'; break; in WriteStream()110 case LINEEND_LF: *pCEnd++ = '\012'; break; in WriteStream()111 case LINEEND_CRLF: *pCEnd++ = '\015', *pCEnd++ = '\012'; break; in WriteStream()113 *pCEnd = 0; in WriteStream()
2143 SwPosition* pCStt = pCur->Start(), *pCEnd = pCur->End(); in GotoRedline() local2150 switch( ::ComparePosition( *pCStt, *pCEnd, in GotoRedline()2161 *pCEnd = *pNEnd; in GotoRedline()2171 *pCEnd = *pNEnd; in GotoRedline()
Completed in 51 milliseconds