uifw/EikStd/coctlsrc/smileymodel.cpp
branchRCL_3
changeset 51 fcdfafb36fe7
parent 38 c52421ed5f07
child 55 aecbbf00d063
equal deleted inserted replaced
50:a1caeb42b3a3 51:fcdfafb36fe7
   407     return KErrNotFound;
   407     return KErrNotFound;
   408     }
   408     }
   409 
   409 
   410 TBool HavePairedSymbol(const TDesC& aText, TInt aSmileyLength)
   410 TBool HavePairedSymbol(const TDesC& aText, TInt aSmileyLength)
   411     {
   411     {
   412     char stack[5];
   412     char stack[CSmileyManager::KMaxLength];
   413     TInt pos = 0;
   413     TInt pos = 0;
   414     
   414     
   415     TInt i = aText.Length() - 1;
   415     TInt i = aText.Length() - 1;
   416     const TInt smileyPos = aText.Length() - aSmileyLength;
   416     const TInt smileyPos = aText.Length() - aSmileyLength;
   417 
   417