Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

DictionaryBasedBreakIteratorTables Class Reference

This subclass of RuleBasedBreakIteratorTables contains the additional static data that is used by DictionaryBasedBreakIterator. More...

#include <dbbi_tbl.h>

Inheritance diagram for DictionaryBasedBreakIteratorTables:

RuleBasedBreakIteratorTables List of all members.

Protected Methods

virtual int32_t lookupCategory (UChar c, BreakIterator* bi) const
 Looks up a character's category (i.e., its category for breaking purposes, not its Unicode category).


Friends

class  DictionaryBasedBreakIterator

Detailed Description

This subclass of RuleBasedBreakIteratorTables contains the additional static data that is used by DictionaryBasedBreakIterator.

This comprises the dictionary itself and an array of flags that indicate which characters are in the dictionary.

Author(s):
Richard Gillam

Definition at line 29 of file dbbi_tbl.h.


Member Function Documentation

int32_t DictionaryBasedBreakIteratorTables::lookupCategory ( UChar c,
BreakIterator * bi ) const [protected, virtual]
 

Looks up a character's category (i.e., its category for breaking purposes, not its Unicode category).

Reimplemented from RuleBasedBreakIteratorTables.


Friends And Related Function Documentation

class DictionaryBasedBreakIterator [friend]
 

Reimplemented from RuleBasedBreakIteratorTables.

Definition at line 82 of file dbbi_tbl.h.


The documentation for this class was generated from the following file:
Generated at Tue Dec 5 17:56:06 2000 for ICU by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000