branch | RCL_3 |
changeset 10 | 9f56a4e1b8ab |
parent 9 | aabf2c525e0f |
child 15 | 08e69e956a8c |
9:aabf2c525e0f | 10:9f56a4e1b8ab |
---|---|
705 TBool metSmileyNotReady = EFalse; |
705 TBool metSmileyNotReady = EFalse; |
706 |
706 |
707 while(ptr.Length()) |
707 while(ptr.Length()) |
708 { |
708 { |
709 TInt i = 0; |
709 TInt i = 0; |
710 for(; i<aText.Length(); i++) // find next smiley code |
710 for(; i<ptr.Length(); i++) // find next smiley code |
711 { |
711 { |
712 if(IsSmiley(ptr[i])) |
712 if(IsSmiley(ptr[i])) |
713 { |
713 { |
714 break; |
714 break; |
715 } |
715 } |