#include <ptnentry.h>
Public Methods | |
void | appendQuotedExtension (UnicodeString& toAddTo) const |
Gets the extension, quoted if necessary, of this pattern entry. More... | |
void | appendQuotedChars (UnicodeString& toAddTo) const |
Gets the current chars, quoted if necessary, of this pattern entry. | |
UBool | equals (const PatternEntry& other) const |
Compares two pattern entry objects. More... | |
int32_t | getStrength (void) const |
Gets the strength of this entry. More... | |
const UnicodeString& | getExtension (UnicodeString& ext) const |
Gets the extension characters. More... | |
const UnicodeString& | getChars (UnicodeString& chars) const |
Gets the core characters. More... | |
UnicodeString& | toString (UnicodeString&) const |
For debugging only. | |
Friends | |
class | MergeCollation |
class | PointerToPatternEntry |
class | VectorOfPointersToPatternEntry |
class | Parser |
This is to be used with MergeCollation for adding patterns to an existing rule table.
Definition at line 34 of file ptnentry.h.
|
Gets the current chars, quoted if necessary, of this pattern entry.
|
|
Gets the extension, quoted if necessary, of this pattern entry.
|
|
Compares two pattern entry objects.
|
|
Gets the core characters.
|
|
Gets the extension characters.
|
|
Gets the strength of this entry.
|
|
For debugging only.
|
|
Definition at line 37 of file ptnentry.h. |
|
Definition at line 109 of file ptnentry.h. |
|
Definition at line 38 of file ptnentry.h. |
|
Definition at line 39 of file ptnentry.h. |