predictivesearch/PcsUtils/src/CPcsDebug.cpp
branchRCL_3
changeset 39 a6539d1e8e43
parent 15 e8e3147d53eb
child 64 c1e8ba0c2b16
equal deleted inserted replaced
35:4ae315f230bc 39:a6539d1e8e43
   237 // ----------------------------------------------------------------------------
   237 // ----------------------------------------------------------------------------
   238 EXPORT_C void CPcsDebug::PrintMatchSet(const TDesC& aPreTxt, CDesCArray& aMatchSet)
   238 EXPORT_C void CPcsDebug::PrintMatchSet(const TDesC& aPreTxt, CDesCArray& aMatchSet)
   239 {
   239 {
   240     for ( TInt i = 0; i < aMatchSet.Count(); i++ )
   240     for ( TInt i = 0; i < aMatchSet.Count(); i++ )
   241     {
   241     {
   242         PRINT4 ( _L("%SMatchSet[%d]=%S, Length=%d"), &aPreTxt, i, &aMatchSet[i], aMatchSet[i].Length() );
   242         TPtrC16 ptr = aMatchSet.MdcaPoint(i);
       
   243         PRINT4 ( _L("%SMatchSet[%d]=%S, Length=%d"), &aPreTxt, i, &ptr, aMatchSet[i].Length() );
   243     }
   244     }
   244 }
   245 }
   245 
   246 
   246 // ----------------------------------------------------------------------------
   247 // ----------------------------------------------------------------------------
   247 // CPcsDebugArr::NewL
   248 // CPcsDebugArr::NewL