Searched refs:KhmerBreakEngine (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ddictbe.h255 * KhmerBreakEngine
259 * <p>KhmerBreakEngine is a kind of DictionaryBreakEngine that uses a
262 * <p>After it is constructed a KhmerBreakEngine may be shared between
265 class KhmerBreakEngine : public DictionaryBreakEngine { class in inherits:DictionaryBreakEngine
286 KhmerBreakEngine(DictionaryMatcher *adoptDictionary, UErrorCode &status);
291 virtual ~KhmerBreakEngine();
H A Ddictbe.cpp434 KhmerBreakEngine::KhmerBreakEngine(DictionaryMatcher *adoptDictionary, UErrorCode &status) function in class:KhmerBreakEngine
465 KhmerBreakEngine::~KhmerBreakEngine() {
470 KhmerBreakEngine::divideUpDictionaryRange( UText *text,
H A Dbrkeng.cpp233 engine = new KhmerBreakEngine(m, status);

Completed in 127 milliseconds