Lines Matching refs:Copy
176 aUniqId = sTmp.Copy( nStart, nPos - nStart ); in GSILine()
182 aLineType = sTmp.Copy( nStart, nPos - nStart ); in GSILine()
190 aLangId = sTmp.Copy( nStart, nPos - nStart ); in GSILine()
200 aText = sTmp.Copy( nStart ); in GSILine()
268 aReassemble = Copy( 0, nStart ); in ReassembleLine()
382 aContext = pLine->GetText().Copy( 0, 300 ); in PrintList()
384 aContext = pLine->Copy( pMsg->GetTagBegin()-150, 300 ); in PrintList()
433 aFixed = aTestee.Copy( 0, nTagEnd+1 ); in IsUTF8()
435 aID = aTestee.Copy( nTagEnd+1 ); in IsUTF8()
446 aID = aID.Copy( 0, 6 ); in IsUTF8()
454 aID = aID.Copy( 0, 6 ); in IsUTF8()
497 aFixed += aTestee.Copy( nAfterID ); in IsUTF8()
521 ByteString aContext( pTestee->GetText().Copy( nErrorPos, 20 ) ); in TestUTF8()
532 ByteString aContext( pTestee->GetQuickHelpText().Copy( nErrorPos, 20 ) ); in TestUTF8()
543 ByteString aContext( pTestee->GetTitle().Copy( nErrorPos, 20 ) ); in TestUTF8()
568 ByteString aContext( pTestee->GetText().Copy( nPos, 20 ) ); in HasSuspiciousChars()
623 ByteString aContext( pReferenceLine->Copy( nPos - 5, 15) ); in CheckSyntax()
624 aContext.Append( "\" --> \"" ).Append( pSourceLine->Copy( nPos - 5, 15) ); in CheckSyntax()
1052 …PrintError( "Format of line is unknown. Ignoring!", "Line format", pGSILine->Copy( 0,40 ), bPrintC… in main()