File indexing completed on 2024-04-28 11:38:36

0001 #ifndef BREAK_LINES_H
0002 #define BREAK_LINES_H
0003 
0004 #include <QString>
0005 
0006 namespace khtml
0007 {
0008 bool isBreakableThai(const QChar *string, const int pos, const int len);
0009 void cleanup_thaibreaks();
0010 
0011 bool isBreakable(const QChar *str, const int pos, int len);
0012 }
0013 
0014 #endif