changeset 66 | 08c8318ec9cb |
parent 22 | 19fb38abab1d |
64:910464db1b65 | 66:08c8318ec9cb |
---|---|
348 |
348 |
349 TPtrC aPtr = aLex.MarkedToken(); |
349 TPtrC aPtr = aLex.MarkedToken(); |
350 |
350 |
351 |
351 |
352 HBufC *buf18 = aPtr.AllocL(); |
352 HBufC *buf18 = aPtr.AllocL(); |
353 array.Append(buf18); |
353 array.AppendL(buf18); |
354 |
354 |
355 if(aLex.Peek()=='\x00') // end of string |
355 if(aLex.Peek()=='\x00') // end of string |
356 break; |
356 break; |
357 |
357 |
358 aLex.Inc(); |
358 aLex.Inc(); |