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

  /external/icu/icu4c/source/common/
brkeng.h 139 * UnhandledEngine
143 * <p>UnhandledEngine is a special subclass of LanguageBreakEngine that
153 class UnhandledEngine : public LanguageBreakEngine {
169 UnhandledEngine(UErrorCode &status);
174 virtual ~UnhandledEngine();
brkeng.cpp 61 UnhandledEngine::UnhandledEngine(UErrorCode &/*status*/) {
67 UnhandledEngine::~UnhandledEngine() {
76 UnhandledEngine::handles(UChar32 c, int32_t breakType) const {
82 UnhandledEngine::findBreaks( UText *text,
106 UnhandledEngine::handleCharacter(UChar32 c, int32_t breakType) {
rbbi.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
rbbi.h 46 class UnhandledEngine;
157 UnhandledEngine *fUnhandledBreakEngine;

Completed in 472 milliseconds