#include <tables.h>
Public Methods | |
EntryPair () | |
Constructor. More... | |
EntryPair (const UChar *name, int32_t nameLen, int32_t aValue, UBool aFwd = TRUE) | |
~EntryPair () | |
UBool | equalTo (const UChar *aName, int32_t aLen) |
const UnicodeString& | getEntryName () |
void | streamOut (FileStream* os) const |
The streamIn and streamOut methods read and write objects of this class as binary, platform-dependent data in the iostream. More... | |
void | streamIn (FileStream* is) |
void | streamOut (UMemoryStream* os) const |
void | streamIn (UMemoryStream* is) |
EntryPair (const UnicodeString& str, int32_t aValue, UBool aFwd = TRUE) | |
Deprecated. More... | |
Public Attributes | |
int32_t | value |
UBool | fwd |
Each entry pair contains the contracting character string and its collation order.
Definition at line 44 of file tables.h.
|
Constructor.
|
|
|
|
|
|
Deprecated.
|
|
|
|
|
|
|
|
|
|
|
|
The streamIn and streamOut methods read and write objects of this class as binary, platform-dependent data in the iostream. The stream must be in ios::binary mode for this to work. These methods are not intended for general public use; they are used by the framework to improve performance by storing certain objects in binary files. |
|
|
|
|