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

  /external/chromium/third_party/icu/source/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 55 UnhandledEngine::UnhandledEngine(UErrorCode &/*status*/) {
61 UnhandledEngine::~UnhandledEngine() {
70 UnhandledEngine::handles(UChar32 c, int32_t breakType) const {
76 UnhandledEngine::findBreaks( UText *text,
100 UnhandledEngine::handleCharacter(UChar32 c, int32_t breakType) {
  /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/chromium/third_party/icu/public/common/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 27 milliseconds