OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UnhandledEngine
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
brkeng.h
139
*
UnhandledEngine
143
* <p>
UnhandledEngine
is a special subclass of LanguageBreakEngine that
153
class
UnhandledEngine
: public LanguageBreakEngine {
169
UnhandledEngine
(UErrorCode &status);
174
virtual ~
UnhandledEngine
();
brkeng.cpp
61
UnhandledEngine
::
UnhandledEngine
(UErrorCode &/*status*/) {
67
UnhandledEngine
::~
UnhandledEngine
() {
76
UnhandledEngine
::handles(UChar32 c, int32_t breakType) const {
82
UnhandledEngine
::findBreaks( UText *text,
106
UnhandledEngine
::handleCharacter(UChar32 c, int32_t breakType) {
Completed in 522 milliseconds