#include "utf8util.h"Macros | |
| #define | NULL ((void *)0) |
| #define | isLegalUnicodeCodePoint(v) |
Functions | |
| void | utf8IteratorInit (struct utf8Iterator *iter, unsigned char *data, int slen) |
| void | utf8IteratorUninit (struct utf8Iterator *iter) |
| int | utf8ScanBackwardsForCodePoint (const unsigned char *msg, int len, int pos, cpUcs4 *out) |
| cpUcs4 | utf8IteratorGetNextCodePoint (struct utf8Iterator *iter, cpUcs4 errCh) |
| cpUcs4 | utf8IteratorGetCurrCodePoint (struct utf8Iterator *iter, cpUcs4 errCh) |
| #define isLegalUnicodeCodePoint | ( | v | ) |
| #define NULL ((void *)0) |
| cpUcs4 utf8IteratorGetCurrCodePoint | ( | struct utf8Iterator * | iter, |
| cpUcs4 | errCh ) |
| cpUcs4 utf8IteratorGetNextCodePoint | ( | struct utf8Iterator * | iter, |
| cpUcs4 | errCh ) |
| void utf8IteratorInit | ( | struct utf8Iterator * | iter, |
| unsigned char * | data, | ||
| int | slen ) |
| void utf8IteratorUninit | ( | struct utf8Iterator * | iter | ) |
| int utf8ScanBackwardsForCodePoint | ( | const unsigned char * | msg, |
| int | len, | ||
| int | pos, | ||
| cpUcs4 * | out ) |