th_wbrk(centos) centos man page | unix.com

Man Page: th_wbrk

Operating Environment: centos

Section: centos

thai/thwbrk.h(3)						      libthai							  thai/thwbrk.h(3)

NAME
thai/thwbrk.h - Thai wide-char word segmentation.
SYNOPSIS
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. Detailed Description Thai wide-char word segmentation. Function Documentation int th_wbrk (const thwchar_t *s, intpos[], size_tn) Find word break positions in Thai wide-char string. Parameters: s : the input string to be processed pos : array to keep breaking positions n : size of pos[] Returns: the actual number of breaking positions occurred Finds word break positions in Thai string s and stores at most n breaking positions in pos[], from left to right. int th_wbrk_line (const thwchar_t *in, thwchar_t *out, size_tn, const thwchar_t *delim) Insert word delimitors in given wide-char string. Parameters: 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 Returns: the actual size of the processed string (as number of elements) Analyzes the input string and store the string in output buffer with the given word delimitor inserted at every word boundary. Author Generated automatically by Doxygen for libthai from the source code. Version 0.1.14 Tue Jun 17 2014 thai/thwbrk.h(3)
Related Man Pages
th_wcchlevel(centos) - centos
th_wcisldvowel(centos) - centos
th_wcstrcoll(centos) - centos
th_wcstrxfrm(centos) - centos
thwcoll.h(centos) - centos
Similar Topics in the Unix Linux Community
Breaking a string into four different numbers
Why segmentation(coredump) in the following code in C?
sed relacement of word after particular string in a file
Find word in a line and output in which line the word occurs / no. of times it occurred
How to remove everything after a word containing string?