Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | /* |
michael@0 | 2 | Copyright (c) 1999 Samphan Raruenrom <samphan@thai.com> |
michael@0 | 3 | Permission to use, copy, modify, distribute and sell this software |
michael@0 | 4 | and its documentation for any purpose is hereby granted without fee, |
michael@0 | 5 | provided that the above copyright notice appear in all copies and |
michael@0 | 6 | that both that copyright notice and this permission notice appear |
michael@0 | 7 | in supporting documentation. Samphan Raruenrom makes no |
michael@0 | 8 | representations about the suitability of this software for any |
michael@0 | 9 | purpose. It is provided "as is" without express or implied warranty. |
michael@0 | 10 | */ |
michael@0 | 11 | #ifndef __RULEBRK_H__ |
michael@0 | 12 | #define __RULEBRK_H__ |
michael@0 | 13 | #include "th_char.h" |
michael@0 | 14 | |
michael@0 | 15 | #ifdef __cplusplus |
michael@0 | 16 | extern "C" { |
michael@0 | 17 | #endif |
michael@0 | 18 | |
michael@0 | 19 | int TrbWordBreakPos(const th_char *pstr, int left, |
michael@0 | 20 | const th_char *rstr, int right); |
michael@0 | 21 | int TrbFollowing(const th_char *begin, int length, int offset); |
michael@0 | 22 | |
michael@0 | 23 | #ifdef __cplusplus |
michael@0 | 24 | } |
michael@0 | 25 | #endif |
michael@0 | 26 | #endif |