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

/macosx-10.10/ICU-531.30/icuSources/common/
H A Ddictbe.h246 * KhmerBreakEngine
250 * <p>KhmerBreakEngine is a kind of DictionaryBreakEngine that uses a
253 * <p>After it is constructed a KhmerBreakEngine may be shared between
256 class KhmerBreakEngine : public DictionaryBreakEngine { class in inherits:DictionaryBreakEngine
277 KhmerBreakEngine(DictionaryMatcher *adoptDictionary, UErrorCode &status);
282 virtual ~KhmerBreakEngine();
H A Ddictbe.cpp620 * KhmerBreakEngine
639 KhmerBreakEngine::KhmerBreakEngine(DictionaryMatcher *adoptDictionary, UErrorCode &status) function in class:KhmerBreakEngine
670 KhmerBreakEngine::~KhmerBreakEngine() {
675 KhmerBreakEngine::divideUpDictionaryRange( UText *text,
H A Dbrkeng.cpp236 engine = new KhmerBreakEngine(m, status);

Completed in 116 milliseconds