Searched refs:cC (Results 1 – 3 of 3) sorted by relevance
72 sal_Char cC; in ReadUnicode() local73 *pIn >> cC; in ReadUnicode()74 rU = ByteString::ConvertToUnicode(cC, eQuellChar); in ReadUnicode()
451 inline Complex( double fReal, double fImag = 0.0, sal_Unicode cC = '\0' );805 inline Complex::Complex( double fReal, double fImag, sal_Unicode cC ) : in Complex() argument806 Num( fReal, fImag ), c( cC ) in Complex()
2665 const sal_Unicode cC = sPart.GetChar(nBegin+1); in Read_SubF_Combined() local2666 if ( cC < 32 ) in Read_SubF_Combined()
Completed in 45 milliseconds