|
CartoType API
|
#include <cartotype_string.h>
Public Member Functions | |
| CT_IMPORT | TUtf32Iter (const int32 *aText, int32 aLength) |
| CT_IMPORT TResult | Next (int32 &aValue) |
An iterator that does no conversion but simply passes UTF32 text straight through.
| CT_EXPORT TResult TUtf32Iter::Next | ( | int32 & | aValue | ) | [virtual] |
Get the next object. Return KErrorNone if an object was retrieved, KErrorEndOfData if there are no more objects, or some other result code if there was a different type of error.
Implements CartoType::MIter< int32 >.
1.7.5.1