HomeSort by relevance Sort by last modified time
    Searched defs:UnhandledEngine (Results 1 - 3 of 3) 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 54 UnhandledEngine::UnhandledEngine(UErrorCode &/*status*/) {
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) {
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 135 milliseconds