#include <spclmap.h>
Public Methods | |
SpecialMapping (UChar ch, TextBoundaryData::Type nv) | |
Create a special mapping from the single char ch to the value nv. More... | |
SpecialMapping (UChar sch, UChar ech, TextBoundaryData::Type nv) | |
Create a special mapping from the range of chars sch - ech, inclusive, to the value nv. More... | |
Public Attributes | |
UChar | fStartChar |
The first character of the range. More... | |
UChar | fEndChar |
The last character of the range. More... | |
TextBoundaryData::Type | fNewValue |
The character mapping to use. More... |
Characters from the start char to the end char, inclusive, are mapped to the new value.
Definition at line 30 of file spclmap.h.
|
Create a special mapping from the single char ch to the value nv.
|
|
Create a special mapping from the range of chars sch - ech, inclusive, to the value nv.
|
|
The last character of the range.
|
|
The character mapping to use.
|
|
The first character of the range.
|