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

  /external/chromium_org/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 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) {
rbbi.cpp     [all...]
  /external/icu/icu4c/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 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) {
rbbi.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
rbbi.h 44 class UnhandledEngine;
159 UnhandledEngine *fUnhandledBreakEngine;
  /external/icu/icu4c/source/common/unicode/
rbbi.h 44 class UnhandledEngine;
159 UnhandledEngine *fUnhandledBreakEngine;

Completed in 781 milliseconds