|
CartoType API
|
#include <cartotype_string.h>
Public Member Functions | |
| CT_IMPORT | TUtf8ToUtf32 (const uint8 *aText, int32 aLength) |
| CT_IMPORT TResult | Next (int32 &aValue) |
An iterator to convert UTF8 text to UTF32.
| CT_EXPORT TResult TUtf8ToUtf32::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