#include <cel_unicode.h>
Public Types | |
typedef UChar4 | CharCodeType |
The type returned by getCharcode function. More... | |
Static Public Member Functions | |
static const T * | next (const T *p) |
static const CharCodeType | getCharcode (const T *p) |
This structure works as a proxy to StringUtil defined in cel_stringutil.h.
typedef UChar4 Celartem::UnicodeCharTraits< T >::CharCodeType |
The type returned by getCharcode function.
|
inlinestatic |
This function obtains the character code of the current pointer position.
For the character sets that stores a character into an entry uniformly, this function only returns *p
.
p | The current pointer. |
|
inlinestatic |
This function moves the pointer to the next character.
For the character sets that stores a character into an entry uniformly, this function only increments the pointer.
p | The pointer to move. |