mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-9353 fix dictionary class name in comments
X-SVN-Rev: 32330
This commit is contained in:
parent
79d54ea4b9
commit
6da17ae2f5
1 changed files with 2 additions and 2 deletions
|
@ -253,7 +253,7 @@ class CjkBreakEngine : public DictionaryBreakEngine {
|
|||
|
||||
/**
|
||||
* <p>KhmerBreakEngine is a kind of DictionaryBreakEngine that uses a
|
||||
* TrieWordDictionary and heuristics to determine Khmer-specific breaks.</p>
|
||||
* DictionaryMatcher and heuristics to determine Khmer-specific breaks.</p>
|
||||
*
|
||||
* <p>After it is constructed a KhmerBreakEngine may be shared between
|
||||
* threads without synchronization.</p>
|
||||
|
@ -276,7 +276,7 @@ class KhmerBreakEngine : public DictionaryBreakEngine {
|
|||
/**
|
||||
* <p>Default constructor.</p>
|
||||
*
|
||||
* @param adoptDictionary A TrieWordDictionary to adopt. Deleted when the
|
||||
* @param adoptDictionary A DictionaryMatcher to adopt. Deleted when the
|
||||
* engine is deleted.
|
||||
*/
|
||||
KhmerBreakEngine(DictionaryMatcher *adoptDictionary, UErrorCode &status);
|
||||
|
|
Loading…
Add table
Reference in a new issue