Man Page: th_strxfrm
Operating Environment: centos
Section: centos
thai/thcoll.h(3) libthai thai/thcoll.h(3)NAMEthai/thcoll.h - Thai string collation.SYNOPSISFunctions int th_strcoll (const thchar_t *s1, const thchar_t *s2) Compare two Thai strings for collation. size_t th_strxfrm (thchar_t dest[], const thchar_t *src, size_t n) Transform string into collatable form. Detailed Description Thai string collation. Function Documentation int th_strcoll (const thchar_t *s1, const thchar_t *s2) Compare two Thai strings for collation. Parameters: s1 : first string (null-terminated) s2 : second string (null-terminated) Returns: < 0 if s1 precedes s2; 0 if s1 equals s2; > 0 if s1 succeeds s2 size_t th_strxfrm (thchar_tdest[], const thchar_t *src, size_tn) Transform string into collatable form. Parameters: dest : the destination string buffer src : the string to transform n : the size of dest buffer Returns: the number of bytes required to store the result in dest, excluding the terminating ' '. If the return value >= n, dest is undefined. Transforms src into a form from which comparison using strcmp() yields the same result as that from th_strcoll(). At most n characters are put in dest. Author Generated automatically by Doxygen for libthai from the source code. Version 0.1.14 Tue Jun 17 2014 thai/thcoll.h(3)
| Related Man Pages |
|---|
| th_tis2uni(centos) - centos |
| th_uni2macthai(centos) - centos |
| th_uni2tis_line(centos) - centos |
| th_winthai2uni(centos) - centos |
| thwcoll.h(centos) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Set hard block limit for user using quota |
| Best performance UNIX just for HOST Virtualization? |
| Tar Command |
| [TIP] Processing YAML files with yq |
| Please Welcome Dave Munro to the Moderator Team! |