OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KhmerBreakEngine
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/
dictbe.h
255
*
KhmerBreakEngine
259
* <p>
KhmerBreakEngine
is a kind of DictionaryBreakEngine that uses a
262
* <p>After it is constructed a
KhmerBreakEngine
may be shared between
265
class
KhmerBreakEngine
: public DictionaryBreakEngine {
286
KhmerBreakEngine
(DictionaryMatcher *adoptDictionary, UErrorCode &status);
291
virtual ~
KhmerBreakEngine
();
dictbe.cpp
434
KhmerBreakEngine
::
KhmerBreakEngine
(DictionaryMatcher *adoptDictionary, UErrorCode &status)
465
KhmerBreakEngine
::~
KhmerBreakEngine
() {
470
KhmerBreakEngine
::divideUpDictionaryRange( UText *text,
[
all
...]
Completed in 157 milliseconds