michael@0: /* michael@0: Copyright (c) 1999 Samphan Raruenrom michael@0: Permission to use, copy, modify, distribute and sell this software michael@0: and its documentation for any purpose is hereby granted without fee, michael@0: provided that the above copyright notice appear in all copies and michael@0: that both that copyright notice and this permission notice appear michael@0: in supporting documentation. Samphan Raruenrom makes no michael@0: representations about the suitability of this software for any michael@0: purpose. It is provided "as is" without express or implied warranty. michael@0: */ michael@0: #ifndef __RULEBRK_H__ michael@0: #define __RULEBRK_H__ michael@0: #include "th_char.h" michael@0: michael@0: #ifdef __cplusplus michael@0: extern "C" { michael@0: #endif michael@0: michael@0: int TrbWordBreakPos(const th_char *pstr, int left, michael@0: const th_char *rstr, int right); michael@0: int TrbFollowing(const th_char *begin, int length, int offset); michael@0: michael@0: #ifdef __cplusplus michael@0: } michael@0: #endif michael@0: #endif