Lines Matching refs:realloc
71 seq.realloc( seqStart.getLength() + nLength ); in readAndConvert()
170 seq.realloc( seq.getLength() - ( nStop+1 - nFound ) ); in removeEncoding()
283 seq.realloc( seq.getLength() + 2 ); in scanForEncoding()
294 seq.realloc( seq.getLength() + 2 ); in scanForEncoding()
308 seq.realloc( seq.getLength() - 3 ); in scanForEncoding()
432 seqUnicode.realloc( seqUnicode.getLength() * 2 ); in convert()
438 m_seqSource.realloc( nSourceSize - nSourceCount ); in convert()
448 seqUnicode.realloc( nTargetCount ); in convert()
530 seqText.realloc( nSeqSize ); // double array size in convert()
539 m_seqSource.realloc( nSourceSize - nSourceCount ); in convert()
550 seqText.realloc( nTargetCount ); in convert()