Switch to unified view

a/src/common/textsplit.h b/src/common/textsplit.h
...
...
127
127
128
    // This processes cjk text:
128
    // This processes cjk text:
129
    bool cjk_to_words(Utf8Iter *it, unsigned int *cp);
129
    bool cjk_to_words(Utf8Iter *it, unsigned int *cp);
130
130
131
    bool emitterm(bool isspan, string &term, int pos, int bs, int be);
131
    bool emitterm(bool isspan, string &term, int pos, int bs, int be);
132
    bool doemit(bool spanerase, int bp);
132
    bool doemit(bool spanerase, int bp, bool spanemit=false);
133
};
133
};
134
134
135
135
136
#endif /* _TEXTSPLIT_H_INCLUDED_ */
136
#endif /* _TEXTSPLIT_H_INCLUDED_ */