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 132 * UnhandledEngine
136 * <p>UnhandledEngine is a special subclass of LanguageBreakEngine that
146 class UnhandledEngine : public LanguageBreakEngine {
162 UnhandledEngine(UErrorCode &status);
167 virtual ~UnhandledEngine();
brkeng.cpp 62 UnhandledEngine::UnhandledEngine(UErrorCode &status) : fHandled(nullptr) {
66 UnhandledEngine::~UnhandledEngine() {
72 UnhandledEngine::handles(UChar32 c) const {
77 UnhandledEngine::findBreaks( UText *text,
90 UnhandledEngine::handleCharacter(UChar32 c) {
rbbi.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
rbbi.h 39 class UnhandledEngine;
113 UnhandledEngine *fUnhandledBreakEngine;

Completed in 4323 milliseconds