HomeSort by relevance Sort by last modified time
    Searched refs:KhmerBreakEngine (Results 1 - 4 of 4) sorted by null

  /external/icu4c/common/
dictbe.h 191 * KhmerBreakEngine
195 * <p>KhmerBreakEngine is a kind of DictionaryBreakEngine that uses a
198 * <p>After it is constructed a KhmerBreakEngine may be shared between
201 class KhmerBreakEngine : public DictionaryBreakEngine {
222 KhmerBreakEngine(const TrieWordDictionary *adoptDictionary, UErrorCode &status);
227 virtual ~KhmerBreakEngine();
dictbe.cpp 441 KhmerBreakEngine::KhmerBreakEngine(const TrieWordDictionary *adoptDictionary, UErrorCode &status)
472 KhmerBreakEngine::~KhmerBreakEngine() {
477 KhmerBreakEngine::divideUpDictionaryRange( UText *text,
brkeng.cpp 230 engine = new KhmerBreakEngine(dict, status);
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 203 milliseconds