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

  /external/icu4c/common/
brkeng.h 137 * UnhandledEngine
141 * <p>UnhandledEngine is a special subclass of LanguageBreakEngine that
151 class UnhandledEngine : public LanguageBreakEngine {
167 UnhandledEngine(UErrorCode &status);
172 virtual ~UnhandledEngine();
brkeng.cpp 57 UnhandledEngine::UnhandledEngine(UErrorCode &/*status*/) {
63 UnhandledEngine::~UnhandledEngine() {
72 UnhandledEngine::handles(UChar32 c, int32_t breakType) const {
78 UnhandledEngine::findBreaks( UText *text,
102 UnhandledEngine::handleCharacter(UChar32 c, int32_t breakType) {

Completed in 358 milliseconds