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

  /external/chromium_org/third_party/icu/source/common/
dictbe.h 304 * CjkBreakEngine
307 //indicates language/script that the CjkBreakEngine will handle
314 * <p>CjkBreakEngine is a kind of DictionaryBreakEngine that uses a
318 class CjkBreakEngine : public DictionaryBreakEngine {
340 CjkBreakEngine(DictionaryMatcher *adoptDictionary, LanguageType type, UErrorCode &status);
345 virtual ~CjkBreakEngine();
brkeng.cpp 242 engine = new CjkBreakEngine(m, kKorean, status);
249 engine = new CjkBreakEngine(m, kChineseJapanese, status);
253 // by CjkBreakEngine (e.g. U+309B). Simply subjecting
254 // them to CjkBreakEngine does not work. The engine has to
260 engine = new CjkBreakEngine(dict, kChineseJapanese, status);
dictbe.cpp     [all...]
  /external/icu/icu4c/source/common/
dictbe.h 304 * CjkBreakEngine
307 //indicates language/script that the CjkBreakEngine will handle
314 * <p>CjkBreakEngine is a kind of DictionaryBreakEngine that uses a
318 class CjkBreakEngine : public DictionaryBreakEngine {
340 CjkBreakEngine(DictionaryMatcher *adoptDictionary, LanguageType type, UErrorCode &status);
345 virtual ~CjkBreakEngine();
brkeng.cpp 242 engine = new CjkBreakEngine(m, kKorean, status);
249 engine = new CjkBreakEngine(m, kChineseJapanese, status);
253 // by CjkBreakEngine (e.g. U+309B). Simply subjecting
254 // them to CjkBreakEngine does not work. The engine has to
260 engine = new CjkBreakEngine(dict, kChineseJapanese, status);
dictbe.cpp     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 414 milliseconds