Lines Matching refs:mpCodes
345 sal_uInt8* mpCodes; member in ImplChain
374 mpCodes = new sal_uInt8[ mnArraySize ]; in ImplChain()
381 delete[] mpCodes; in ~ImplChain()
393 memcpy( pNewCodes, mpCodes, nOldArraySize ); in ImplGetSpace()
394 delete[] mpCodes; in ImplGetSpace()
395 mpCodes = pNewCodes; in ImplGetSpace()
414 mpCodes[ mnCount++ ] = nCode; in ImplAdd()
437 const sal_uInt8 cMove = mpCodes[ i ]; in ImplEndAdd()
438 const sal_uInt8 cNextMove = mpCodes[ i + 1 ]; in ImplEndAdd()
544 const sal_uInt8 cMove = mpCodes[ i ]; in ImplEndAdd()
545 const sal_uInt8 cNextMove = mpCodes[ i + 1 ]; in ImplEndAdd()
648 const ChainMove& rMove = aImplMove[ mpCodes[ i ] ]; in ImplEndAdd()