Searched defs:UnhandledEngine (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
H A Dbrkeng.h137 * UnhandledEngine
141 * <p>UnhandledEngine is a special subclass of LanguageBreakEngine that
151 class UnhandledEngine : public LanguageBreakEngine { class in inherits:LanguageBreakEngine
167 UnhandledEngine(UErrorCode &status);
172 virtual ~UnhandledEngine();
H A Dbrkeng.cpp58 UnhandledEngine::UnhandledEngine(UErrorCode &/*status*/) { function in class:UnhandledEngine
64 UnhandledEngine::~UnhandledEngine() {
73 UnhandledEngine::handles(UChar32 c, int32_t breakType) const {
79 UnhandledEngine::findBreaks( UText *text,
103 UnhandledEngine::handleCharacter(UChar32 c, int32_t breakType) {

Completed in 98 milliseconds