Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

ICU 2.8 Data Structures

Here are the data structures with brief descriptions:
BreakIteratorImplements methods for finding the location of boundaries in text
CalendarCalendar is an abstract base class for converting between a UDate object and a set of integer fields such as YEAR, MONTH, DAY, HOUR, and so on
CanonicalIteratorThis class allows one to iterate through all the strings that are canonically equivalent to a given string
CharacterIteratorAbstract class that defines an API for iteration on text objects
ChoiceFormatChoiceFormat converts between ranges of numeric values and string names for those ranges
CollationElementIteratorUsed as an iterator to walk through each character of an international string
CollationKeyCollation keys are generated by the Collator class
CollatorThe Collator class performs locale-sensitive string comparison
CollatorFactoryA factory, used with registerFactory, the creates multiple collators and provides display names for them
DateFormatDateFormat is an abstract class for a family of classes that convert dates and times from their internal representations to textual form and back again in a language-independent manner
DateFormatSymbolsDateFormatSymbols is a public class for encapsulating localizable date-time formatting data -- including timezone data
DecimalFormatConcrete class for formatting decimal numbers, allowing a variety of parameters, and localization to Western, Arabic, or Indic numbers
DecimalFormatSymbolsThis class represents the set of symbols needed by DecimalFormat to format numbers
DictionaryBasedBreakIteratorA subclass of RuleBasedBreakIterator that adds the ability to use a dictionary to further subdivide ranges of text beyond what is possible using just the state-table-based algorithm
FieldPositionFieldPosition is a simple class used by Format and its subclasses to identify fields in formatted output
FormatBase class for all formats
FormattableFormattable objects can be passed to the Format class or its subclasses for formatting
ForwardCharacterIteratorAbstract class that defines an API for forward-only iteration on text objects
GregorianCalendarConcrete class which provides the standard calendar used by most of the world
ICULayoutEngineThis is a wrapper class designed to allow ICU clients to use LayoutEngine in a way that is consistent with the rest of ICU
LocaleA Locale object represents a specific geographical, political, or cultural region
MessageFormatA MessageFormat produces concatenated messages in a language-neutral way
NormalizerC++ API: Unicode Normalization
NumberFormatAbstract base class for all number formats
NumberFormatFactoryA NumberFormatFactory is used to register new number formats
ParsePositionParsePosition is a simple class used by Format and its subclasses to keep track of the current position during parsing
RegexMatcherClass RegexMatcher bundles together a reular expression pattern and input text to which the expression can be applied
RegexPatternClass RegexPattern represents a compiled regular expression
ReplaceableReplaceable is an abstract base class representing a string of characters that supports the replacement of a range of itself with a new string of characters
ResourceBundleA class representing a collection of resource information pertaining to a given locale
RuleBasedBreakIteratorA subclass of BreakIterator whose behavior is specified using a list of rules
RuleBasedCollatorSimple implementation of Collator, using data-driven tables
RuleBasedNumberFormatC++ API: RuleBasedNumberFormat
SearchIteratorSearchIterator is an abstract base class that provides methods to search for a pattern within a text string
SimpleDateFormatSimpleDateFormat is a concrete class for formatting and parsing dates in a language-independent manner
SimpleNumberFormatFactoryA NumberFormatFactory that supports a single locale
SimpleTimeZoneSimpleTimeZone is a concrete subclass of TimeZone that represents a time zone for use with a Gregorian calendar
StringCharacterIteratorA concrete subclass of CharacterIterator that iterates over the characters (code units or code points) in a UnicodeString
StringEnumerationBase class for 'pure' C++ implementations of uenum api
StringSearchStringSearch is a SearchIterator that provides language-sensitive text searching based on the comparison rules defined in a RuleBasedCollator object
SymbolTableAn interface that defines both lookup protocol and parsing of symbolic names
TimeZoneTimeZone represents a time zone offset, and also figures out daylight savings
TransliteratorTransliterator is an abstract class that transliterates text from one format to another
Transliterator::TokenA context integer or pointer for a factory function, passed by value
UCharCharacterIteratorA concrete subclass of CharacterIterator that iterates over the characters (code units or code points) in a UChar array
UCharIteratorC API for code unit iteration
UConverterFromUnicodeArgsThe structure for the fromUnicode callback function parameter
UConverterToUnicodeArgsThe structure for the toUnicode callback function parameter
UDataInfoUDataInfo contains the properties about the requested data
UFieldPositionA struct representing a range of text containing a specific field ICU 2.0
UMemoryUMemory is the common ICU base class
UnicodeFilterUnicodeFilter defines a protocol for selecting a subset of the full range (U+0000 to U+10FFFF) of Unicode characters
UnicodeFunctorUnicodeFunctor is an abstract base class for objects that perform match and/or replace operations on Unicode strings
UnicodeMatcherUnicodeMatcher defines a protocol for objects that can match a range of characters in a Replaceable string
UnicodeReplacerUnicodeReplacer defines a protocol for objects that replace a range of characters in a Replaceable string with output text
UnicodeSetA mutable set of Unicode characters and multicharacter strings
UnicodeSetIteratorUnicodeSetIterator iterates over the contents of a UnicodeSet
UnicodeStringUnicodeString is a string class that stores Unicode characters directly and provides similar functionality as the Java String and StringBuffer classes
UObjectUObject is the common ICU "boilerplate" class
UParseErrorA UParseError struct is used to returned detailed information about parsing errors
UReplaceableCallbacksA set of function pointers that transliterators use to manipulate a UReplaceable
USerializedSetA serialized form of a Unicode set
UTransPositionPosition structure for utrans_transIncremental() incremental transliteration

Generated on Wed May 18 17:29:16 2005 for ICU 2.8 by  doxygen 1.4.2