Searched refs:UnhandledEngine (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/icu/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.cpp54 UnhandledEngine::UnhandledEngine(UErrorCode &/*status*/) { function in class:UnhandledEngine
60 UnhandledEngine::~UnhandledEngine() {
69 UnhandledEngine::handles(UChar32 c, int32_t breakType) const {
75 UnhandledEngine::findBreaks( UText *text,
99 UnhandledEngine::handleCharacter(UChar32 c, int32_t breakType) {
H A Drbbi.cpp1835 fUnhandledBreakEngine = new UnhandledEngine(status);
/external/icu4c/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.cpp57 UnhandledEngine::UnhandledEngine(UErrorCode &/*status*/) { function in class:UnhandledEngine
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) {
H A Drbbi.cpp1906 fUnhandledBreakEngine = new UnhandledEngine(status);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Drbbi.h44 class UnhandledEngine;
159 UnhandledEngine *fUnhandledBreakEngine;
H A Durename.h2204 #define UnhandledEngine U_ICU_ENTRY_POINT_RENAME(UnhandledEngine) macro
/external/icu4c/common/unicode/
H A Drbbi.h44 class UnhandledEngine;
159 UnhandledEngine *fUnhandledBreakEngine;

Completed in 676 milliseconds