| Functions | |
| int | th_wbrk (const thwchar_t *s, int pos[], size_t n) | 
| Find word break positions in Thai wide-char string. | |
| int | th_wbrk_line (const thwchar_t *in, thwchar_t *out, size_t n, const thwchar_t *delim) | 
| Insert word delimitors in given wide-char string. | |
| int th_wbrk | ( | const thwchar_t * | s, | |
| int | pos[], | |||
| size_t | n | |||
| ) | 
Find word break positions in Thai wide-char string.
| s | : the input string to be processed | |
| pos | : array to keep breaking positions | |
| n | : size of pos[] | 
Insert word delimitors in given wide-char string.
| in | : the input wide-char string to be processed | |
| out | : the output wide-char buffer | |
| n | : the size of out (as number of elements) | |
| delim | : the wide-char word delimitor to insert | 
 1.4.7
 1.4.7