#include "BALBase.h"
#include <wtf/unicode/Unicode.h>
Namespaces | |
| namespace | OWBAL |
Functions | |
| void | OWBAL::findWordBoundary (const UChar *, int len, int position, int *start, int *end) |
| find word boundary | |
| int | OWBAL::findNextWordFromIndex (const UChar *, int len, int position, bool forward) |
| find next word from index | |